diff options
Diffstat (limited to 'keyboards/aeboards')
| -rw-r--r-- | keyboards/aeboards/ext65/rev2/config.h | 2 | ||||
| -rw-r--r-- | keyboards/aeboards/ext65/rev2/halconf.h | 2 | ||||
| -rw-r--r-- | keyboards/aeboards/ext65/rev2/mcuconf.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/aeboards/ext65/rev2/config.h b/keyboards/aeboards/ext65/rev2/config.h index 541f07ee9..dc1bfb71c 100644 --- a/keyboards/aeboards/ext65/rev2/config.h +++ b/keyboards/aeboards/ext65/rev2/config.h | |||
| @@ -74,3 +74,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 74 | #define BACKLIGHT_LEVELS 6 | 74 | #define BACKLIGHT_LEVELS 6 |
| 75 | #define BACKLIGHT_BREATHING | 75 | #define BACKLIGHT_BREATHING |
| 76 | #define BREATHING_PERIOD 6 | 76 | #define BREATHING_PERIOD 6 |
| 77 | |||
| 78 | #define SLEEP_LED_GPT_DRIVER GPTD1 | ||
diff --git a/keyboards/aeboards/ext65/rev2/halconf.h b/keyboards/aeboards/ext65/rev2/halconf.h index 6e2f53640..9fa1eca60 100644 --- a/keyboards/aeboards/ext65/rev2/halconf.h +++ b/keyboards/aeboards/ext65/rev2/halconf.h | |||
| @@ -27,5 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | #define HAL_USE_SPI TRUE | 28 | #define HAL_USE_SPI TRUE |
| 29 | 29 | ||
| 30 | #define HAL_USE_GPT TRUE | ||
| 31 | |||
| 30 | #include_next <halconf.h> | 32 | #include_next <halconf.h> |
| 31 | 33 | ||
diff --git a/keyboards/aeboards/ext65/rev2/mcuconf.h b/keyboards/aeboards/ext65/rev2/mcuconf.h index 26ce80615..43d53d4f2 100644 --- a/keyboards/aeboards/ext65/rev2/mcuconf.h +++ b/keyboards/aeboards/ext65/rev2/mcuconf.h | |||
| @@ -32,3 +32,5 @@ | |||
| 32 | #undef STM32_SPI_USE_SPI2 | 32 | #undef STM32_SPI_USE_SPI2 |
| 33 | #define STM32_SPI_USE_SPI2 TRUE | 33 | #define STM32_SPI_USE_SPI2 TRUE |
| 34 | 34 | ||
| 35 | #undef STM32_GPT_USE_TIM1 | ||
| 36 | #define STM32_GPT_USE_TIM1 TRUE | ||
