aboutsummaryrefslogtreecommitdiff
path: root/keyboards/alu84/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/alu84/keymaps/default/keymap.c')
-rwxr-xr-xkeyboards/alu84/keymaps/default/keymap.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/alu84/keymaps/default/keymap.c b/keyboards/alu84/keymaps/default/keymap.c
index 8c0801070..4122978eb 100755
--- a/keyboards/alu84/keymaps/default/keymap.c
+++ b/keyboards/alu84/keymaps/default/keymap.c
@@ -55,15 +55,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
55 55
56}; 56};
57 57
58const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
59
60
61 switch (id) {
62
63 }
64 return MACRO_NONE;
65}
66
67void matrix_init_user(void) { 58void matrix_init_user(void) {
68} 59}
69 60