2017-02-10 07:23:39 +00:00
|
|
|
#ifndef CONFIG_USER_H
|
|
|
|
#define CONFIG_USER_H
|
|
|
|
|
2017-04-09 19:49:07 +00:00
|
|
|
#include "../../../MS_sculpt_mobile/config.h"
|
2017-02-10 07:23:39 +00:00
|
|
|
|
2017-03-06 08:16:44 +00:00
|
|
|
#define USE_BABLPASTE
|
|
|
|
|
2017-03-08 09:06:25 +00:00
|
|
|
// Expect to get errors if you comment a feature out and leave it in your keymap.
|
|
|
|
|
2017-03-06 08:16:44 +00:00
|
|
|
#ifdef USE_BABLPASTE
|
|
|
|
//define BabblePaste maps
|
|
|
|
// Windows.
|
2017-03-08 09:25:33 +00:00
|
|
|
#define MAC_MODE 0
|
|
|
|
#define MS_MODE 1
|
2017-03-06 08:16:44 +00:00
|
|
|
//aka gnome+KDE
|
|
|
|
//#define LINUX_MODE 2
|
|
|
|
//#define EMACS_MODE 3
|
2017-03-08 09:25:33 +00:00
|
|
|
#define VI_MODE 3
|
2017-03-06 08:16:44 +00:00
|
|
|
// Readline and tmux
|
2017-03-08 09:25:33 +00:00
|
|
|
#define READMUX_MODE 2
|
|
|
|
//#define WORDSTAR_MODE 5
|
2017-03-06 08:16:44 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
// Uncomment if you need more free flash space
|
2017-03-08 09:06:25 +00:00
|
|
|
|
|
|
|
// This removes everything but cursor movement
|
2017-03-06 08:16:44 +00:00
|
|
|
//#define BABL_MOVEMENTONLY
|
2017-03-08 09:06:25 +00:00
|
|
|
// and this just removes browser shortcuts
|
|
|
|
//#define BABL_NOBROWSER
|
2017-03-06 08:16:44 +00:00
|
|
|
|
2017-02-10 07:23:39 +00:00
|
|
|
// place overrides here
|
|
|
|
#endif
|