Prettier formatting of keymap; astyle off for that section

pull/389/head
Michael Richters 7 years ago
parent 41437c789a
commit cd0073f0ae

@ -6,6 +6,7 @@
enum { MACRO_TOGGLE_QUKEYS };
// *INDENT-OFF*
KEYMAPS(
[0] = KEYMAP_STACKED
(
@ -25,6 +26,7 @@ KEYMAPS(
Key_RightShift, Key_RightAlt, Key_Spacebar, Key_RightControl,
___),
)
// *INDENT-ON*
// Defining a macro (on the "any" key: see above) to toggle Qukeys on and off
const macro_t *macroAction(uint8_t macro_index, uint8_t key_state) {

Loading…
Cancel
Save