forked from mirror/qmk_firmware
Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#pragma once
|
||||
|
||||
//#define EE_HANDS
|
||||
#define SPLIT_HAND_PIN E6
|
||||
|
||||
#define PHYSICAL_LEDS_ENABLE
|
||||
#define IOS_DEVICE_ENABLE
|
||||
|
||||
@@ -39,6 +39,9 @@
|
||||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"handedness": {
|
||||
"pin": "E6"
|
||||
},
|
||||
"soft_serial_pin": "D1"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
|
||||
Reference in New Issue
Block a user