rgblight: driver selection cleanups (#21558)
This commit is contained in:
parent
3ece80f73f
commit
1c069b13b9
43 changed files with 27 additions and 44 deletions
|
@ -10,7 +10,6 @@ AUDIO_ENABLE = no # Audio output on port C6
|
|||
UNICODE_ENABLE = no # Unicode
|
||||
BLUETOOTH_ENABLE = no # Disable Bluetooth with the Adafruit EZ-Key HID
|
||||
RGBLIGHT_ENABLE = no # Enable RGB underlight
|
||||
RGBLIGHT_CUSTOM_DRIVER = no # RGB code is implemented in lefkeyboards, not WS2812
|
||||
SLEEP_LED_ENABLE = yes
|
||||
TAP_DANCE_ENABLE = yes
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"levels": 8
|
||||
},
|
||||
"rgblight": {
|
||||
"driver": "custom",
|
||||
"hue_steps": 10,
|
||||
"led_count": 31
|
||||
},
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"levels": 8
|
||||
},
|
||||
"rgblight": {
|
||||
"driver": "custom",
|
||||
"hue_steps": 10,
|
||||
"led_count": 27
|
||||
},
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"levels": 8
|
||||
},
|
||||
"rgblight": {
|
||||
"driver": "custom",
|
||||
"hue_steps": 10,
|
||||
"led_count": 27
|
||||
},
|
||||
|
|
|
@ -10,7 +10,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
|||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lfkeyboards, not qmk base
|
||||
SLEEP_LED_ENABLE = yes
|
||||
|
||||
ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
"driver": "custom",
|
||||
"levels": 10
|
||||
},
|
||||
"rgblight": {
|
||||
"driver": "custom"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "F4"
|
||||
},
|
||||
|
|
|
@ -10,7 +10,6 @@ AUDIO_ENABLE = yes # Audio output on port C6
|
|||
UNICODE_ENABLE = no # Unicode
|
||||
BLUETOOTH_ENABLE = no # Disable Bluetooth with the Adafruit EZ-Key HID
|
||||
RGBLIGHT_ENABLE = yes # Enable RGB underlight
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812
|
||||
SLEEP_LED_ENABLE = yes
|
||||
TAP_DANCE_ENABLE = yes
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ NKRO_ENABLE = yes
|
|||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = yes # Audio output
|
||||
RGBLIGHT_ENABLE = yes # Enable RGB underlight
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812
|
||||
SLEEP_LED_ENABLE = yes
|
||||
|
||||
ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
|
||||
|
|
|
@ -10,7 +10,6 @@ AUDIO_ENABLE = yes # Audio output on port C6
|
|||
UNICODE_ENABLE = no # Unicode
|
||||
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
||||
RGBLIGHT_ENABLE = yes # Enable RGB underlight
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812
|
||||
SLEEP_LED_ENABLE = yes
|
||||
|
||||
ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
|
||||
|
|
|
@ -7,7 +7,6 @@ NKRO_ENABLE = yes
|
|||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = yes # Audio output
|
||||
RGBLIGHT_ENABLE = yes # Enable RGB underlight
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812
|
||||
SLEEP_LED_ENABLE = yes
|
||||
|
||||
ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
|
||||
|
|
|
@ -11,7 +11,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
|||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = yes # Audio output
|
||||
RGBLIGHT_ENABLE = yes # Enable RGB underlight
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812
|
||||
SLEEP_LED_ENABLE = yes
|
||||
|
||||
ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgblight": {
|
||||
"driver": "custom",
|
||||
"hue_steps": 10,
|
||||
"led_count": 28
|
||||
},
|
||||
|
|
|
@ -9,7 +9,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration
|
|||
NKRO_ENABLE = no # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lfkeyboards, not qmk base
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
SLEEP_LED_ENABLE = yes
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"levels": 10
|
||||
},
|
||||
"rgblight": {
|
||||
"driver": "custom",
|
||||
"hue_steps": 10,
|
||||
"led_count": 26
|
||||
},
|
||||
|
|
|
@ -10,9 +10,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
|||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = yes # Audio output
|
||||
|
||||
# RGB code is implemented in lfkeyboards, not WS2812
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes
|
||||
SLEEP_LED_ENABLE = yes
|
||||
|
||||
ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
|
||||
|
|
|
@ -10,9 +10,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
|||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = yes # Audio output
|
||||
|
||||
# RGB code is implemented in lfkeyboards, not WS2812
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes
|
||||
SLEEP_LED_ENABLE = yes
|
||||
|
||||
ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"levels": 8
|
||||
},
|
||||
"rgblight": {
|
||||
"driver": "custom",
|
||||
"hue_steps": 10,
|
||||
"led_count": 20
|
||||
},
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
# Extra source files for IS3731 lighting
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"processor": "atmega32u4",
|
||||
"bootloader": "halfkay",
|
||||
"rgblight": {
|
||||
"driver": "custom",
|
||||
"led_count": 28
|
||||
},
|
||||
"layouts": {
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
# change yes to no to disable
|
||||
#
|
||||
RGBLIGHT_ENABLE = no # TODO: Enable keyboard RGB underglow
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue