Skip to content

Commit d9363b3

Browse files
committed
wrap the *super* long lines
I hate to be that guy, but I was reading these on github's page when deciding whether or not to order a keyboard.io, and the extra long lines here are not automatically wrapped when browsing the repo on github. Signed-off-by: Tycho Andersen <tycho@tycho.ws>
1 parent 0175207 commit d9363b3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Model01-Firmware.ino

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,17 +412,21 @@ KALEIDOSCOPE_INIT_PLUGINS(
412412
// interface through which the keymap in EEPROM can be edited.
413413
Focus,
414414

415-
// FocusSettingsCommand adds a few Focus commands, intended to aid in changing some settings of the keyboard, such as the default layer (via the `settings.defaultLayer` command)
415+
// FocusSettingsCommand adds a few Focus commands, intended to aid in
416+
// changing some settings of the keyboard, such as the default layer (via the
417+
// `settings.defaultLayer` command)
416418
FocusSettingsCommand,
417419

418420
// FocusEEPROMCommand adds a set of Focus commands, which are very helpful in
419421
// both debugging, and in backing up one's EEPROM contents.
420422
FocusEEPROMCommand,
421423

422-
// The boot greeting effect pulses the LED button for 10 seconds after the keyboard is first connected
424+
// The boot greeting effect pulses the LED button for 10 seconds after the
425+
// keyboard is first connected
423426
BootGreetingEffect,
424427

425-
// The hardware test mode, which can be invoked by tapping Prog, LED and the left Fn button at the same time.
428+
// The hardware test mode, which can be invoked by tapping Prog, LED and the
429+
// left Fn button at the same time.
426430
TestMode,
427431

428432
// LEDControl provides support for other LED modes

0 commit comments

Comments
 (0)