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:22 +01:00 committed by GitHub
parent 52b91b8805
commit c60a9fafb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,8 @@ static inline void led_lwr(const bool on){
} }
static inline void led_rse(const bool on){ static inline void led_rse(const bool on){
#ifdef KEYBOARD_m65_rev1 #ifdef LED_CAPS_LOCK_PIN
writePin(B13, on); writePin(LED_CAPS_LOCK_PIN , on);
#endif #endif
} }