config.h 528 B

1234567891011121314151617181920212223242526272829
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../config.h"
  4. #define PRIYADI_PROMETHIUM
  5. /* bootmagic salt key */
  6. #define BOOTMAGIC_KEY_SALT KC_ESC
  7. /* skip bootmagic and eeconfig */
  8. #define BOOTMAGIC_KEY_SKIP KC_SPACE
  9. #define PREVENT_STUCK_MODIFIERS
  10. #define RGBSPS_ENABLE
  11. #define RGBSPS_DEMO_ENABLE
  12. #define UNICODE_TYPE_DELAY 0
  13. #define LAYOUT_DVORAK
  14. #define LAYOUT_COLEMAK
  15. #define LAYOUT_NORMAN
  16. #define LAYOUT_WORKMAN
  17. #define DOUBLESPACE_LAYER_ENABLE
  18. // #define TOLELOT_ENABLE
  19. #endif