1
0
Fork 0

Data-Driven Keyboard Conversions: H, Part 1 (#23524)

This commit is contained in:
James Young 2024-04-15 11:19:08 -07:00 committed by GitHub
parent 130a2a31a6
commit 2e01b67ecc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 125 additions and 196 deletions

View file

@ -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"],

View file

@ -1,7 +1 @@
LTO_ENABLE = yes
HAPTIC_ENABLE = yes
HAPTIC_DRIVER = solenoid
OLED_ENABLE = yes
WPM_ENABLE = yes