diff options
| author | jpetermans <tibcmhhm@gmail.com> | 2017-04-06 13:53:18 -0700 |
|---|---|---|
| committer | jpetermans <tibcmhhm@gmail.com> | 2017-04-06 13:53:18 -0700 |
| commit | 91f2e9fb5ec03aa4f8aee3a8a181ed0283170cf3 (patch) | |
| tree | 5dffd2f7e503b6d1b6945b02990ace88490efc04 | |
| parent | 02ef122cbbf7b9f94de5f1248fd7f8ec0351f4b4 (diff) | |
| download | qmk_firmware-91f2e9fb5ec03aa4f8aee3a8a181ed0283170cf3.tar.gz qmk_firmware-91f2e9fb5ec03aa4f8aee3a8a181ed0283170cf3.zip | |
match hal settings to whitefox, fix make rules
| -rw-r--r-- | keyboards/infinity60/halconf.h | 4 | ||||
| -rw-r--r-- | keyboards/infinity60/rules.mk | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/infinity60/halconf.h b/keyboards/infinity60/halconf.h index 46b37a4f4..f89dfc2e1 100644 --- a/keyboards/infinity60/halconf.h +++ b/keyboards/infinity60/halconf.h | |||
| @@ -76,7 +76,7 @@ | |||
| 76 | * @brief Enables the I2C subsystem. | 76 | * @brief Enables the I2C subsystem. |
| 77 | */ | 77 | */ |
| 78 | #if !defined(HAL_USE_I2C) || defined(__DOXYGEN__) | 78 | #if !defined(HAL_USE_I2C) || defined(__DOXYGEN__) |
| 79 | #define HAL_USE_I2C FALSE | 79 | #define HAL_USE_I2C TRUE |
| 80 | #endif | 80 | #endif |
| 81 | 81 | ||
| 82 | /** | 82 | /** |
| @@ -139,7 +139,7 @@ | |||
| 139 | * @brief Enables the SERIAL over USB subsystem. | 139 | * @brief Enables the SERIAL over USB subsystem. |
| 140 | */ | 140 | */ |
| 141 | #if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) | 141 | #if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__) |
| 142 | #define HAL_USE_SERIAL_USB TRUE | 142 | #define HAL_USE_SERIAL_USB FALSE |
| 143 | #endif | 143 | #endif |
| 144 | 144 | ||
| 145 | /** | 145 | /** |
diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk index 56d6470b5..f58bb2642 100644 --- a/keyboards/infinity60/rules.mk +++ b/keyboards/infinity60/rules.mk | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | # project specific files | 1 | # project specific files |
| 2 | SRC = matrix.c \ | 2 | SRC = matrix.c \ |
| 3 | led.c | 3 | led.c \ |
| 4 | led_controller.c | ||
| 4 | 5 | ||
| 5 | ## chip/board settings | 6 | ## chip/board settings |
| 6 | # - the next two should match the directories in | 7 | # - the next two should match the directories in |
| @@ -63,4 +64,4 @@ CONSOLE_ENABLE ?= yes # Console for debug | |||
| 63 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 64 | COMMAND_ENABLE ?= yes # Commands for debug and configuration |
| 64 | SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend | 65 | SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend |
| 65 | NKRO_ENABLE ?= yes # USB Nkey Rollover | 66 | NKRO_ENABLE ?= yes # USB Nkey Rollover |
| 66 | CUSTOM_MATRIX ?= yes # Custom matrix file \ No newline at end of file | 67 | CUSTOM_MATRIX ?= yes # Custom matrix file |
