forked from mirror/qmk_firmware
Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -70,6 +70,9 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"handedness": {
|
||||
"pin": "D5"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
"cols": ["D4", "D7", "D3", "B7", "F0", "B3"],
|
||||
|
||||
Reference in New Issue
Block a user