aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/system76/launch_1/launch_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/system76/launch_1/launch_1.c')
-rw-r--r--keyboards/system76/launch_1/launch_1.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/system76/launch_1/launch_1.c b/keyboards/system76/launch_1/launch_1.c
index 630305194e..dbe697c19d 100644
--- a/keyboards/system76/launch_1/launch_1.c
+++ b/keyboards/system76/launch_1/launch_1.c
@@ -143,10 +143,8 @@ void matrix_init_kb(void) {
matrix_init_user();
}
-void matrix_scan_kb(void) {
+void housekeeping_task_kb(void) {
usb_mux_event();
-
- matrix_scan_user();
}
#define LEVEL(value) (uint8_t)(((uint16_t)value) * ((uint16_t)RGB_MATRIX_MAXIMUM_BRIGHTNESS) / ((uint16_t)255))