From 2795b7a0a30c351a85f17cb4c0b414297e096282 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 27 Mar 2013 17:15:06 +0900 Subject: Fix debouncing on gh60, hbkb, macway --- keyboard/macway/Makefile.lufa | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'keyboard/macway/Makefile.lufa') diff --git a/keyboard/macway/Makefile.lufa b/keyboard/macway/Makefile.lufa index 1f365da112..f0acf76713 100644 --- a/keyboard/macway/Makefile.lufa +++ b/keyboard/macway/Makefile.lufa @@ -97,11 +97,12 @@ F_USB = $(F_CPU) # Build Options # comment out to disable the options. # +BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration #NKRO_ENABLE = yes # USB Nkey Rollover -#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support # Boot Section Size in bytes -- cgit v1.2.3