aboutsummaryrefslogtreecommitdiff
path: root/users/miles2go/config.h
diff options
context:
space:
mode:
authormilestogo <milestogo@users.noreply.github.com>2021-03-14 12:23:30 -0700
committerGitHub <noreply@github.com>2021-03-14 12:23:30 -0700
commit7b7689d30796c977b95197091c16e8bb97000101 (patch)
treedc81a91d109041e34a90940fdceaeede7d512e4f /users/miles2go/config.h
parentaa73411c14487465d7af9d9f1ca7cb5d157e9343 (diff)
downloadqmk_firmware-7b7689d30796c977b95197091c16e8bb97000101.tar.gz
qmk_firmware-7b7689d30796c977b95197091c16e8bb97000101.zip
[Keymap] miles2go userspace update, add functions for babblepaste library, add prime_e keybard keymap (#9196)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'users/miles2go/config.h')
-rw-r--r--users/miles2go/config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/users/miles2go/config.h b/users/miles2go/config.h
index 3fb52b8a5..a704df4b5 100644
--- a/users/miles2go/config.h
+++ b/users/miles2go/config.h
@@ -34,6 +34,7 @@
34 34
35#define USE_BABBLEPASTE 35#define USE_BABBLEPASTE
36// All options 36// All options
37#define BABL_MODSWAP
37#define BABL_MOVE // Uncomment to add basic cursor movement 38#define BABL_MOVE // Uncomment to add basic cursor movement
38#define BABL_OSKEYS // This adds Cut, paste, window movement and common OS shortcuts 39#define BABL_OSKEYS // This adds Cut, paste, window movement and common OS shortcuts
39#define BABL_BROWSER // Browser shortcuts, with Chrome/Firefox as the default. 40#define BABL_BROWSER // Browser shortcuts, with Chrome/Firefox as the default.
@@ -44,10 +45,11 @@
44#define BABL_APP_WINDOWSPLITTING // splitting frames & windows 45#define BABL_APP_WINDOWSPLITTING // splitting frames & windows
45 46
46//All OSes 47//All OSes
47#define BABL_WINDOWS 48
49//#define BABL_WINDOWS
48#define BABL_READMUX 50#define BABL_READMUX
49#define BABL_VI 51//#define BABL_VI
50#define BABL_MAC 52#define BABL_MAC
51#define BABL_LINUX 53#define BABL_LINUX
52#define BABL_EMACS 54//#define BABL_EMACS
53#define BABL_CHROMEOS 55#define BABL_CHROMEOS