1
0
Fork 0

Data-Driven Keyboard Conversions: J (#23547)

This commit is contained in:
James Young 2024-04-18 17:49:15 -07:00 committed by GitHub
parent 435aab534b
commit d0e1d36144
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 100 additions and 153 deletions

View file

@ -1,5 +0,0 @@
# Build Options
# change yes to no to disable
#
BACKLIGHT_ENABLE = no
RGBLIGHT_ENABLE = no

View file

@ -5,5 +5,8 @@
"usb": {
"vid": "0xC0DE",
"pid": "0x1337"
},
"build": {
"lto": true
}
}

View file

@ -40,6 +40,9 @@
},
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
"features": {
"backlight": true
},
"layouts": {
"LAYOUT": {
"layout": [

View file

@ -1,6 +0,0 @@
# Build Options
# change yes to no to disable
#
CONSOLE_ENABLE = no
BACKLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = no

View file

@ -44,6 +44,11 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"backlight": true,
"rgblight": true,
"dip_switch": true
},
"layouts": {
"LAYOUT": {
"layout": [

View file

@ -1,7 +0,0 @@
# Build Options
# change yes to no to disable
#
CONSOLE_ENABLE = no
BACKLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes
DIP_SWITCH_ENABLE = yes

View file

@ -43,6 +43,10 @@
},
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
"features": {
"backlight": true,
"rgblight": true
},
"layouts": {
"LAYOUT": {
"layout": [

View file

@ -1,6 +0,0 @@
# Build Options
# change yes to no to disable
#
CONSOLE_ENABLE = no
BACKLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes

View file

@ -1,2 +1 @@
DEFAULT_FOLDER = jian/rev2
LTO_ENABLE = yes