diff options
| author | Ryan | 2023-02-07 15:46:51 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-07 15:46:51 +0100 |
| commit | 8d6bf19fc78fe372cd42486718d753f342895d2f (patch) | |
| tree | ef5fc0b1cfec4ad185cae605f43f72956cb81822 /keyboards/stello65 | |
| parent | 2202a25c352505ec2dba8d655fdfd216ca87849e (diff) | |
Remove unused `SOFT_SERIAL_PIN` from config.h (#19768)
Diffstat (limited to 'keyboards/stello65')
| -rw-r--r-- | keyboards/stello65/beta/config.h | 5 | ||||
| -rw-r--r-- | keyboards/stello65/hs_rev1/config.h | 5 | ||||
| -rw-r--r-- | keyboards/stello65/sl_rev1/config.h | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/stello65/beta/config.h b/keyboards/stello65/beta/config.h index 93deadcda3..bc4be7644a 100644 --- a/keyboards/stello65/beta/config.h +++ b/keyboards/stello65/beta/config.h @@ -36,11 +36,6 @@ #define LED_CAPS_LOCK_PIN B3 -/* - * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. - */ -// #define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6 - //#define LED_NUM_LOCK_PIN B0 //#define LED_CAPS_LOCK_PIN B1 //#define LED_SCROLL_LOCK_PIN B2 diff --git a/keyboards/stello65/hs_rev1/config.h b/keyboards/stello65/hs_rev1/config.h index c6c120783b..8be05e8310 100644 --- a/keyboards/stello65/hs_rev1/config.h +++ b/keyboards/stello65/hs_rev1/config.h @@ -24,11 +24,6 @@ /* COL2ROW, ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* - * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. - */ -// #define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6 - //#define LED_NUM_LOCK_PIN B0 //#define LED_CAPS_LOCK_PIN B1 //#define LED_SCROLL_LOCK_PIN B2 diff --git a/keyboards/stello65/sl_rev1/config.h b/keyboards/stello65/sl_rev1/config.h index 1349c40167..56a3b7e13e 100644 --- a/keyboards/stello65/sl_rev1/config.h +++ b/keyboards/stello65/sl_rev1/config.h @@ -24,11 +24,6 @@ /* COL2ROW, ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* - * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. - */ -// #define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6 - //#define LED_NUM_LOCK_PIN B0 //#define LED_CAPS_LOCK_PIN B1 //#define LED_SCROLL_LOCK_PIN B2 |