Data-Driven Keyboard Conversions: K, Part 3 (#23566)
This commit is contained in:
parent
69f96e1411
commit
191f626880
56 changed files with 232 additions and 281 deletions
|
|
@ -25,6 +25,14 @@
|
|||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": true,
|
||||
"extrakey": true,
|
||||
"command": true,
|
||||
"backlight": true,
|
||||
"rgblight": true
|
||||
},
|
||||
"community_layouts": ["ortho_4x12"],
|
||||
"layout_aliases": {
|
||||
"LAYOUT_ortho_4x12": "LAYOUT"
|
||||
|
|
|
|||
|
|
@ -1,15 +1,2 @@
|
|||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = yes # Commands for debug and configuration
|
||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
||||
|
||||
# Disable unsupported hardware
|
||||
AUDIO_SUPPORTED = no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue