diff options
Diffstat (limited to 'keyboards/ramonimbao/wete')
| -rw-r--r-- | keyboards/ramonimbao/wete/config.h | 2 | ||||
| -rw-r--r-- | keyboards/ramonimbao/wete/halconf.h | 2 | ||||
| -rw-r--r-- | keyboards/ramonimbao/wete/mcuconf.h | 2 | ||||
| -rw-r--r-- | keyboards/ramonimbao/wete/rules.mk | 2 |
4 files changed, 7 insertions, 1 deletions
diff --git a/keyboards/ramonimbao/wete/config.h b/keyboards/ramonimbao/wete/config.h index 5d68a7efd..3d8955009 100644 --- a/keyboards/ramonimbao/wete/config.h +++ b/keyboards/ramonimbao/wete/config.h | |||
| @@ -46,6 +46,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | #define RGBLED_NUM 24 | 46 | #define RGBLED_NUM 24 |
| 47 | #define RGBLIGHT_ANIMATIONS | 47 | #define RGBLIGHT_ANIMATIONS |
| 48 | 48 | ||
| 49 | #define SLEEP_LED_GPT_DRIVER GPTD1 | ||
| 50 | |||
| 49 | /* define if matrix has ghost */ | 51 | /* define if matrix has ghost */ |
| 50 | //#define MATRIX_HAS_GHOST | 52 | //#define MATRIX_HAS_GHOST |
| 51 | 53 | ||
diff --git a/keyboards/ramonimbao/wete/halconf.h b/keyboards/ramonimbao/wete/halconf.h index c43440a45..b3de873be 100644 --- a/keyboards/ramonimbao/wete/halconf.h +++ b/keyboards/ramonimbao/wete/halconf.h | |||
| @@ -23,5 +23,7 @@ | |||
| 23 | 23 | ||
| 24 | #define HAL_USE_PWM TRUE | 24 | #define HAL_USE_PWM TRUE |
| 25 | 25 | ||
| 26 | #define HAL_USE_GPT TRUE | ||
| 27 | |||
| 26 | #include_next <halconf.h> | 28 | #include_next <halconf.h> |
| 27 | 29 | ||
diff --git a/keyboards/ramonimbao/wete/mcuconf.h b/keyboards/ramonimbao/wete/mcuconf.h index b7f2c481c..7a2e87776 100644 --- a/keyboards/ramonimbao/wete/mcuconf.h +++ b/keyboards/ramonimbao/wete/mcuconf.h | |||
| @@ -35,3 +35,5 @@ | |||
| 35 | #undef STM32_SPI_USE_SPI2 | 35 | #undef STM32_SPI_USE_SPI2 |
| 36 | #define STM32_SPI_USE_SPI2 TRUE | 36 | #define STM32_SPI_USE_SPI2 TRUE |
| 37 | 37 | ||
| 38 | #undef STM32_GPT_USE_TIM1 | ||
| 39 | #define STM32_GPT_USE_TIM1 TRUE | ||
diff --git a/keyboards/ramonimbao/wete/rules.mk b/keyboards/ramonimbao/wete/rules.mk index 81c717c57..039cc87a2 100644 --- a/keyboards/ramonimbao/wete/rules.mk +++ b/keyboards/ramonimbao/wete/rules.mk | |||
| @@ -5,7 +5,7 @@ MCU = STM32F072 | |||
| 5 | # comment out to disable the options. | 5 | # comment out to disable the options. |
| 6 | # | 6 | # |
| 7 | 7 | ||
| 8 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | 8 | #BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration |
| 9 | MOUSEKEY_ENABLE = yes # Mouse keys | 9 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 10 | EXTRAKEY_ENABLE = yes # Audio control and System control | 10 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 11 | CONSOLE_ENABLE = yes # Console for debug | 11 | CONSOLE_ENABLE = yes # Console for debug |
