~ruther/qmk_firmware

ref: c38fdfec9c31b5859ef0ab9a7f328203ef5829fd qmk_firmware/keyboards/kc60/kc60.c -rw-r--r-- 166 bytes
c38fdfec — dependabot[bot] Bump tj-actions/changed-files from 41 to 42 (#22915) 1 year, 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#include "quantum.h"

void led_update_ports(led_t led_state) {
    if (led_state.caps_lock) {
        setPinOutput(B2);
    } else {
        setPinInput(B2);
    }
}
Do not follow this link