diff options
author | tmk <nobody@nowhere> | 2014-02-10 10:01:42 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-02-10 10:01:42 +0900 |
commit | 0f827cf94ccd6bef490ba889bc86c61483b1eb80 (patch) | |
tree | 2c3856cccaef47372f7182532c34574d02ba621a /converter/ibm4704_usb/Makefile | |
parent | 89c7b9b0974ccbcec8255ff2dc56adc7d3e82a71 (diff) | |
download | qmk_firmware-0f827cf94ccd6bef490ba889bc86c61483b1eb80.tar.gz qmk_firmware-0f827cf94ccd6bef490ba889bc86c61483b1eb80.zip |
Add keymap_hasu.c
Diffstat (limited to 'converter/ibm4704_usb/Makefile')
-rw-r--r-- | converter/ibm4704_usb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/ibm4704_usb/Makefile b/converter/ibm4704_usb/Makefile index bc0f9fde75..112b00129d 100644 --- a/converter/ibm4704_usb/Makefile +++ b/converter/ibm4704_usb/Makefile @@ -76,8 +76,8 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 # comment out to disable the options. # #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) -#MOUSEKEY_ENABLE = yes # Mouse keys(+4700) -##EXTRAKEY_ENABLE = yes # Audio control and System control(+450) +MOUSEKEY_ENABLE = yes # Mouse keys(+4700) +EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA |