We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014619e commit 2ec6e50Copy full SHA for 2ec6e50
1 file changed
keyboards/splitkb/halcyon/kyria/keymaps/veypatch/keymap.c
@@ -61,13 +61,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
61
)
62
};
63
// clang-format on
64
-
65
-#if defined(KEYBOARD_splitkb_halcyon_kyria_rev4)
66
-void keyboard_pre_init_user(void) {
67
- // Set our LED pin as output
68
- gpio_set_pin_output(27);
69
- // Turn the LED off
70
- // (Due to technical reasons, high is off and low is on)
71
- gpio_write_pin_low(27);
72
-}
73
-#endif // KEYBOARD_splitkb_halcyon_kyria_rev4
0 commit comments