// Allows sending more than one key per scan. Useful for chords.
// how long before a tap becomes a hold
// makes tap and hold keys work better for fast typers who don't want
// tapping term set above 500
// tap anyway, even after TAPPING_TERM, if there was no other key
// interruption between press and release
// how many taps before triggering the toggle
// how long before oneshot modifier key times out (currently only shift)
// Enable combos for vim
// Allow more than 4 keys to be sent to the system. Useful for gaming.
// #define FORCE_NKRO
// Save 200 bytes on unused keycodes
// Enable HID_listen commands.
// Note: Defining the following does not have any impact on space:
// - NO_ACTION_MACRO
// - NO_ACTION_FUNCTION
// - DISABLE_LEADER