diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-06-30 16:09:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-30 16:09:52 -0400 |
| commit | b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7 (patch) | |
| tree | 994017c60f209efc34a522c428fa3397d1198a0c /keyboards/infinity60 | |
| parent | 61ef949576fb64e3c57c3381875708893e4b3f96 (diff) | |
| download | qmk_firmware-b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7.tar.gz qmk_firmware-b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7.zip | |
Update keyboards' rules.mk/Makefiles (#1442)
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
Diffstat (limited to 'keyboards/infinity60')
| -rw-r--r-- | keyboards/infinity60/rules.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk index c19f62401..a3ddd55c6 100644 --- a/keyboards/infinity60/rules.mk +++ b/keyboards/infinity60/rules.mk | |||
| @@ -56,12 +56,12 @@ 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 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration | 59 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
| 60 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) | 60 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) |
| 61 | MOUSEKEY_ENABLE ?= yes # Mouse keys | 61 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 62 | EXTRAKEY_ENABLE ?= yes # Audio control and System control | 62 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 63 | CONSOLE_ENABLE ?= yes # Console for debug | 63 | CONSOLE_ENABLE = yes # Console for debug |
| 64 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 64 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 65 | SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 65 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 66 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 66 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 67 | CUSTOM_MATRIX ?= yes # Custom matrix file | 67 | CUSTOM_MATRIX = yes # Custom matrix file |
