diff options
Diffstat (limited to 'keyboards/helix/rev3_5rows/keymaps/via/keymap.c')
-rw-r--r-- | keyboards/helix/rev3_5rows/keymaps/via/keymap.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/helix/rev3_5rows/keymaps/via/keymap.c b/keyboards/helix/rev3_5rows/keymaps/via/keymap.c index 8097141dd..b1d17c50f 100644 --- a/keyboards/helix/rev3_5rows/keymaps/via/keymap.c +++ b/keyboards/helix/rev3_5rows/keymaps/via/keymap.c | |||
@@ -175,17 +175,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
175 | } | 175 | } |
176 | return true; | 176 | return true; |
177 | } | 177 | } |
178 | |||
179 | /* | ||
180 | void matrix_init_user(void) { | ||
181 | |||
182 | } | ||
183 | |||
184 | void matrix_scan_user(void) { | ||
185 | |||
186 | } | ||
187 | |||
188 | bool led_update_user(led_t led_state) { | ||
189 | return true; | ||
190 | } | ||
191 | */ | ||