forked from forks/qmk_firmware
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 a new issue