diff options
author | Tycho Andersen <tycho@tycho.ws> | 2018-12-08 14:43:32 -0700 |
---|---|---|
committer | Tycho Andersen <tycho@tycho.ws> | 2018-12-09 10:57:35 -0700 |
commit | d9363b37815279e5004106345d93f19d584db2a2 (patch) | |
tree | 52a546322104a39179802aecb1da66d076c50838 | |
parent | 0175207ea7932cde8717a0b52919f82e0ec6a53d (diff) | |
download | model01-firmware-d9363b37815279e5004106345d93f19d584db2a2.tar.gz model01-firmware-d9363b37815279e5004106345d93f19d584db2a2.tar.bz2 model01-firmware-d9363b37815279e5004106345d93f19d584db2a2.zip |
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>
-rw-r--r-- | Model01-Firmware.ino | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index b6a556c..66701a5 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -412,17 +412,21 @@ KALEIDOSCOPE_INIT_PLUGINS( // interface through which the keymap in EEPROM can be edited. Focus, - // 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) + // 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) FocusSettingsCommand, // FocusEEPROMCommand adds a set of Focus commands, which are very helpful in // both debugging, and in backing up one's EEPROM contents. FocusEEPROMCommand, - // The boot greeting effect pulses the LED button for 10 seconds after the keyboard is first connected + // The boot greeting effect pulses the LED button for 10 seconds after the + // keyboard is first connected BootGreetingEffect, - // The hardware test mode, which can be invoked by tapping Prog, LED and the left Fn button at the same time. + // The hardware test mode, which can be invoked by tapping Prog, LED and the + // left Fn button at the same time. TestMode, // LEDControl provides support for other LED modes |