Move QMK LUFA bootloader config to data driven (#19879)
This commit is contained in:
@@ -27,9 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
//#define EE_HANDS
|
||||
#define SPLIT_HAND_PIN E6
|
||||
|
||||
#define QMK_ESC_OUTPUT D3
|
||||
#define QMK_ESC_INPUT B1
|
||||
|
||||
#define PHYSICAL_LEDS_ENABLE
|
||||
#define IOS_DEVICE_ENABLE
|
||||
|
||||
|
@@ -3,6 +3,10 @@
|
||||
"usb": {
|
||||
"device_version": "2.0.0"
|
||||
},
|
||||
"qmk_lufa_bootloader": {
|
||||
"esc_input": "B1",
|
||||
"esc_output": "D3"
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D1"
|
||||
},
|
||||
|
Reference in New Issue
Block a user