diff options
Diffstat (limited to 'keyboard/planck/keymap_joe.c')
| -rw-r--r-- | keyboard/planck/keymap_joe.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/planck/keymap_joe.c b/keyboard/planck/keymap_joe.c index 15b16530e..07122b702 100644 --- a/keyboard/planck/keymap_joe.c +++ b/keyboard/planck/keymap_joe.c @@ -78,7 +78,7 @@ const uint16_t PROGMEM fn_actions[] = {  };  const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) -{ +{       keyevent_t event = record->event;      switch (id) {          case M_Q0:  | 
