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