From 0e37dd2ec56114221d8c3eaf98e02b95fa15fa74 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 8 Jul 2013 14:38:03 +0900 Subject: Add power control of keyswitch board and tweak scan wait --- keyboard/hhkb/Makefile.tmk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboard/hhkb/Makefile.tmk') diff --git a/keyboard/hhkb/Makefile.tmk b/keyboard/hhkb/Makefile.tmk index 32dd5796f5..d3730081ff 100644 --- a/keyboard/hhkb/Makefile.tmk +++ b/keyboard/hhkb/Makefile.tmk @@ -71,7 +71,7 @@ MCU = atmega32u4 # does not *change* the processor frequency - it should merely be updated to # reflect the processor speed set externally so that the code can use accurate # software delays. -F_CPU = 8000000 +F_CPU = 16000000 # @@ -109,7 +109,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 # Build Options # comment out to disable the options. # -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +#BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug -- cgit v1.2.3