summaryrefslogtreecommitdiff
path: root/tmk.c
diff options
context:
space:
mode:
authortmk2010-11-06 02:03:52 +0900
committertmk2010-11-06 02:03:52 +0900
commit74b3e591fcf296f0b363ab8289b2531a7cd44b64 (patch)
treeefdd46908f027904a182b97431e784e3d4614424 /tmk.c
parent89feab2301725263326154de6b946969be30c0be (diff)
FIX: LED debug
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 53da9aa86..2ad31e97d 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);