config.h 469 B

1234567891011121314151617181920212223242526
  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. #define UNICODE_TYPE_DELAY 0
  12. #define LAYOUT_DVORAK
  13. #define LAYOUT_COLEMAK
  14. #define LAYOUT_NORMAN
  15. #define LAYOUT_WORKMAN
  16. #define DOUBLESPACE_LAYER_ENABLE
  17. #endif