config.h 157 B

1234567891011
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include QMK_KEYBOARD_CONFIG_H
  4. #define FORCE_NKRO
  5. #undef TAPPING_TERM
  6. #undef IGNORE_MOD_TAP_INTERRUPT
  7. #endif