Skip to content

Commit 2ec6e50

Browse files
committed
remove display init
1 parent 014619e commit 2ec6e50

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

  • keyboards/splitkb/halcyon/kyria/keymaps/veypatch

keyboards/splitkb/halcyon/kyria/keymaps/veypatch/keymap.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
6161
)
6262
};
6363
// 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

Comments
 (0)