config.h 314 B

1234567891011121314151617
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. /* bootmagic salt key */
  5. #define BOOTMAGIC_KEY_SALT KC_ESC
  6. /* skip bootmagic and eeconfig */
  7. #define BOOTMAGIC_KEY_SKIP KC_SPACE
  8. #define PREVENT_STUCK_MODIFIERS
  9. #define RGB_DI_PIN B5
  10. #define RGBSPS_NUM 57
  11. #endif