diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-28 14:46:50 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-28 14:46:50 -0400 |
commit | c9f509f0168f6d11e743a9d2e37964c05e45672b (patch) | |
tree | e38d26b93a9b8b1918ecf75ab57ed6b795f5b30b /quantum | |
parent | 4d79e224384464c8b42c770b3da09b9655d359e7 (diff) | |
parent | 755b17f8fc0f484261108f912af38430b27e9c95 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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)) |