logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

led_test_init.c (148B)


  1. #include QMK_KEYBOARD_H
  2. void keyboard_post_init_user(void) {
  3. rgblight_enable_noeeprom();
  4. rgblight_mode_noeeprom(RGBLIGHT_MODE_RGB_TEST);
  5. }