Logo
Explore Help
Sign In
dax/qmk
1
0
Fork 0
You've already forked qmk
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
master
qmk/keyboards/kc60/kc60.c

10 lines
166 B
C
Raw Permalink Normal View History

Move remaining `LAYOUT`s to data driven (#20422)
2023-04-15 21:07:32 +10:00
#include "quantum.h"
Moved KC60 capslock LED code to standard led_set_kb so it can be overridden by users
2017-02-07 16:55:40 -08:00
led_update_kb -> led_update_ports where appropriate (#18716) Following #14452, less boilerplate is needed to customize indicator led control.
2022-10-15 21:09:03 +02:00
void led_update_ports(led_t led_state) {
if (led_state.caps_lock) {
setPinOutput(B2);
} else {
setPinInput(B2);
Moved KC60 capslock LED code to standard led_set_kb so it can be overridden by users
2017-02-07 16:55:40 -08:00
}
KC60 refactor (#10834)
2020-11-03 11:55:22 +11:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 362ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API