aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2021-08-18 06:44:18 +1000
committerGitHub <noreply@github.com>2021-08-18 06:44:18 +1000
commit8db1d221172afe10fc2d0c4c7ce1742e0a6436d4 (patch)
tree4e0909f359b805f7eebc16a467306a75646d08b9
parent75b49aff56436c57a424e622c91f6d80e1d0ecc2 (diff)
downloadqmk_firmware-8db1d221172afe10fc2d0c4c7ce1742e0a6436d4.tar.gz
qmk_firmware-8db1d221172afe10fc2d0c4c7ce1742e0a6436d4.zip
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>
-rw-r--r--keyboards/cest73/tkm/rules.mk2
-rw-r--r--keyboards/massdrop/alt/config_led.c5
2 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/cest73/tkm/rules.mk b/keyboards/cest73/tkm/rules.mk
index 43420532f..193b9b700 100644
--- a/keyboards/cest73/tkm/rules.mk
+++ b/keyboards/cest73/tkm/rules.mk
@@ -7,7 +7,7 @@ BOOTLOADER = halfkay
7# Build Options 7# Build Options
8# change yes to no to disable 8# change yes to no to disable
9# 9#
10BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration 10BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
11MOUSEKEY_ENABLE = no # Mouse keys 11MOUSEKEY_ENABLE = no # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control 12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = no # Console for debug 13CONSOLE_ENABLE = no # Console for debug
diff --git a/keyboards/massdrop/alt/config_led.c b/keyboards/massdrop/alt/config_led.c
index 136117703..85ae67878 100644
--- a/keyboards/massdrop/alt/config_led.c
+++ b/keyboards/massdrop/alt/config_led.c
@@ -50,9 +50,8 @@ led_config_t g_led_config = { {
50 50
51 51
52#ifdef USB_LED_INDICATOR_ENABLE 52#ifdef USB_LED_INDICATOR_ENABLE
53void rgb_matrix_indicators_kb(void) 53void rgb_matrix_indicators_advanced_kb(uint8_t led_min, uint8_t led_max) {
54{ 54 md_rgb_matrix_indicators_advanced(led_min, led_max);
55 md_rgb_matrix_indicators();
56} 55}
57#endif // USB_LED_INDICATOR_ENABLE 56#endif // USB_LED_INDICATOR_ENABLE
58 57