diff options
Diffstat (limited to 'layouts/community/ergodox/yoruian/keymap.c')
| -rw-r--r-- | layouts/community/ergodox/yoruian/keymap.c | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/layouts/community/ergodox/yoruian/keymap.c b/layouts/community/ergodox/yoruian/keymap.c index b304fa0704..a5ffcd886c 100644 --- a/layouts/community/ergodox/yoruian/keymap.c +++ b/layouts/community/ergodox/yoruian/keymap.c @@ -37,13 +37,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {                         TR,   TR,   TR,   TR,   TR,   TR),  }; -const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { -    return MACRO_NONE; -}; - -void matrix_init_user(void) { -}; -  void matrix_scan_user(void) {      ergodox_board_led_off();      ergodox_right_led_1_off();  | 
