summaryrefslogtreecommitdiff
path: root/tmk.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk.c')
-rw-r--r--tmk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk.c b/tmk.c
index 53da9aa860..2ad31e97d4 100644
--- a/tmk.c
+++ b/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);