Data-Driven Keyboard Conversions: J (#23547)
This commit is contained in:
parent
435aab534b
commit
d0e1d36144
32 changed files with 100 additions and 153 deletions
|
@ -3,6 +3,12 @@
|
|||
"pin": "B6",
|
||||
"levels": 5
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": false,
|
||||
"extrakey": false,
|
||||
"backlight": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
|
@ -1 +0,0 @@
|
|||
BACKLIGHT_ENABLE = yes
|
|
@ -19,6 +19,12 @@
|
|||
"ws2812": {
|
||||
"pin": "B6"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": false,
|
||||
"extrakey": false,
|
||||
"rgblight": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
|
@ -1 +0,0 @@
|
|||
RGBLIGHT_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
|
||||
|
||||
DEFAULT_FOLDER = jiran/rev1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue