config.h 171 B

12345678910111213
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include QMK_KEYBOARD_CONFIG_H
  4. #ifndef NO_DEBUG
  5. #define NO_DEBUG
  6. #endif
  7. #ifndef NO_PRINT
  8. #define NO_PRINT
  9. #endif
  10. #endif