Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move SOFT_SERIAL_PIN to data driven #19863

Merged
merged 3 commits into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions keyboards/25keys/zinc/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define QUICK_TAP_TERM 0
#define TAPPING_TERM 100

/* Use I2C or Serial */
#define SOFT_SERIAL_PIN D2

/* Select hand configuration */
#define MASTER_LEFT
//#define MASTER_RIGHT
Expand Down
5 changes: 4 additions & 1 deletion keyboards/25keys/zinc/rev1/info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"keyboard_name": "Zinc rev.1"
"keyboard_name": "Zinc rev.1",
"split": {
"soft_serial_pin": "D2"
}
}
3 changes: 0 additions & 3 deletions keyboards/25keys/zinc/reva/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define QUICK_TAP_TERM 0
#define TAPPING_TERM 100

/* Use I2C or Serial */
#define SOFT_SERIAL_PIN D2

/* Select hand configuration */
#define MASTER_LEFT
//#define MASTER_RIGHT
Expand Down
5 changes: 4 additions & 1 deletion keyboards/25keys/zinc/reva/info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"keyboard_name": "Zinc rev.A"
"keyboard_name": "Zinc rev.A",
"split": {
"soft_serial_pin": "D2"
}
}
4 changes: 0 additions & 4 deletions keyboards/40percentclub/25/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

#pragma once


/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0

/* Select hand configuration */
#define MASTER_LEFT
//#define MASTER_RIGHT
Expand Down
3 changes: 3 additions & 0 deletions keyboards/40percentclub/25/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0F25",
"device_version": "1.0.0"
},
"split": {
"soft_serial_pin": "D0"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"community_layouts": ["ortho_5x5", "ortho_5x10"],
Expand Down
4 changes: 0 additions & 4 deletions keyboards/40percentclub/6lit/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

#pragma once


/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0

/* Select hand configuration */
#define MASTER_LEFT
//#define MASTER_RIGHT
Expand Down
3 changes: 3 additions & 0 deletions keyboards/40percentclub/6lit/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0F61",
"device_version": "1.0.0"
},
"split": {
"soft_serial_pin": "D0"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"community_layouts": ["ortho_2x3", "ortho_2x6"],
Expand Down
4 changes: 0 additions & 4 deletions keyboards/40percentclub/foobar/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

#pragma once


/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0

/* Select hand configuration */
#define MASTER_LEFT
//#define MASTER_RIGHT
Expand Down
3 changes: 3 additions & 0 deletions keyboards/40percentclub/foobar/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0F00",
"device_version": "1.0.0"
},
"split": {
"soft_serial_pin": "D0"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"community_layouts": ["ortho_3x10"],
Expand Down
5 changes: 0 additions & 5 deletions keyboards/40percentclub/half_n_half/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* 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

/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
Expand Down
3 changes: 3 additions & 0 deletions keyboards/40percentclub/half_n_half/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x4A1F",
"device_version": "1.0.0"
},
"split": {
"soft_serial_pin": "D0"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
Expand Down
3 changes: 0 additions & 3 deletions keyboards/a_dux/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D1

#define EE_HANDS
1 change: 1 addition & 0 deletions keyboards/a_dux/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
]
},
"split": {
"soft_serial_pin": "D1",
"bootmagic": {
"matrix": [4, 4]
},
Expand Down
3 changes: 3 additions & 0 deletions keyboards/adkb96/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0xAD96",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D0"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/adkb96/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define DIODE_DIRECTION COL2ROW

#define SOFT_SERIAL_PIN D0

/* define tapping term */
#define TAPPING_TERM 100

Expand Down
2 changes: 0 additions & 2 deletions keyboards/afternoonlabs/breeze/rev0/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@

#define SPLIT_HAND_PIN B3

#define SOFT_SERIAL_PIN D2

#define DIODE_DIRECTION COL2ROW
3 changes: 3 additions & 0 deletions keyboards/afternoonlabs/breeze/rev0/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0001",
"device_version": "0.0.0"
},
"split": {
"soft_serial_pin": "D2"
},
"bootmagic": {
"matrix": [0, 5]
},
Expand Down
2 changes: 0 additions & 2 deletions keyboards/afternoonlabs/breeze/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@

#define SPLIT_HAND_PIN B3

#define SOFT_SERIAL_PIN D2

#define DIODE_DIRECTION COL2ROW
3 changes: 3 additions & 0 deletions keyboards/afternoonlabs/breeze/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0001",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D2"
},
"bootmagic": {
"matrix": [0, 5]
},
Expand Down
2 changes: 0 additions & 2 deletions keyboards/afternoonlabs/oceanbreeze/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@

#define SPLIT_HAND_PIN B3

#define SOFT_SERIAL_PIN D2

#define DIODE_DIRECTION COL2ROW
3 changes: 3 additions & 0 deletions keyboards/afternoonlabs/oceanbreeze/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0003",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D2"
},
"bootmagic": {
"matrix": [0, 5]
},
Expand Down
2 changes: 0 additions & 2 deletions keyboards/afternoonlabs/southern_breeze/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@

#define SPLIT_HAND_PIN B3

#define SOFT_SERIAL_PIN D2

#define DIODE_DIRECTION COL2ROW
3 changes: 3 additions & 0 deletions keyboards/afternoonlabs/southern_breeze/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0005",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D2"
},
"bootmagic": {
"matrix": [0, 5]
},
Expand Down
2 changes: 0 additions & 2 deletions keyboards/afternoonlabs/summer_breeze/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@

#define SPLIT_HAND_PIN B3

#define SOFT_SERIAL_PIN D2

#define DIODE_DIRECTION COL2ROW
3 changes: 3 additions & 0 deletions keyboards/afternoonlabs/summer_breeze/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0004",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D2"
},
"bootmagic": {
"matrix": [0, 5]
},
Expand Down
4 changes: 0 additions & 4 deletions keyboards/ai03/orbit/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* 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 SELECT_SOFT_SERIAL_SPEED 1

#define SPLIT_LED_STATE_ENABLE
Expand Down
3 changes: 3 additions & 0 deletions keyboards/ai03/orbit/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0003",
"device_version": "0.0.3"
},
"split": {
"soft_serial_pin": "D0"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
Expand Down
4 changes: 0 additions & 4 deletions keyboards/ai03/orbit_x/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* 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 SPLIT_HAND_PIN D5
#define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 2500
Expand Down
3 changes: 3 additions & 0 deletions keyboards/ai03/orbit_x/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0014",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D0"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/aleblazer/zodiark/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once


#define SOFT_SERIAL_PIN D3
#define SELECT_SOFT_SERIAL_SPEED 1

#define DIODE_DIRECTION COL2ROW
Expand Down
3 changes: 3 additions & 0 deletions keyboards/aleblazer/zodiark/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0xF902",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D3"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/arabica37/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define SOFT_SERIAL_PIN D2

#define MATRIX_ROW_PINS { D4, C6, D7, E6 }

// wiring of each half
Expand Down
3 changes: 3 additions & 0 deletions keyboards/arabica37/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x3060",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/avalanche/v1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@

#define DIODE_DIRECTION COL2ROW

#define SOFT_SERIAL_PIN D2

#define BACKLIGHT_PIN B0
3 changes: 3 additions & 0 deletions keyboards/avalanche/v1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0001",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/avalanche/v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

#define DIODE_DIRECTION COL2ROW

#define SOFT_SERIAL_PIN D2

#define RGB_DI_PIN D3

#define RGBLED_NUM 12
Expand Down
3 changes: 3 additions & 0 deletions keyboards/avalanche/v2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0002",
"device_version": "0.0.2"
},
"split": {
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/avalanche/v3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

#define DIODE_DIRECTION COL2ROW

#define SOFT_SERIAL_PIN D2

#define RGB_DI_PIN D3

#define RGBLED_NUM 12
Expand Down
3 changes: 3 additions & 0 deletions keyboards/avalanche/v3/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0003",
"device_version": "0.0.3"
},
"split": {
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
Expand Down
3 changes: 0 additions & 3 deletions keyboards/avalanche/v4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

#define DIODE_DIRECTION COL2ROW

#define SOFT_SERIAL_PIN D2


#define ENCODERS_PAD_A { B5 }
#define ENCODERS_PAD_B { F4 }
#define ENCODER_RESOLUTION 2
Expand Down
3 changes: 3 additions & 0 deletions keyboards/avalanche/v4/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x0004",
"device_version": "0.0.4"
},
"split": {
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
Expand Down
Loading