summaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb/Makefile.tmk
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-07-08 07:38:03 +0200
committertmk <nobody@nowhere>2013-07-08 07:38:03 +0200
commit0e37dd2ec56114221d8c3eaf98e02b95fa15fa74 (patch)
treec96e5c0804ee16fb56a39078950b90ab5a9d2743 /keyboard/hhkb/Makefile.tmk
parentd965822857e4933b1fcb0e940f4251468b32de9a (diff)
downloadqmk_firmware-0e37dd2ec56114221d8c3eaf98e02b95fa15fa74.tar.gz
qmk_firmware-0e37dd2ec56114221d8c3eaf98e02b95fa15fa74.tar.xz
Add power control of keyswitch board and tweak scan wait
Diffstat (limited to 'keyboard/hhkb/Makefile.tmk')
-rw-r--r--keyboard/hhkb/Makefile.tmk4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/hhkb/Makefile.tmk b/keyboard/hhkb/Makefile.tmk
index 32dd5796f..d3730081f 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