1
0
Fork 0

Move SOFT_SERIAL_PIN to data driven (#19863)

This commit is contained in:
Ryan 2023-02-17 16:40:49 +11:00 committed by GitHub
parent 2da0827d4f
commit 8f6c228adb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
561 changed files with 845 additions and 885 deletions

View file

@ -39,8 +39,6 @@
/* Split Keyboard Configuration */
#define EE_HANDS
#define SPLIT_USB_DETECT
// also handles the SERIAL_USART_TX_PIN define
#define SOFT_SERIAL_PIN A9
#define SERIAL_USART_TX_PAL_MODE 7
#define SERIAL_USART_TIMEOUT 5
#define SERIAL_USART_DRIVER SD1

View file

@ -8,6 +8,9 @@
"pid": "0x3505",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "A9"
},
"processor": "STM32F303",
"bootloader": "stm32-dfu",
"layouts": {

View file

@ -21,8 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAPPING_TERM 150
/* Select hand configuration */
#define SOFT_SERIAL_PIN D3
#define EE_HANDS
#define MATRIX_ROW_PINS { C6, B6, B5, B4, D7, E6}

View file

@ -8,6 +8,9 @@
"pid": "0x3060",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D3"
},
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
"layouts": {

View file

@ -8,6 +8,9 @@
"pid": "0x3060",
"device_version": "0.0.2"
},
"split": {
"soft_serial_pin": "D3"
},
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
"layouts": {

View file

@ -46,8 +46,6 @@
/* Split Keyboard Configuration */
#define SPLIT_HAND_PIN C13
#define SPLIT_USB_DETECT
// also handles the SERIAL_USART_TX_PIN define
#define SOFT_SERIAL_PIN A9
#define SERIAL_USART_TX_PAL_MODE 7
#define SERIAL_USART_TIMEOUT 5
#define SERIAL_USART_DRIVER SD1

View file

@ -8,6 +8,9 @@
"pid": "0x3510",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "A9"
},
"processor": "STM32F303",
"bootloader": "stm32-dfu",
"layouts": {

View file

@ -25,8 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
#define SOFT_SERIAL_PIN D0
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */

View file

@ -8,6 +8,9 @@
"pid": "0x3060",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D0"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {

View file

@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define ENCODERS_PAD_B { D2 }
#define RGB_DI_PIN B6
#define SOFT_SERIAL_PIN D3
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW

View file

@ -8,6 +8,9 @@
"pid": "0x3061",
"device_version": "0.0.2"
},
"split": {
"soft_serial_pin": "D3"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {

View file

@ -28,8 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define SOFT_SERIAL_PIN D3
#define ENCODERS_PAD_A { D2 }
#define ENCODERS_PAD_B { D7 }

View file

@ -8,6 +8,9 @@
"pid": "0x3060",
"device_version": "0.0.1"
},
"split": {
"soft_serial_pin": "D3"
},
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
"community_layouts": ["ortho_4x12", "ortho_5x12"],