diff options
Diffstat (limited to 'layouts/community/ergodox/robot_test_layout')
| -rw-r--r-- | layouts/community/ergodox/robot_test_layout/keymap.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/layouts/community/ergodox/robot_test_layout/keymap.c b/layouts/community/ergodox/robot_test_layout/keymap.c index 07b294a98..4bdda3ae8 100644 --- a/layouts/community/ergodox/robot_test_layout/keymap.c +++ b/layouts/community/ergodox/robot_test_layout/keymap.c | |||
| @@ -43,18 +43,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 43 | ) | 43 | ) |
| 44 | }; | 44 | }; |
| 45 | 45 | ||
| 46 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
| 47 | { | ||
| 48 | switch(id) { | ||
| 49 | case 0: | ||
| 50 | if (record->event.pressed) { | ||
| 51 | SEND_STRING (QMK_KEYBOARD "/" QMK_KEYMAP " @ " QMK_VERSION); | ||
| 52 | } | ||
| 53 | break; | ||
| 54 | } | ||
| 55 | return MACRO_NONE; | ||
| 56 | }; | ||
| 57 | |||
| 58 | bool status_led1_on = false, status_led2_on = false, status_led3_on = false; | 46 | bool status_led1_on = false, status_led2_on = false, status_led3_on = false; |
| 59 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | 47 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { |
| 60 | switch (keycode) { | 48 | switch (keycode) { |
