summaryrefslogtreecommitdiff
path: root/keyboards/teleport/native
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/teleport/native')
-rw-r--r--keyboards/teleport/native/config.h1
-rw-r--r--keyboards/teleport/native/native.c8
2 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/teleport/native/config.h b/keyboards/teleport/native/config.h
index acb481bc96..31d0025883 100644
--- a/keyboards/teleport/native/config.h
+++ b/keyboards/teleport/native/config.h
@@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND
#define IS31FL3733_I2C_ADDRESS_2 IS31FL3733_I2C_ADDRESS_GND_VCC
+#define IS31FL3733_SDB_PIN B9
#define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_CUSTOM_SINGLE_COLOR_RAINDROPS
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