diff options
Diffstat (limited to 'hid/src/keymap.h')
-rw-r--r-- | hid/src/keymap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/src/keymap.h b/hid/src/keymap.h index 675d0b2f..7e5f24b7 100644 --- a/hid/src/keymap.h +++ b/hid/src/keymap.h @@ -89,6 +89,6 @@ INLINE KeyboardKeycode keymap(uint8_t code) { case 24: return KEY_X; case 25: return KEY_Y; case 26: return KEY_Z; - default: return 0; + default: return KEY_ERROR_UNDEFINED; } } |