mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
Various tweaks for some Input:Club build processes
This commit is contained in:
parent
011039afca
commit
0d0664a214
4 changed files with 7 additions and 6 deletions
|
@ -58,6 +58,8 @@ OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000
|
||||||
# comment out to disable the options.
|
# comment out to disable the options.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
DFU_ARGS = -d 1c11:b007
|
||||||
|
|
||||||
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
|
||||||
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
|
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
|
||||||
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
||||||
|
|
|
@ -24,10 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#define VENDOR_ID 0x1c11
|
#define VENDOR_ID 0x1c11
|
||||||
#define PRODUCT_ID 0xb04d
|
#define PRODUCT_ID 0xb04d
|
||||||
#define DEVICE_VER 0x0001
|
#define DEVICE_VER 0x0001
|
||||||
/* in python2: list(u"whatever".encode('utf-16-le')) */
|
|
||||||
/* at most 32 characters or the ugly hack in usb_main.c borks */
|
|
||||||
#define MANUFACTURER Input Club
|
#define MANUFACTURER Input Club
|
||||||
#define PRODUCT Infinity_60%/QMK
|
#define PRODUCT Infinity_60%_LED/QMK
|
||||||
/* key matrix size */
|
/* key matrix size */
|
||||||
#define MATRIX_ROWS 9
|
#define MATRIX_ROWS 9
|
||||||
#define MATRIX_COLS 7
|
#define MATRIX_COLS 7
|
||||||
|
|
|
@ -56,6 +56,9 @@ OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000
|
||||||
# Build Options
|
# Build Options
|
||||||
# comment out to disable the options.
|
# comment out to disable the options.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
DFU_ARGS = -d 1c11:b007
|
||||||
|
|
||||||
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
||||||
## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
|
## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
|
||||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||||
|
@ -66,4 +69,4 @@ SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
|
||||||
NKRO_ENABLE = yes # USB Nkey Rollover
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
||||||
CUSTOM_MATRIX = yes # Custom matrix file
|
CUSTOM_MATRIX = yes # Custom matrix file
|
||||||
|
|
||||||
LAYOUTS = 60_ansi_split_bs_rshift
|
LAYOUTS = 60_ansi_split_bs_rshift
|
||||||
|
|
|
@ -24,8 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#define VENDOR_ID 0x1c11
|
#define VENDOR_ID 0x1c11
|
||||||
#define PRODUCT_ID 0xb04d
|
#define PRODUCT_ID 0xb04d
|
||||||
#define DEVICE_VER 0x0001
|
#define DEVICE_VER 0x0001
|
||||||
/* in python2: list(u"whatever".encode('utf-16-le')) */
|
|
||||||
/* at most 32 characters or the ugly hack in usb_main.c borks */
|
|
||||||
#define MANUFACTURER Input Club
|
#define MANUFACTURER Input Club
|
||||||
#define PRODUCT WhiteFox/QMK
|
#define PRODUCT WhiteFox/QMK
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue