Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)
This commit is contained in:
@@ -34,6 +34,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#define MATRIX_COL_PINS { F6, F5, F4, F1 }
|
||||
#define MATRIX_ROW_PINS { B1, B2, B3, D2, D3 }
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
#define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)))
|
||||
|
Reference in New Issue
Block a user