diff options
Diffstat (limited to 'keyboards/handwired/dactyl/keymaps/default/keymap.c')
| -rw-r--r-- | keyboards/handwired/dactyl/keymaps/default/keymap.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/handwired/dactyl/keymaps/default/keymap.c b/keyboards/handwired/dactyl/keymaps/default/keymap.c index 47f5ba96b..3e013b19a 100644 --- a/keyboards/handwired/dactyl/keymaps/default/keymap.c +++ b/keyboards/handwired/dactyl/keymaps/default/keymap.c | |||
| @@ -148,12 +148,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 148 | } | 148 | } |
| 149 | return true; | 149 | return true; |
| 150 | } | 150 | } |
| 151 | |||
| 152 | // Runs just one time when the keyboard initializes. | ||
| 153 | void matrix_init_user(void) { | ||
| 154 | |||
| 155 | }; | ||
| 156 | |||
| 157 | |||
| 158 | // Runs constantly in the background, in a loop. | ||
| 159 | void matrix_scan_user(void) {}; | ||
