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

@ -18,11 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#ifndef SOFT_SERIAL_PIN
#define SOFT_SERIAL_PIN D2
#endif
#define DIODE_DIRECTION COL2ROW
// Use the lily version to get the Lily58 logo instead of the qmk logo

View file

@ -24,8 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 }
#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
#define SOFT_SERIAL_PIN D2
#define RGB_DI_PIN F4
#define RGBLED_NUM 72 // Number of LEDs

View file

@ -8,6 +8,9 @@
"pid": "0x0059",
"device_version": "1.0.0"
},
"split": {
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {

View file

@ -24,8 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 }
#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
#define SOFT_SERIAL_PIN D2
#define RGB_DI_PIN D3
#define RGBLED_SPLIT { 35, 35 }
#define RGBLED_NUM 70

View file

@ -8,6 +8,9 @@
"pid": "0x4C4C",
"device_version": "1.0.0"
},
"split": {
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {

View file

@ -23,8 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 }
#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
#define SOFT_SERIAL_PIN D2
/* ws2812 RGB LED */
#define RGB_DI_PIN D3
#define RGBLED_NUM 12 // Number of LEDs

View file

@ -8,6 +8,9 @@
"pid": "0xEB2D",
"device_version": "1.0.0"
},
"split": {
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {