Skip to content

Commit

Permalink
Remove IGNORE_MOD_TAP_INTERRUPT per compiler instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivaan committed Aug 10, 2024
1 parent fabc795 commit 9bc446c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/keebio/iris/keymaps/ivaan/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAPPING_TERM_PER_KEY

// Prevent normal rollover on alphas from accidentally triggering mods.
#define IGNORE_MOD_TAP_INTERRUPT
//#define IGNORE_MOD_TAP_INTERRUPT - compile error suggests I no longer need this

// but do allow nested taps to cause hold mods
#define PERMISSIVE_HOLD
Expand All @@ -41,4 +41,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_TIME_TO_MAX 128 // Number of frames until maximum cursor speed is reached
#define MOUSEKEY_FRICTION 12 // How quickly the cursor stops after releasing a key

#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD

0 comments on commit 9bc446c

Please sign in to comment.