gboards/gergoplex: move COMBO_ENABLE to keymap level (#16667)

This commit is contained in:
Ryan
2022-05-07 09:58:38 +10:00
committed by GitHub
parent a8a03b108c
commit ceb9b0f7b8
10 changed files with 18 additions and 3 deletions

View File

@@ -25,3 +25,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#undef DEBOUNCE
#define DEBOUNCE 25
#define COMBO_ALLOW_ACTION_KEYS
#define COMBO_VARIABLE_LEN

View File

@@ -10,6 +10,7 @@ DEBUG_MATRIX = no
CONSOLE_ENABLE = no
#Combos!
COMBO_ENABLE = yes
VPATH += keyboards/gboards/
ifeq ($(strip $(DEBUG_MATRIX)), yes)