Skip to content

Commit

Permalink
Satisfy code style
Browse files Browse the repository at this point in the history
Signed-off-by: Evy Bongers <[email protected]>
  • Loading branch information
EvyBongers committed May 7, 2024
1 parent 8f1c05c commit f86eec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/Devices/Keyboardio/Model100/Model100.ino
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ void setup() {
// First, call Kaleidoscope's internal setup function
Kaleidoscope.setup();

// clang-format off
COLORMAP_OVERLAYS(
kaleidoscope::plugin::Overlay(NUMPAD, KeyAddr(0, 11), 23), // 7
kaleidoscope::plugin::Overlay(NUMPAD, KeyAddr(1, 11), 23), // 4
Expand All @@ -671,6 +672,7 @@ void setup() {
kaleidoscope::plugin::Overlay(NUMPAD, KeyAddr(3, 14), 23), // divide
kaleidoscope::plugin::Overlay(NUMPAD, KeyAddr(3, 15), 23), // enter
) // COLORMAP_OVERLAYS(
// clang-format on

// Set the hue of the boot greeting effect to something that will result in a
// nice green color.
Expand Down

0 comments on commit f86eec0

Please sign in to comment.