1
0
Fork 0

add a build option: USB_EXTRA_ENABLE

This commit is contained in:
tmk 2011-01-05 00:04:25 +09:00
parent 7272c65d3d
commit 6b0c939d72
7 changed files with 124 additions and 38 deletions

View file

@ -69,10 +69,13 @@ MCU = atmega32u4 # Teensy 2.0
F_CPU = 16000000
# Options
# comment out to disable
#USB_NKRO_ENABLE = yes
MOUSEKEY_ENABLE = yes
PS2_MOUSE_ENABLE = yes
# Build Options
# comment out to disable the options.
#
MOUSEKEY_ENABLE = yes # Mouse keys
PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
USB_EXTRA_ENABLE = yes # Enhanced feature for Windows(Audio control and System control)
#USB_NKRO_ENABLE = yes # USB Nkey Rollover
include $(COMMON_DIR)/Makefile.common

View file

@ -2,7 +2,7 @@
#define CONFIG_H
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0xBEEF
#define PRODUCT_ID 0xBEE0
#define MANUFACTURER t.m.k.
#define PRODUCT Macway mod
#define DESCRIPTION t.m.k. keyboard firmware for Macway mod