From 42d883605205c5be0997b636b06f2cd1ce9196a3 Mon Sep 17 00:00:00 2001 From: Evy Bongers Date: Tue, 7 May 2024 22:55:20 +0200 Subject: [PATCH] Satisfy code style Signed-off-by: Evy Bongers --- examples/Devices/Keyboardio/Model100/Model100.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/Devices/Keyboardio/Model100/Model100.ino b/examples/Devices/Keyboardio/Model100/Model100.ino index b53b25804..0a06fc6e2 100644 --- a/examples/Devices/Keyboardio/Model100/Model100.ino +++ b/examples/Devices/Keyboardio/Model100/Model100.ino @@ -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 @@ -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.