Browse Source

Fixup `massdrop/alt`, `cest73/tkm`. (#14048)

* Fixup massdrop/alt.

* Fixup `cest73/tkm` bootmagic lite.

* Update keyboards/cest73/tkm/rules.mk

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
pull/13777/head
Nick Brassel 2 years ago
committed by GitHub
parent
commit
8db1d22117
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions
  1. +1
    -1
      keyboards/cest73/tkm/rules.mk
  2. +2
    -3
      keyboards/massdrop/alt/config_led.c

+ 1
- 1
keyboards/cest73/tkm/rules.mk View File

@ -7,7 +7,7 @@ BOOTLOADER = halfkay
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug


+ 2
- 3
keyboards/massdrop/alt/config_led.c View File

@ -50,9 +50,8 @@ led_config_t g_led_config = { {
#ifdef USB_LED_INDICATOR_ENABLE
void rgb_matrix_indicators_kb(void)
{
md_rgb_matrix_indicators();
void rgb_matrix_indicators_advanced_kb(uint8_t led_min, uint8_t led_max) {
md_rgb_matrix_indicators_advanced(led_min, led_max);
}
#endif // USB_LED_INDICATOR_ENABLE


Loading…
Cancel
Save