diff options
| author | Ryan <fauxpark@gmail.com> | 2024-05-24 04:21:39 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 19:21:39 +0100 |
| commit | e659c3dae9c50293a1483190db07601a83b73fef (patch) | |
| tree | 117b3667f3861f9698f6220edb4fb08fd7eb53da /keyboards/ergodox_ez | |
| parent | 2e0498080f79c0d79bfa4ae91405d6cf0c3d959b (diff) | |
Remove some useless code from keymaps (#23787)
Diffstat (limited to 'keyboards/ergodox_ez')
| -rwxr-xr-x | keyboards/ergodox_ez/util/compile_keymap.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/ergodox_ez/util/compile_keymap.py b/keyboards/ergodox_ez/util/compile_keymap.py index 310512c920..eea5397143 100755 --- a/keyboards/ergodox_ez/util/compile_keymap.py +++ b/keyboards/ergodox_ez/util/compile_keymap.py | |||
| @@ -431,11 +431,6 @@ def parse_keymaps(config, valid_keycodes): | |||
| 431 | # keymap.c output | 431 | # keymap.c output |
| 432 | 432 | ||
| 433 | USERCODE = """ | 433 | USERCODE = """ |
| 434 | // Runs just one time when the keyboard initializes. | ||
| 435 | void matrix_init_user(void) { | ||
| 436 | |||
| 437 | }; | ||
| 438 | |||
| 439 | // Runs constantly in the background, in a loop. | 434 | // Runs constantly in the background, in a loop. |
| 440 | void matrix_scan_user(void) { | 435 | void matrix_scan_user(void) { |
| 441 | uint8_t layer = get_highest_layer(layer_state); | 436 | uint8_t layer = get_highest_layer(layer_state); |
