mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-21 23:22:03 +00:00
Update keyboards/m65/keymaps/default/keymap.c
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
parent
52b91b8805
commit
c60a9fafb6
@ -66,8 +66,8 @@ static inline void led_lwr(const bool on){
|
||||
}
|
||||
|
||||
static inline void led_rse(const bool on){
|
||||
#ifdef KEYBOARD_m65_rev1
|
||||
writePin(B13, on);
|
||||
#ifdef LED_CAPS_LOCK_PIN
|
||||
writePin(LED_CAPS_LOCK_PIN , on);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user