mirror of
https://github.com/nalf3in/vial-qmk.git
synced 2025-12-22 03:30:03 +00:00
Data-Driven Keyboard Conversions: E (#23512)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user