forked from mirrors/qmk_userspace
FIX: LED debug
This commit is contained in:
parent
89feab2301
commit
74b3e591fc
2 changed files with 12 additions and 5 deletions
3
tmk.c
3
tmk.c
|
@ -49,6 +49,9 @@ bool debug_mouse = false;
|
|||
|
||||
int main(void)
|
||||
{
|
||||
DEBUG_LED_CONFIG;
|
||||
DEBUG_LED_OFF;
|
||||
|
||||
// set for 16 MHz clock
|
||||
CPU_PRESCALE(0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue