aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/util/compile_keymap.py
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox_ez/util/compile_keymap.py')
-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):
# keymap.c output
USERCODE = """
-// Runs just one time when the keyboard initializes.
-void matrix_init_user(void) {
-
-};
-
// Runs constantly in the background, in a loop.
void matrix_scan_user(void) {
uint8_t layer = get_highest_layer(layer_state);