diff options
Diffstat (limited to 'hid/src/usb/keymap.h')
-rw-r--r-- | hid/src/usb/keymap.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hid/src/usb/keymap.h b/hid/src/usb/keymap.h index 35df2be4..1564b1f0 100644 --- a/hid/src/usb/keymap.h +++ b/hid/src/usb/keymap.h @@ -24,10 +24,8 @@ #include <HID-Project.h> -#include "../inline.h" - -INLINE KeyboardKeycode keymapUsb(uint8_t code) { +KeyboardKeycode keymapUsb(uint8_t code) { switch (code) { case 1: return KEY_A; case 2: return KEY_B; |