mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-22 02:19:05 +00:00
Migrate SPLIT_HAND_PIN to json (#23924)
This commit is contained in:
@@ -18,9 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
/* Split Defines */
|
||||
#define SPLIT_HAND_PIN D3
|
||||
|
||||
// The 'EH' has previously forced use of I2C so this default has been kept
|
||||
// however users can undef to use serial
|
||||
#define USE_I2C
|
||||
|
||||
@@ -38,6 +38,9 @@
|
||||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"handedness": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
|
||||
Reference in New Issue
Block a user