Data-Driven Keyboard Conversions: L (#23576)
This commit is contained in:
parent
125d050761
commit
f387410c97
56 changed files with 188 additions and 279 deletions
|
@ -42,6 +42,14 @@
|
|||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": false,
|
||||
"extrakey": false,
|
||||
"swap_hands": true,
|
||||
"encoder": true,
|
||||
"oled": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
|
@ -1,3 +0,0 @@
|
|||
ENCODER_ENABLE = yes
|
||||
ENCODER_RIGHT_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
|
@ -1,14 +1 @@
|
|||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
EXTRAKEY_ENABLE = no # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
SWAP_HANDS_ENABLE = yes
|
||||
DEFAULT_FOLDER = lime/rev1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue