diff options
author | tmk <nobody@nowhere> | 2013-07-08 14:38:03 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-07-08 14:38:03 +0900 |
commit | 0e37dd2ec56114221d8c3eaf98e02b95fa15fa74 (patch) | |
tree | c96e5c0804ee16fb56a39078950b90ab5a9d2743 /keyboard/hhkb/Makefile.tmk | |
parent | d965822857e4933b1fcb0e940f4251468b32de9a (diff) |
Add power control of keyswitch board and tweak scan wait
Diffstat (limited to 'keyboard/hhkb/Makefile.tmk')
-rw-r--r-- | keyboard/hhkb/Makefile.tmk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |