9dafac3fbd
* support 1u and 2u options for reviung34 * support rgb lighting for reviung rgb The reviung34sb (formerly called reviung34) do not have rgb lighting But the unibody one (see keymaps/reviung34_rgb) has support. This makes the firmware quite big and all animations will not fit on the board. Animations were not working for me, but I included in case it is working for others.
14 lines
423 B
Makefile
14 lines
423 B
Makefile
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
|
|
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
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
|
|
|
# reviung34_rgb
|
|
RGBLIGHT_ENABLE = yes
|
|
|
|
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
QMK_SETTINGS = no
|