Data-Driven Keyboard Conversions: H, Part 2 (#23525)
This commit is contained in:
parent
9c1662f8f9
commit
3c9dd36809
48 changed files with 200 additions and 320 deletions
|
@ -6,7 +6,8 @@
|
|||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x6060",
|
||||
"device_version": "1.0.0"
|
||||
"device_version": "1.0.0",
|
||||
"no_startup_check": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B6", "B2", "B3", "B1", "F6", "F7", "F5"],
|
||||
|
@ -24,6 +25,13 @@
|
|||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": false,
|
||||
"extrakey": true,
|
||||
"nkro": true,
|
||||
"oled": true
|
||||
},
|
||||
"debounce": 0,
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
|
@ -1,14 +0,0 @@
|
|||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
OLED_ENABLE = yes
|
||||
NO_USB_STARTUP_CHECK = yes
|
Loading…
Add table
Add a link
Reference in a new issue