~ruther/qmk_firmware

ref: fa08cb2478e8c13a9f1c785956c95cb49bbebba3 qmk_firmware/keyboards/handwired/jotanck/jotanck.c -rw-r--r-- 153 bytes
fa08cb24 — Drashna Jaelre [Keymap] Drashna keymap updates for 0.18.0 (#18184) 3 years ago
                                                                                
1
2
3
4
5
6
7
8
#include "jotanck.h"

void keyboard_pre_init_kb() {
    setPinOutput(JOTANCK_LED1);
    setPinOutput(JOTANCK_LED2);
    
    keyboard_pre_init_user();
}