diff options
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/keymap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/keymap.c b/quantum/keymap.c index 203a82d95..74fd518c9 100644 --- a/quantum/keymap.c +++ b/quantum/keymap.c | |||
| @@ -141,6 +141,10 @@ action_t action_for_key(uint8_t layer, keypos_t key) | |||
| 141 | return action; | 141 | return action; |
| 142 | } | 142 | } |
| 143 | 143 | ||
| 144 | __attribute__ ((weak)) | ||
| 145 | const uint16_t PROGMEM fn_actions[] = { | ||
| 146 | |||
| 147 | }; | ||
| 144 | 148 | ||
| 145 | /* Macro */ | 149 | /* Macro */ |
| 146 | __attribute__ ((weak)) | 150 | __attribute__ ((weak)) |
