forked from mirror/qmk_firmware
Data-Driven Keyboard Conversions: H, Part 1 (#23524)
This commit is contained in:
@@ -10,7 +10,13 @@
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true
|
||||
"nkro": true,
|
||||
"haptic": true,
|
||||
"oled": true,
|
||||
"wpm": true
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
|
||||
|
||||
@@ -1,7 +1 @@
|
||||
LTO_ENABLE = yes
|
||||
HAPTIC_ENABLE = yes
|
||||
HAPTIC_DRIVER = solenoid
|
||||
|
||||
OLED_ENABLE = yes
|
||||
|
||||
WPM_ENABLE = yes
|
||||
|
||||
Reference in New Issue
Block a user