aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/config.h
diff options
context:
space:
mode:
authorGabriel Young <gabeplaysdrums@live.com>2017-03-18 14:48:27 -0700
committerGabriel Young <gabeplaysdrums@live.com>2017-03-18 14:48:27 -0700
commit70d83afff9c9074eeec3407c591b8683ccd82ef9 (patch)
tree78e6e0a77d479c6ef10db5a566e28f946b667403 /keyboards/handwired/MS-sculpt-mobile/keymaps/milestogo/config.h
parent1d69ccd729013809d04485a297f36851b8b9cb63 (diff)
parentc36a4496eb190c72c492000f38ab4e98a3681fe4 (diff)
downloadfirmware-70d83afff9c9074eeec3407c591b8683ccd82ef9.tar.gz
firmware-70d83afff9c9074eeec3407c591b8683ccd82ef9.tar.bz2
firmware-70d83afff9c9074eeec3407c591b8683ccd82ef9.zip
Merge branch 'qmk/master'
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..8cf4202cd
--- /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 "../../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