diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-06-21 17:42:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-21 17:42:29 -0400 |
commit | 1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 (patch) | |
tree | ca8a2a62e744a3448cfc247caab029152e2ebefb /keyboard/ergodox_ez/keymaps/romanzolotarev-norman-qwerty-osx/keymap.c | |
parent | 758a8c64e9ffb12cda4c78d8d1ee6a3f448901fc (diff) |
Warning reductions (#430)
Warning reductions
Diffstat (limited to 'keyboard/ergodox_ez/keymaps/romanzolotarev-norman-qwerty-osx/keymap.c')
-rw-r--r-- | keyboard/ergodox_ez/keymaps/romanzolotarev-norman-qwerty-osx/keymap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/ergodox_ez/keymaps/romanzolotarev-norman-qwerty-osx/keymap.c b/keyboard/ergodox_ez/keymaps/romanzolotarev-norman-qwerty-osx/keymap.c index dd946c1823..dedac694e4 100644 --- a/keyboard/ergodox_ez/keymaps/romanzolotarev-norman-qwerty-osx/keymap.c +++ b/keyboard/ergodox_ez/keymaps/romanzolotarev-norman-qwerty-osx/keymap.c @@ -50,6 +50,7 @@ const uint16_t PROGMEM fn_actions[] = { }; const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { + return MACRO_NONE; }; // Runs just one time when the keyboard initializes. |