aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kbd8x/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kbd8x/keymaps/default/keymap.c')
-rw-r--r--keyboards/kbd8x/keymaps/default/keymap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/kbd8x/keymaps/default/keymap.c b/keyboards/kbd8x/keymaps/default/keymap.c
index bfbc841d5..3d315035b 100644
--- a/keyboards/kbd8x/keymaps/default/keymap.c
+++ b/keyboards/kbd8x/keymaps/default/keymap.c
@@ -27,10 +27,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
27 27
28}; 28};
29 29
30const uint16_t PROGMEM fn_actions[] = {
31
32};
33
34const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 30const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
35{ 31{
36 // MACRODOWN only works in this function 32 // MACRODOWN only works in this function