diff options
author | Ryan <fauxpark@gmail.com> | 2022-05-07 09:58:38 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-07 09:58:38 +1000 |
commit | ceb9b0f7b8cd63cdaf9b0c8a853229f871189d4a (patch) | |
tree | 791ccd2db7f9a5fc2880d59aa1b573b707c5e224 /keyboards/gboards/gergoplex/config.h | |
parent | a8a03b108c47a629de0bb748ecc4d30dd5cd2188 (diff) |
gboards/gergoplex: move `COMBO_ENABLE` to keymap level (#16667)
Diffstat (limited to 'keyboards/gboards/gergoplex/config.h')
-rw-r--r-- | keyboards/gboards/gergoplex/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/gboards/gergoplex/config.h b/keyboards/gboards/gergoplex/config.h index a6d8d6b1be..6a73ccc4ea 100644 --- a/keyboards/gboards/gergoplex/config.h +++ b/keyboards/gboards/gergoplex/config.h @@ -44,8 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { B1, B2, B3, D2, D3 } #define UNUSED_PINS #define IGNORE_MOD_TAP_INTERRUPT -#define COMBO_ALLOW_ACTION_KEYS -#define COMBO_VARIABLE_LEN #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT))) |