|
|
@ -6,6 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
enum { MACRO_TOGGLE_QUKEYS };
|
|
|
|
enum { MACRO_TOGGLE_QUKEYS };
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// *INDENT-OFF*
|
|
|
|
KEYMAPS(
|
|
|
|
KEYMAPS(
|
|
|
|
[0] = KEYMAP_STACKED
|
|
|
|
[0] = KEYMAP_STACKED
|
|
|
|
(
|
|
|
|
(
|
|
|
@ -25,6 +26,7 @@ KEYMAPS(
|
|
|
|
Key_RightShift, Key_RightAlt, Key_Spacebar, Key_RightControl,
|
|
|
|
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
|
|
|
|
// 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) {
|
|
|
|
const macro_t *macroAction(uint8_t macro_index, uint8_t key_state) {
|
|
|
|