diff options
| author | Ryan | 2024-02-15 08:11:50 +0100 |
|---|---|---|
| committer | GitHub | 2024-02-15 08:11:50 +0100 |
| commit | a9f1105f98ecca299d401f81cd5cc1699683e2ce (patch) | |
| tree | 879817fceabf9bbfaac7666999eb87c7a6693309 /keyboards/teleport/native/native.c | |
| parent | 0b7df03ab77552da806ed0b62d95fbf4199a534d (diff) | |
LED drivers: add support for shutdown pin (#23058)
* LED drivers: add support for shutdown pin
* Update candidate boards
Diffstat (limited to 'keyboards/teleport/native/native.c')
| -rw-r--r-- | keyboards/teleport/native/native.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/teleport/native/native.c b/keyboards/teleport/native/native.c index b11b63f1f6..5d8ccc6475 100644 --- a/keyboards/teleport/native/native.c +++ b/keyboards/teleport/native/native.c @@ -16,14 +16,6 @@ #include "quantum.h" -/* This board has !SDB of the is31 wired to D2. Set high to enable */ -void keyboard_post_init_kb(void) { - setPinOutput(B9); - writePinHigh(B9); - - keyboard_post_init_user(); -} - #ifdef RGB_MATRIX_ENABLE const is31fl3733_led_t PROGMEM g_is31fl3733_leds[IS31FL3733_LED_COUNT] = { /* Refer to IS31 manual for these locations |