diff options
Diffstat (limited to 'layouts/community/ergodox/kejadlen/keymap.c')
| -rw-r--r-- | layouts/community/ergodox/kejadlen/keymap.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/layouts/community/ergodox/kejadlen/keymap.c b/layouts/community/ergodox/kejadlen/keymap.c index cfeb70430..6ce209f80 100644 --- a/layouts/community/ergodox/kejadlen/keymap.c +++ b/layouts/community/ergodox/kejadlen/keymap.c | |||
| @@ -73,17 +73,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 73 | ), | 73 | ), |
| 74 | }; | 74 | }; |
| 75 | 75 | ||
| 76 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | ||
| 77 | switch(id) { | ||
| 78 | case TEENSY: | ||
| 79 | break; | ||
| 80 | } | ||
| 81 | return MACRO_NONE; | ||
| 82 | }; | ||
| 83 | |||
| 84 | void matrix_init_user(void) { | ||
| 85 | }; | ||
| 86 | |||
| 87 | void matrix_scan_user(void) { | 76 | void matrix_scan_user(void) { |
| 88 | uint8_t layer = biton32(layer_state); | 77 | uint8_t layer = biton32(layer_state); |
| 89 | 78 | ||
