Remove invalid keyboard level features (#23074)
parent
7be40fd143
commit
ff884d8968
|
@ -22,22 +22,12 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||||
CONSOLE_ENABLE = no # Console for debug
|
CONSOLE_ENABLE = no # Console for debug
|
||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
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
|
|
||||||
|
|
||||||
# Custom RGB matrix handling
|
# Custom RGB matrix handling
|
||||||
RGB_MATRIX_ENABLE = yes
|
RGB_MATRIX_ENABLE = yes
|
||||||
|
|
||||||
# Keys
|
# Keys
|
||||||
CUSTOM_MATRIX = lite
|
CUSTOM_MATRIX = lite
|
||||||
KEY_LOCK_ENABLE = no
|
|
||||||
|
|
||||||
# Other features
|
|
||||||
RAW_ENABLE = no
|
|
||||||
MIDI_ENABLE = no
|
|
||||||
VIRTSER_ENABLE = no
|
|
||||||
COMBO_ENABLE = no
|
|
||||||
|
|
||||||
# Anne Pro 2
|
# Anne Pro 2
|
||||||
SRC = \
|
SRC = \
|
||||||
|
|
|
@ -22,22 +22,12 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||||
CONSOLE_ENABLE = no # Console for debug
|
CONSOLE_ENABLE = no # Console for debug
|
||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
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
|
|
||||||
|
|
||||||
# Custom RGB matrix handling
|
# Custom RGB matrix handling
|
||||||
RGB_MATRIX_ENABLE = yes
|
RGB_MATRIX_ENABLE = yes
|
||||||
|
|
||||||
# Keys
|
# Keys
|
||||||
CUSTOM_MATRIX = lite
|
CUSTOM_MATRIX = lite
|
||||||
KEY_LOCK_ENABLE = no
|
|
||||||
|
|
||||||
# Other features
|
|
||||||
RAW_ENABLE = no
|
|
||||||
MIDI_ENABLE = no
|
|
||||||
VIRTSER_ENABLE = no
|
|
||||||
COMBO_ENABLE = no
|
|
||||||
|
|
||||||
# Anne Pro 2
|
# Anne Pro 2
|
||||||
SRC = \
|
SRC = \
|
||||||
|
|
|
@ -12,11 +12,8 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
|
||||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||||
AUDIO_ENABLE = no # Audio output
|
|
||||||
LTO_ENABLE = yes # Reduce firmware size
|
LTO_ENABLE = yes # Reduce firmware size
|
||||||
BLUETOOTH_ENABLE = yes
|
BLUETOOTH_ENABLE = yes
|
||||||
|
|
||||||
VIA_ENABLE = yes # VIA support should be enabled here due to the main() loop will be compiled first.
|
|
||||||
|
|
||||||
UART_DRIVER_REQUIRED = yes
|
UART_DRIVER_REQUIRED = yes
|
||||||
SRC += bluetooth_custom.c
|
SRC += bluetooth_custom.c
|
||||||
|
|
|
@ -12,11 +12,8 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
|
||||||
NKRO_ENABLE = no # Enable N-Key Rollover
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||||
AUDIO_ENABLE = no # Audio output
|
|
||||||
LTO_ENABLE = yes # Reduce firmware size
|
LTO_ENABLE = yes # Reduce firmware size
|
||||||
BLUETOOTH_ENABLE = yes
|
BLUETOOTH_ENABLE = yes
|
||||||
|
|
||||||
VIA_ENABLE = yes # VIA support should be enabled here due to the main() loop will be compiled first.
|
|
||||||
|
|
||||||
UART_DRIVER_REQUIRED = yes
|
UART_DRIVER_REQUIRED = yes
|
||||||
SRC += bluetooth_custom.c
|
SRC += bluetooth_custom.c
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
"midi": true,
|
"midi": true,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"encoder": true,
|
"encoder": true,
|
||||||
"via": true,
|
|
||||||
"bootmagic": false,
|
"bootmagic": false,
|
||||||
"console": false,
|
"console": false,
|
||||||
"mousekey": false,
|
"mousekey": false,
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
"command": false,
|
"command": false,
|
||||||
"combo": false,
|
|
||||||
"console": false,
|
"console": false,
|
||||||
"leader": true,
|
"leader": true,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
|
|
|
@ -7,10 +7,5 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||||
CONSOLE_ENABLE = no # Console for debug
|
CONSOLE_ENABLE = no # Console for debug
|
||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
NKRO_ENABLE = yes # Enable USB N-key Rollover
|
NKRO_ENABLE = yes # Enable USB N-key Rollover
|
||||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
||||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
||||||
AUDIO_ENABLE = no # Audio output
|
|
||||||
ENCODER_ENABLE = no # Enable Encoder
|
|
||||||
ENCODER_MAP_ENABLE = no
|
|
||||||
DIP_SWITCH_ENABLE = yes
|
DIP_SWITCH_ENABLE = yes
|
||||||
RGB_MATRIX_ENABLE = yes
|
RGB_MATRIX_ENABLE = yes
|
||||||
|
|
|
@ -7,10 +7,6 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||||
CONSOLE_ENABLE = no # Console for debug
|
CONSOLE_ENABLE = no # Console for debug
|
||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
NKRO_ENABLE = yes # Enable USB N-key Rollover
|
NKRO_ENABLE = yes # Enable USB N-key Rollover
|
||||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
||||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
||||||
AUDIO_ENABLE = no # Audio output
|
|
||||||
ENCODER_ENABLE = yes # Enable Encoder
|
ENCODER_ENABLE = yes # Enable Encoder
|
||||||
ENCODER_MAP_ENABLE = no
|
|
||||||
DIP_SWITCH_ENABLE = yes
|
DIP_SWITCH_ENABLE = yes
|
||||||
RGB_MATRIX_ENABLE = yes
|
RGB_MATRIX_ENABLE = yes
|
||||||
|
|
|
@ -7,10 +7,6 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||||
CONSOLE_ENABLE = no # Console for debug
|
CONSOLE_ENABLE = no # Console for debug
|
||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
NKRO_ENABLE = yes # Enable USB N-key Rollover
|
NKRO_ENABLE = yes # Enable USB N-key Rollover
|
||||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
||||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
||||||
AUDIO_ENABLE = no # Audio output
|
|
||||||
ENCODER_ENABLE = yes # Enable Encoder
|
ENCODER_ENABLE = yes # Enable Encoder
|
||||||
ENCODER_MAP_ENABLE = no
|
|
||||||
DIP_SWITCH_ENABLE = yes
|
DIP_SWITCH_ENABLE = yes
|
||||||
RGB_MATRIX_ENABLE = yes
|
RGB_MATRIX_ENABLE = yes
|
||||||
|
|
|
@ -7,7 +7,4 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||||
CONSOLE_ENABLE = no # Console for debug
|
CONSOLE_ENABLE = no # Console for debug
|
||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
||||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|
||||||
AUDIO_ENABLE = no # Audio output
|
|
||||||
COMBO_ENABLE = no
|
|
||||||
|
|
Loading…
Reference in New Issue