config.h 501 B

12345678910111213141516171819202122232425262728
  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 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. // #define TOLELOT_ENABLE
  18. #endif