aboutsummaryrefslogtreecommitdiff
path: root/keyboards/atreus/keymaps/gerb/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/atreus/keymaps/gerb/keymap.c')
-rw-r--r--keyboards/atreus/keymaps/gerb/keymap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/atreus/keymaps/gerb/keymap.c b/keyboards/atreus/keymaps/gerb/keymap.c
index c52f32ef6..f858aa49c 100644
--- a/keyboards/atreus/keymaps/gerb/keymap.c
+++ b/keyboards/atreus/keymaps/gerb/keymap.c
@@ -46,10 +46,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
46 ), 46 ),
47}; 47};
48 48
49const uint16_t PROGMEM fn_actions[] = {
50
51};
52
53const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { 49const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
54 // MACRODOWN only works in this function 50 // MACRODOWN only works in this function
55 switch(id) { 51 switch(id) {