Turn off the indentation check for the keymap

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/389/head
Gergely Nagy 6 years ago
parent fb4c0d8a70
commit 93d7d7bacf

@ -31,6 +31,7 @@ bool kaleidoscope::Redial::shouldRemember(Key mapped_key) {
return false;
}
// *INDENT-OFF*
const Key keymaps[][ROWS][COLS] PROGMEM = {
[0] = KEYMAP_STACKED
(
@ -50,6 +51,7 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
Key_RightShift, Key_RightAlt, Key_Spacebar, Key_RightControl,
Key_Redial),
};
// *INDENT-ON*
void setup() {
Kaleidoscope.use(&Redial);

Loading…
Cancel
Save