diff options
Diffstat (limited to 'keyboards/ktec/ergodone/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/ktec/ergodone/keymaps/default/keymap.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/ktec/ergodone/keymaps/default/keymap.c b/keyboards/ktec/ergodone/keymaps/default/keymap.c index 2fc534401..ca3da7ec5 100644 --- a/keyboards/ktec/ergodone/keymaps/default/keymap.c +++ b/keyboards/ktec/ergodone/keymaps/default/keymap.c | |||
@@ -168,12 +168,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
168 | return true; | 168 | return true; |
169 | } | 169 | } |
170 | 170 | ||
171 | // Runs just one time when the keyboard initializes. | ||
172 | void matrix_init_user(void) { | ||
173 | |||
174 | }; | ||
175 | |||
176 | |||
177 | // Runs constantly in the background, in a loop. | 171 | // Runs constantly in the background, in a loop. |
178 | void matrix_scan_user(void) { | 172 | void matrix_scan_user(void) { |
179 | 173 | ||