diff options
author | tmk <wakojun@gmail.com> | 2013-04-21 15:13:20 -0700 |
---|---|---|
committer | tmk <wakojun@gmail.com> | 2013-04-21 15:13:20 -0700 |
commit | c852b0412826f53d8598f9577f9da439cb7bd720 (patch) | |
tree | 52a9664c1eb245ff31f3145ddddc3a6884458e94 /keyboard/phantom/Makefile.pjrc | |
parent | 2fc681b4f768484c2ba5cfa22662bf4c09586e57 (diff) | |
parent | 8633cb170f80a8e1bbb443199ade62274064bfb2 (diff) |
Merge pull request #29 from Wraul/update_phantom
Update Phantom for new keymap framework
Diffstat (limited to 'keyboard/phantom/Makefile.pjrc')
-rw-r--r-- | keyboard/phantom/Makefile.pjrc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/keyboard/phantom/Makefile.pjrc b/keyboard/phantom/Makefile.pjrc index 67bf6df282..7c022a03fb 100644 --- a/keyboard/phantom/Makefile.pjrc +++ b/keyboard/phantom/Makefile.pjrc @@ -74,11 +74,14 @@ F_CPU = 16000000 # Build Options # comment out to disable the options. # -#MOUSEKEY_ENABLE = yes # Mouse keys -#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support -EXTRAKEY_ENABLE = yes # Audio control and System control -#NKRO_ENABLE = yes # USB Nkey Rollover +BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) +#MOUSEKEY_ENABLE = yes # Mouse keys(+5000) +EXTRAKEY_ENABLE = yes # Audio control and System control(+600) CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend +#NKRO_ENABLE = yes # USB Nkey Rollover(+500) +#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support # Search Path |