mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-22 07:32:02 +00:00
Update keyboards/m65/keymaps/default/keymap.c
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
parent
c60a9fafb6
commit
f3037f0bf7
@ -71,6 +71,11 @@ static inline void led_rse(const bool on){
|
|||||||
#endif
|
#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) {
|
void matrix_scan_user(void) {
|
||||||
led_lwr(toggle_lwr);
|
led_lwr(toggle_lwr);
|
||||||
led_rse(toggle_rse);
|
led_rse(toggle_rse);
|
||||||
|
Loading…
Reference in New Issue
Block a user