aboutsummaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
Diffstat (limited to 'quantum')
-rw-r--r--quantum/keymap.c4
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))
145const uint16_t PROGMEM fn_actions[] = {
146
147};
144 148
145/* Macro */ 149/* Macro */
146__attribute__ ((weak)) 150__attribute__ ((weak))