]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Various tweaks for some Input:Club build processes
authorKaleb Elwert <belak@coded.io>
Wed, 4 Apr 2018 22:13:42 +0000 (15:13 -0700)
committerJack Humbert <jack.humb@gmail.com>
Thu, 5 Apr 2018 20:59:27 +0000 (16:59 -0400)
keyboards/ergodox_infinity/rules.mk
keyboards/infinity60/config.h
keyboards/infinity60/rules.mk
keyboards/whitefox/config.h

index c243c258bac30e868d68eb89641cf7bca17b7144..1cc95193cb55f307fa135fe28c23dd9aaa9c1a01 100644 (file)
@@ -58,6 +58,8 @@ OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000
 #   comment out to disable the options.
 #
 
+DFU_ARGS = -d 1c11:b007
+
 BOOTMAGIC_ENABLE = no  # Virtual DIP switch configuration(+1000)
 MOUSEKEY_ENABLE  = yes # Mouse keys(+4700)
 EXTRAKEY_ENABLE  = yes # Audio control and System control(+450)
index bffe6489ec29ff296b4abd0be241f1db17ad0f15..8306c8f7efc8d5ba0ad8d4da18b6e5d7504cba5d 100644 (file)
@@ -24,10 +24,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define VENDOR_ID       0x1c11
 #define PRODUCT_ID      0xb04d
 #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 PRODUCT Infinity_60%/QMK
+#define PRODUCT Infinity_60%_LED/QMK
 /* key matrix size */
 #define MATRIX_ROWS 9
 #define MATRIX_COLS 7
index f689b5475159abe8d36d8dc024e883e659e63c9e..8cb2b3755951106553303797e5cf858014c57ea2 100644 (file)
@@ -56,6 +56,9 @@ OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000
 # Build Options
 #   comment out to disable the options.
 #
+
+DFU_ARGS = -d 1c11:b007
+
 BOOTMAGIC_ENABLE = no  # Virtual DIP switch configuration
 ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
 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
 CUSTOM_MATRIX = yes # Custom matrix file
 
-LAYOUTS = 60_ansi_split_bs_rshift
\ No newline at end of file
+LAYOUTS = 60_ansi_split_bs_rshift
index 9989a92df55d2abc2c59cd9cdd0cc2f390e31b93..e508c3e9e2e673b6ae9608a6568f5dbb48f0d21f 100644 (file)
@@ -24,8 +24,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define VENDOR_ID       0x1c11
 #define PRODUCT_ID      0xb04d
 #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 PRODUCT WhiteFox/QMK