diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2017-03-05 22:58:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-05 22:58:13 +0100 |
commit | 24ec8f509703cbaf9de7b41d251dbb7fcd339559 (patch) | |
tree | 90f4f9adf406d92c6817c412256904a97c716daf /keyboards/ergodox/keymaps/coderkun_neo2/keymap.c | |
parent | b7b94bfb132aa5f2f79b587fcfa6b1197485db27 (diff) | |
parent | 615bfc4eca8204b73c592a076ca02aeaeceb7e1e (diff) | |
download | qmk_firmware-24ec8f509703cbaf9de7b41d251dbb7fcd339559.tar.gz qmk_firmware-24ec8f509703cbaf9de7b41d251dbb7fcd339559.zip |
Merge pull request #18 from qmk/master
Merge from qmk
Diffstat (limited to 'keyboards/ergodox/keymaps/coderkun_neo2/keymap.c')
-rw-r--r-- | keyboards/ergodox/keymaps/coderkun_neo2/keymap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/coderkun_neo2/keymap.c b/keyboards/ergodox/keymaps/coderkun_neo2/keymap.c index b62b14449f..aaf75d58f2 100644 --- a/keyboards/ergodox/keymaps/coderkun_neo2/keymap.c +++ b/keyboards/ergodox/keymaps/coderkun_neo2/keymap.c @@ -312,6 +312,8 @@ uint16_t hex_to_keycode(uint8_t hex) return NEO_E; case 0xF: return NEO_F; + default: + return KC_NO; } } } |