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

@@ -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)))