Update keyboards/m65/keymaps/default/keymap.c

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
Alin Marin Elena 2021-03-29 22:19:42 +01:00 committed by GitHub
parent c60a9fafb6
commit f3037f0bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,11 @@ static inline void led_rse(const bool on){
#endif
}
bool led_update_user(led_t led_state) {
// Disable the default LED update code, so that lock LEDs could be reused to show layer status.
return false;
}
void matrix_scan_user(void) {
led_lwr(toggle_lwr);
led_rse(toggle_rse);