aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez/keymaps/testing/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/testing/keymap.c')
-rw-r--r--keyboards/ergodox_ez/keymaps/testing/keymap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/ergodox_ez/keymaps/testing/keymap.c b/keyboards/ergodox_ez/keymaps/testing/keymap.c
index df0ed073f..2fdd12236 100644
--- a/keyboards/ergodox_ez/keymaps/testing/keymap.c
+++ b/keyboards/ergodox_ez/keymaps/testing/keymap.c
@@ -28,10 +28,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
28 28
29}; 29};
30 30
31const uint16_t PROGMEM fn_actions[] = {
32 [1] = ACTION_LAYER_TAP_TOGGLE(1)
33};
34
35// leaving this in place for compatibilty with old keymaps cloned and re-compiled. 31// leaving this in place for compatibilty with old keymaps cloned and re-compiled.
36const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 32const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
37{ 33{