Browse Source

Remove invalid keyboard level features (#23074)

pull/23077/head
Joel Challis 2 months ago
committed by GitHub
parent
commit
ff884d8968
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
10 changed files with 1 additions and 45 deletions
  1. +0
    -10
      keyboards/annepro2/c15/rules.mk
  2. +0
    -10
      keyboards/annepro2/c18/rules.mk
  3. +0
    -3
      keyboards/bioi/g60/rules.mk
  4. +0
    -3
      keyboards/bioi/morgan65/rules.mk
  5. +0
    -1
      keyboards/chromatonemini/info.json
  6. +0
    -1
      keyboards/itstleo/itstleo40/info.json
  7. +0
    -5
      keyboards/keychron/v8/ansi/rules.mk
  8. +0
    -4
      keyboards/keychron/v8/ansi_encoder/rules.mk
  9. +0
    -4
      keyboards/keychron/v8/iso_encoder/rules.mk
  10. +1
    -4
      keyboards/tominabox1/adalyn/rules.mk

+ 0
- 10
keyboards/annepro2/c15/rules.mk View File

@ -22,22 +22,12 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
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
RGB_MATRIX_ENABLE = yes
# Keys
CUSTOM_MATRIX = lite
KEY_LOCK_ENABLE = no
# Other features
RAW_ENABLE = no
MIDI_ENABLE = no
VIRTSER_ENABLE = no
COMBO_ENABLE = no
# Anne Pro 2
SRC = \


+ 0
- 10
keyboards/annepro2/c18/rules.mk View File

@ -22,22 +22,12 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
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
RGB_MATRIX_ENABLE = yes
# Keys
CUSTOM_MATRIX = lite
KEY_LOCK_ENABLE = no
# Other features
RAW_ENABLE = no
MIDI_ENABLE = no
VIRTSER_ENABLE = no
COMBO_ENABLE = no
# Anne Pro 2
SRC = \


+ 0
- 3
keyboards/bioi/g60/rules.mk View File

@ -12,11 +12,8 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
LTO_ENABLE = yes # Reduce firmware size
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
SRC += bluetooth_custom.c

+ 0
- 3
keyboards/bioi/morgan65/rules.mk View File

@ -12,11 +12,8 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
LTO_ENABLE = yes # Reduce firmware size
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
SRC += bluetooth_custom.c

+ 0
- 1
keyboards/chromatonemini/info.json View File

@ -11,7 +11,6 @@
"midi": true,
"extrakey": true,
"encoder": true,
"via": true,
"bootmagic": false,
"console": false,
"mousekey": false,


+ 0
- 1
keyboards/itstleo/itstleo40/info.json View File

@ -8,7 +8,6 @@
"features": {
"bootmagic": true,
"command": false,
"combo": false,
"console": false,
"leader": true,
"extrakey": true,


+ 0
- 5
keyboards/keychron/v8/ansi/rules.mk View File

@ -7,10 +7,5 @@ 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 # 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
RGB_MATRIX_ENABLE = yes

+ 0
- 4
keyboards/keychron/v8/ansi_encoder/rules.mk View File

@ -7,10 +7,6 @@ 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 # 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_MAP_ENABLE = no
DIP_SWITCH_ENABLE = yes
RGB_MATRIX_ENABLE = yes

+ 0
- 4
keyboards/keychron/v8/iso_encoder/rules.mk View File

@ -7,10 +7,6 @@ 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 # 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_MAP_ENABLE = no
DIP_SWITCH_ENABLE = yes
RGB_MATRIX_ENABLE = yes

+ 1
- 4
keyboards/tominabox1/adalyn/rules.mk View File

@ -7,7 +7,4 @@ 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 # 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…
Cancel
Save