Remove unnecessary keymap function

This commit is contained in:
Jeremy Soller
2020-09-15 12:37:43 -06:00
committed by Jeremy Soller
parent f36b38a7b2
commit 432c4f64d2
10 changed files with 4 additions and 38 deletions

View File

@@ -45,7 +45,4 @@
// Keymap
extern uint16_t __xdata KEYMAP[KM_LAY][KM_OUT][KM_IN];
// Get a keycode from the keymap
uint16_t keymap(int output, int input, int layer);
#endif // _BOARD_KEYMAP_H