1
0

Migrate SPLIT_HAND_PIN to json (#23924)

This commit is contained in:
Joel Challis
2024-07-13 13:29:16 +01:00
committed by GitHub
parent 26e84c513c
commit f0807ea64f
159 changed files with 243 additions and 800 deletions

View File

@@ -17,6 +17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define SPLIT_HAND_PIN D5
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 2)

View File

@@ -85,6 +85,9 @@
"split": {
"enabled": true,
"soft_serial_pin": "D0",
"handedness": {
"pin": "D5"
},
"matrix_pins": {
"right": {
"cols": ["D4", "D6", "D7", "C7", "F1", "F4"],