nullbitsn
nullbits•2y ago•
1 reply
Shen

Shen - Hello, I'm sorry if the question has a...

Hello,

I'm sorry if the question has already been asked. But I don't found an answer.

I would want to disable the LED of my BIT-C (Atmega) with QMK.

#include "common/bitc_led.h"

void keyboard_pre_init_user(void) {
  set_bitc_LED(LED_OFF);
}


But the include does not work 😦

An idea?
Was this page helpful?