Data-Driven Keyboard Conversions: E (#23512)
This commit is contained in:
parent
96025250d1
commit
9de5238103
54 changed files with 180 additions and 243 deletions
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"keyboard_name": "ErgoDox EZ Glow",
|
||||
"usb": {
|
||||
"pid": "0x4976"
|
||||
}
|
||||
}
|
13
keyboards/ergodox_ez/glow/keyboard.json
Normal file
13
keyboards/ergodox_ez/glow/keyboard.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"keyboard_name": "ErgoDox EZ Glow",
|
||||
"usb": {
|
||||
"pid": "0x4976"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": true,
|
||||
"extrakey": true,
|
||||
"nkro": true,
|
||||
"rgb_matrix": true
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
RGB_MATRIX_ENABLE = yes
|
|
@ -3,20 +3,7 @@
|
|||
# details), include the following define:
|
||||
# OPT_DEFS += -DLEFT_LEDS
|
||||
|
||||
# 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 = no # Commands for debug and configuration
|
||||
CUSTOM_MATRIX = lite # Custom matrix file for the ErgoDox EZ
|
||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
UNICODE_ENABLE = no # Unicode
|
||||
SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard
|
||||
|
||||
RGB_MATRIX_ENABLE = no # enable later
|
||||
|
||||
# project specific files
|
||||
SRC += matrix.c
|
||||
|
|
|
@ -5,5 +5,12 @@
|
|||
},
|
||||
"rgblight": {
|
||||
"driver": "custom"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": true,
|
||||
"extrakey": true,
|
||||
"nkro": true,
|
||||
"rgblight": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
RGBLIGHT_ENABLE = yes
|
||||
WS2812_DRIVER_REQUIRED = yes
|
||||
SRC += rgblight_custom.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue