gboards/gergoplex: move COMBO_ENABLE
to keymap level (#16667)
This commit is contained in:
4
keyboards/gboards/gergoplex/keymaps/colemak-dhm/config.h
Normal file
4
keyboards/gboards/gergoplex/keymaps/colemak-dhm/config.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#define COMBO_ALLOW_ACTION_KEYS
|
||||
#define COMBO_VARIABLE_LEN
|
@@ -10,6 +10,7 @@ DEBUG_MATRIX = no
|
||||
CONSOLE_ENABLE = no
|
||||
|
||||
#Combos!
|
||||
COMBO_ENABLE = yes
|
||||
VPATH += keyboards/gboards/
|
||||
|
||||
ifeq ($(strip $(DEBUG_MATRIX)), yes)
|
||||
|
4
keyboards/gboards/gergoplex/keymaps/default/config.h
Normal file
4
keyboards/gboards/gergoplex/keymaps/default/config.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#define COMBO_ALLOW_ACTION_KEYS
|
||||
#define COMBO_VARIABLE_LEN
|
@@ -10,6 +10,7 @@ DEBUG_MATRIX = no
|
||||
CONSOLE_ENABLE = no
|
||||
|
||||
#Combos!
|
||||
COMBO_ENABLE = yes
|
||||
VPATH += keyboards/gboards/
|
||||
|
||||
ifeq ($(strip $(DEBUG_MATRIX)), yes)
|
||||
|
@@ -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
|
||||
|
@@ -10,6 +10,7 @@ DEBUG_MATRIX = no
|
||||
CONSOLE_ENABLE = no
|
||||
|
||||
#Combos!
|
||||
COMBO_ENABLE = yes
|
||||
VPATH += keyboards/gboards/
|
||||
|
||||
ifeq ($(strip $(DEBUG_MATRIX)), yes)
|
||||
|
4
keyboards/gboards/gergoplex/keymaps/tgrosinger/config.h
Normal file
4
keyboards/gboards/gergoplex/keymaps/tgrosinger/config.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#define COMBO_ALLOW_ACTION_KEYS
|
||||
#define COMBO_VARIABLE_LEN
|
@@ -10,6 +10,7 @@ DEBUG_MATRIX = no
|
||||
CONSOLE_ENABLE = no
|
||||
|
||||
#Combos!
|
||||
COMBO_ENABLE = yes
|
||||
VPATH += keyboards/gboards/
|
||||
|
||||
ifeq ($(strip $(DEBUG_MATRIX)), yes)
|
||||
|
Reference in New Issue
Block a user