config.h 236 B

123456789101112
  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. #endif