Fix keymap and build option.(M0110)
This commit is contained in:
parent
8c29188d3c
commit
6dba103644
2 changed files with 84 additions and 104 deletions
|
|
@ -35,9 +35,9 @@ F_CPU = 16000000
|
|||
# Build Options
|
||||
# *Comment out* to disable the options.
|
||||
#
|
||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||
#MOUSEKEY_ENABLE = yes # Mouse keys
|
||||
#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
#EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
#NKRO_ENABLE = yes # USB Nkey Rollover
|
||||
|
||||
|
||||
|
|
@ -55,6 +55,3 @@ include $(TOP_DIR)/protocol/pjrc.mk
|
|||
include $(TOP_DIR)/protocol.mk
|
||||
include $(TOP_DIR)/common.mk
|
||||
include $(TOP_DIR)/rules.mk
|
||||
|
||||
hasu: EXTRAFLAGS += -DHASU
|
||||
hasu: all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue