Skip to content

Commit

Permalink
Enable GPT for boards with caps lock code and SLEEP_LED enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Feb 28, 2021
1 parent 7e950ff commit 7967ea6
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 8 deletions.
2 changes: 2 additions & 0 deletions keyboards/aeboards/ext65/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BACKLIGHT_LEVELS 6
#define BACKLIGHT_BREATHING
#define BREATHING_PERIOD 6

#define SLEEP_LED_GPT_DRIVER GPTD1
2 changes: 2 additions & 0 deletions keyboards/aeboards/ext65/rev2/halconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@

#define HAL_USE_SPI TRUE

#define HAL_USE_GPT TRUE

#include_next <halconf.h>

2 changes: 2 additions & 0 deletions keyboards/aeboards/ext65/rev2/mcuconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@
#undef STM32_SPI_USE_SPI2
#define STM32_SPI_USE_SPI2 TRUE

#undef STM32_GPT_USE_TIM1
#define STM32_GPT_USE_TIM1 TRUE
2 changes: 1 addition & 1 deletion keyboards/cannonkeys/tsukuyomi/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
Expand Down
2 changes: 1 addition & 1 deletion keyboards/daji/seis_cinco/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
Expand Down
3 changes: 3 additions & 0 deletions keyboards/projectkb/alice/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#pragma once

#define SLEEP_LED_GPT_DRIVER GPTD1
4 changes: 2 additions & 2 deletions keyboards/projectkb/alice/mcuconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
#undef STM32_SPI_USE_SPI2
#define STM32_SPI_USE_SPI2 TRUE

#undef STM32_GPT_USE_TIM14
#define STM32_GPT_USE_TIM14 TRUE
#undef STM32_GPT_USE_TIM1
#define STM32_GPT_USE_TIM1 TRUE
2 changes: 1 addition & 1 deletion keyboards/projectkb/signature87/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no

Expand Down
2 changes: 2 additions & 0 deletions keyboards/ramonimbao/wete/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLED_NUM 24
#define RGBLIGHT_ANIMATIONS

#define SLEEP_LED_GPT_DRIVER GPTD1

/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST

Expand Down
2 changes: 2 additions & 0 deletions keyboards/ramonimbao/wete/halconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@

#define HAL_USE_PWM TRUE

#define HAL_USE_GPT TRUE

#include_next <halconf.h>

2 changes: 2 additions & 0 deletions keyboards/ramonimbao/wete/mcuconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@
#undef STM32_SPI_USE_SPI2
#define STM32_SPI_USE_SPI2 TRUE

#undef STM32_GPT_USE_TIM1
#define STM32_GPT_USE_TIM1 TRUE
2 changes: 2 additions & 0 deletions keyboards/westfoxtrot/prophet/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

#define SLEEP_LED_GPT_DRIVER GPTD1
27 changes: 27 additions & 0 deletions keyboards/westfoxtrot/prophet/halconf.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* Copyright 2020 QMK
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/*
* This file was auto-generated by:
* `qmk chibios-confmigrate -i keyboards/projectkb/alice/halconf.h -r platforms/chibios/common/configs/halconf.h`
*/

#pragma once

#define HAL_USE_GPT TRUE

#include_next <halconf.h>

5 changes: 2 additions & 3 deletions keyboards/westfoxtrot/prophet/mcuconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@

#include_next <mcuconf.h>

#undef STM32_PWM_USE_TIM3
#define STM32_PWM_USE_TIM3 TRUE

#undef STM32_GPT_USE_TIM1
#define STM32_GPT_USE_TIM1 TRUE

0 comments on commit 7967ea6

Please sign in to comment.