config.h 151 B

1234567891011
  1. #ifndef CONFIG_H_
  2. #define CONFIG_H_
  3. #include QMK_KEYBOARD_CONFIG_H
  4. #include "333fred_config.h"
  5. #undef TAPPING_TERM
  6. #define TAPPING_TERM 200
  7. #endif