diff --git a/plugins/Kaleidoscope-Hardware-Keyboardio-Model101/src/kaleidoscope/device/keyboardio/Model101.h b/plugins/Kaleidoscope-Hardware-Keyboardio-Model101/src/kaleidoscope/device/keyboardio/Model101.h index feb40705dc..9537da6cb1 100644 --- a/plugins/Kaleidoscope-Hardware-Keyboardio-Model101/src/kaleidoscope/device/keyboardio/Model101.h +++ b/plugins/Kaleidoscope-Hardware-Keyboardio-Model101/src/kaleidoscope/device/keyboardio/Model101.h @@ -97,7 +97,7 @@ class Model101 : public kaleidoscope::device::Base { auto serialPort() -> decltype(Serial) & { return Serial; } - static void rebootBootloader() {}; + static void rebootBootloader() {} }; } // namespace keyboardio diff --git a/src/kaleidoscope/layers.h b/src/kaleidoscope/layers.h index 4053b7f5c1..5bb2c00753 100644 --- a/src/kaleidoscope/layers.h +++ b/src/kaleidoscope/layers.h @@ -56,7 +56,7 @@ __NL__ \ _INIT_SKETCH_EXPLORATION __NL__ \ // _INIT_HID_GETSHORTNAME - // TODO: re-enable GETSHORTNAME once we figure out how to do that for non-keyboardiohid devices + // TODO(jesse): re-enable GETSHORTNAME once we figure out how to do that for non-keyboardiohid devices // Macro for defining the keymap. This should be used in the sketch // file (*.ino) to define the keymap[] array that holds the user's