summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-05-24 04:21:39 +1000
committerGitHub <noreply@github.com>2024-05-23 19:21:39 +0100
commite659c3dae9c50293a1483190db07601a83b73fef (patch)
tree117b3667f3861f9698f6220edb4fb08fd7eb53da /keyboards/ergodox_ez
parent2e0498080f79c0d79bfa4ae91405d6cf0c3d959b (diff)
Remove some useless code from keymaps (#23787)
Diffstat (limited to 'keyboards/ergodox_ez')
-rwxr-xr-xkeyboards/ergodox_ez/util/compile_keymap.py5
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
433USERCODE = """ 433USERCODE = """
434// Runs just one time when the keyboard initializes.
435void 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.
440void matrix_scan_user(void) { 435void matrix_scan_user(void) {
441 uint8_t layer = get_highest_layer(layer_state); 436 uint8_t layer = get_highest_layer(layer_state);