diff options
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/testing/keymap.c')
-rw-r--r-- | keyboards/ergodox_ez/keymaps/testing/keymap.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/ergodox_ez/keymaps/testing/keymap.c b/keyboards/ergodox_ez/keymaps/testing/keymap.c index 2fdd12236..a90458cef 100644 --- a/keyboards/ergodox_ez/keymaps/testing/keymap.c +++ b/keyboards/ergodox_ez/keymaps/testing/keymap.c | |||
@@ -28,19 +28,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
28 | 28 | ||
29 | }; | 29 | }; |
30 | 30 | ||
31 | // leaving this in place for compatibilty with old keymaps cloned and re-compiled. | ||
32 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
33 | { | ||
34 | switch(id) { | ||
35 | case 0: | ||
36 | if (record->event.pressed) { | ||
37 | SEND_STRING (QMK_KEYBOARD "/" QMK_KEYMAP " @ " QMK_VERSION); | ||
38 | } | ||
39 | break; | ||
40 | } | ||
41 | return MACRO_NONE; | ||
42 | }; | ||
43 | |||
44 | void matrix_init_user(void) { | 31 | void matrix_init_user(void) { |
45 | #ifdef RGBLIGHT_COLOR_LAYER_0 | 32 | #ifdef RGBLIGHT_COLOR_LAYER_0 |
46 | rgblight_setrgb(RGBLIGHT_COLOR_LAYER_0); | 33 | rgblight_setrgb(RGBLIGHT_COLOR_LAYER_0); |