diff options
| author | Kaleb Elwert <belak@coded.io> | 2018-04-04 15:13:42 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-05 16:59:27 -0400 |
| commit | 0d0664a2149d93d1898615cfa5e02a9c2110345f (patch) | |
| tree | 4c86561874a381342eb6b7fd5c3f8c141c627ec7 /keyboards/infinity60 | |
| parent | 011039afcae0dabbbd0e836836de0284e66330cb (diff) | |
| download | qmk_firmware-0d0664a2149d93d1898615cfa5e02a9c2110345f.tar.gz qmk_firmware-0d0664a2149d93d1898615cfa5e02a9c2110345f.zip | |
Various tweaks for some Input:Club build processes
Diffstat (limited to 'keyboards/infinity60')
| -rw-r--r-- | keyboards/infinity60/config.h | 4 | ||||
| -rw-r--r-- | keyboards/infinity60/rules.mk | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/infinity60/config.h b/keyboards/infinity60/config.h index bffe6489e..8306c8f7e 100644 --- a/keyboards/infinity60/config.h +++ b/keyboards/infinity60/config.h | |||
| @@ -24,10 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 24 | #define VENDOR_ID 0x1c11 | 24 | #define VENDOR_ID 0x1c11 |
| 25 | #define PRODUCT_ID 0xb04d | 25 | #define PRODUCT_ID 0xb04d |
| 26 | #define DEVICE_VER 0x0001 | 26 | #define DEVICE_VER 0x0001 |
| 27 | /* in python2: list(u"whatever".encode('utf-16-le')) */ | ||
| 28 | /* at most 32 characters or the ugly hack in usb_main.c borks */ | ||
| 29 | #define MANUFACTURER Input Club | 27 | #define MANUFACTURER Input Club |
| 30 | #define PRODUCT Infinity_60%/QMK | 28 | #define PRODUCT Infinity_60%_LED/QMK |
| 31 | /* key matrix size */ | 29 | /* key matrix size */ |
| 32 | #define MATRIX_ROWS 9 | 30 | #define MATRIX_ROWS 9 |
| 33 | #define MATRIX_COLS 7 | 31 | #define MATRIX_COLS 7 |
diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk index f689b5475..8cb2b3755 100644 --- a/keyboards/infinity60/rules.mk +++ b/keyboards/infinity60/rules.mk | |||
| @@ -56,6 +56,9 @@ OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000 | |||
| 56 | # Build Options | 56 | # Build Options |
| 57 | # comment out to disable the options. | 57 | # comment out to disable the options. |
| 58 | # | 58 | # |
| 59 | |||
| 60 | DFU_ARGS = -d 1c11:b007 | ||
| 61 | |||
| 59 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | 62 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
| 60 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) | 63 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) |
| 61 | MOUSEKEY_ENABLE = yes # Mouse keys | 64 | MOUSEKEY_ENABLE = yes # Mouse keys |
| @@ -66,4 +69,4 @@ SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | |||
| 66 | NKRO_ENABLE = yes # USB Nkey Rollover | 69 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 67 | CUSTOM_MATRIX = yes # Custom matrix file | 70 | CUSTOM_MATRIX = yes # Custom matrix file |
| 68 | 71 | ||
| 69 | LAYOUTS = 60_ansi_split_bs_rshift \ No newline at end of file | 72 | LAYOUTS = 60_ansi_split_bs_rshift |
