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) | |
| download | qmk_firmware-00dcac7270aabeb2f473315e94d298b4766df88c.tar.gz qmk_firmware-00dcac7270aabeb2f473315e94d298b4766df88c.zip | |
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 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)) |
