aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/config.h
diff options
context:
space:
mode:
authorGravatar Adam YH Lee <adam.yh.lee@gmail.com>2017-04-16 15:20:31 -0700
committerGravatar Adam YH Lee <adam.yh.lee@gmail.com>2017-04-16 15:20:31 -0700
commit9d4050586d24cdfbe5257c094fbb6c1be51f176f (patch)
tree8cf123260835331d75d02c5b15d0fb39ceba3256 /keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/config.h
parent7e930626eb5f69d6a4de0594c6f5930334d801f8 (diff)
parentb5e8327755100252060afbd54e16322522b4f1e9 (diff)
downloadqmk_firmware-9d4050586d24cdfbe5257c094fbb6c1be51f176f.tar.gz
Merge branch 'master' into layouts/adam-lee
Diffstat (limited to 'keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/config.h')
-rw-r--r--keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/config.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/config.h b/keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/config.h
new file mode 100644
index 000000000..5c04f647c
--- /dev/null
+++ b/keyboards/handwired/MS_sculpt_mobile/keymaps/milestogo/config.h
@@ -0,0 +1,32 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../../MS_sculpt_mobile/config.h"
+
+#define USE_BABLPASTE
+
+// Expect to get errors if you comment a feature out and leave it in your keymap.
+
+#ifdef USE_BABLPASTE
+//define BabblePaste maps
+// Windows.
+#define MAC_MODE 0
+#define MS_MODE 1
+//aka gnome+KDE
+//#define LINUX_MODE 2
+//#define EMACS_MODE 3
+#define VI_MODE 3
+// Readline and tmux
+#define READMUX_MODE 2
+//#define WORDSTAR_MODE 5
+#endif
+
+// Uncomment if you need more free flash space
+
+// This removes everything but cursor movement
+//#define BABL_MOVEMENTONLY
+// and this just removes browser shortcuts
+//#define BABL_NOBROWSER
+
+// place overrides here
+#endif