diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-06-26 14:08:11 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-06-26 14:08:11 -0400 |
commit | 00dcac7270aabeb2f473315e94d298b4766df88c (patch) | |
tree | bf1882874dbf8488f21a399feee8aea175bcb632 /quantum | |
parent | 0314620d26b7759ff08aac3a9709262814352b55 (diff) |
updates planck macros to keycodes, prototype fn_actions
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 203a82d954..74fd518c9b 100644 --- a/quantum/keymap.c +++ b/quantum/keymap.c @@ -141,6 +141,10 @@ action_t action_for_key(uint8_t layer, keypos_t key) return action; } +__attribute__ ((weak)) +const uint16_t PROGMEM fn_actions[] = { + +}; /* Macro */ __attribute__ ((weak)) |