diff options
Diffstat (limited to 'layouts/community/ergodox/romanzolotarev-norman-osx/keymap.c')
| -rw-r--r-- | layouts/community/ergodox/romanzolotarev-norman-osx/keymap.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/layouts/community/ergodox/romanzolotarev-norman-osx/keymap.c b/layouts/community/ergodox/romanzolotarev-norman-osx/keymap.c index caead7e16..c8ee21990 100644 --- a/layouts/community/ergodox/romanzolotarev-norman-osx/keymap.c +++ b/layouts/community/ergodox/romanzolotarev-norman-osx/keymap.c | |||
| @@ -26,10 +26,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 26 | ) | 26 | ) |
| 27 | }; | 27 | }; |
| 28 | 28 | ||
| 29 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | ||
| 30 | return MACRO_NONE; | ||
| 31 | }; | ||
| 32 | |||
| 33 | // Runs just one time when the keyboard initializes. | 29 | // Runs just one time when the keyboard initializes. |
| 34 | void matrix_init_user(void) { | 30 | void matrix_init_user(void) { |
| 35 | ergodox_board_led_off(); | 31 | ergodox_board_led_off(); |
| @@ -37,7 +33,3 @@ void matrix_init_user(void) { | |||
| 37 | ergodox_right_led_2_off(); | 33 | ergodox_right_led_2_off(); |
| 38 | ergodox_right_led_3_off(); | 34 | ergodox_right_led_3_off(); |
| 39 | }; | 35 | }; |
| 40 | |||
| 41 | // Runs constantly in the background, in a loop. | ||
| 42 | void matrix_scan_user(void) { | ||
| 43 | }; | ||
