Skip to content

Commit

Permalink
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 Dec 2, 2023
1 parent 3529b68 commit b8a0ab4
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ PALETTE(
[PALETTE_UNUSED_9] = CRGB(0x00, 0x00, 0x00),
[PALETTE_UNUSED_10] = CRGB(0x00, 0x00, 0x00),
[PALETTE_UNUSED_11] = CRGB(0x00, 0x00, 0x00),
[PALETTE_UNUSED_12] = CRGB(0x00, 0x00, 0x00)
)
[PALETTE_UNUSED_12] = CRGB(0x00, 0x00, 0x00))

KALEIDOSCOPE_INIT_PLUGINS(EEPROMSettings,
LEDControl,
Expand All @@ -100,8 +99,7 @@ void setup() {
kaleidoscope::plugin::Overlay(0, KeyAddr(2, 6), PALETTE_YELLOW),
// Disable leds on the palm keys
kaleidoscope::plugin::Overlay(0, KeyAddr(3, 6), PALETTE_BLACK),
kaleidoscope::plugin::Overlay(0, KeyAddr(3, 9), PALETTE_BLACK),
)
kaleidoscope::plugin::Overlay(0, KeyAddr(3, 9), PALETTE_BLACK))

ColormapOverlay.setup();
DefaultColormap.setup();
Expand Down

0 comments on commit b8a0ab4

Please sign in to comment.