config.h 681 B

1234567891011121314151617181920212223242526272829303132
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #include "../../../MS_sculpt_mobile/config.h"
  4. #define USE_BABLPASTE
  5. // Expect to get errors if you comment a feature out and leave it in your keymap.
  6. #ifdef USE_BABLPASTE
  7. //define BabblePaste maps
  8. // Windows.
  9. #define MAC_MODE 0
  10. #define MS_MODE 1
  11. //aka gnome+KDE
  12. //#define LINUX_MODE 2
  13. //#define EMACS_MODE 3
  14. #define VI_MODE 3
  15. // Readline and tmux
  16. #define READMUX_MODE 2
  17. //#define WORDSTAR_MODE 5
  18. #endif
  19. // Uncomment if you need more free flash space
  20. // This removes everything but cursor movement
  21. //#define BABL_MOVEMENTONLY
  22. // and this just removes browser shortcuts
  23. //#define BABL_NOBROWSER
  24. // place overrides here
  25. #endif