summaryrefslogtreecommitdiffstats
path: root/keyboards/1upkeyboards/super16/keymaps/ahk_companion/ahk_companion.ahk
diff options
context:
space:
mode:
authorNick Blyumberg <nblyumberg@gmail.com>2020-07-01 02:49:16 -0400
committerGitHub <noreply@github.com>2020-06-30 23:49:16 -0700
commit907c1c64cfd1e1c132c65a19ef30bb255255c37b (patch)
tree6e6554327023ffe4ff43d0fb45ad3ffad95c3421 /keyboards/1upkeyboards/super16/keymaps/ahk_companion/ahk_companion.ahk
parent8b9e3e9979ffddaa91e022e8ab953be5c7c5283e (diff)
[Keymap] AutoHotKey Companion keymap for Super16 (#9216)
* Started AHK Companion Development * Updated the readme * Added AutoHotKey companion file * Updated documentation * Cleaned up the files and revised documentation * Finished the readme.md updates * Fixed the LED issue where the last LED did not reflect the right color
Diffstat (limited to 'keyboards/1upkeyboards/super16/keymaps/ahk_companion/ahk_companion.ahk')
-rw-r--r--keyboards/1upkeyboards/super16/keymaps/ahk_companion/ahk_companion.ahk104
1 files changed, 104 insertions, 0 deletions
diff --git a/keyboards/1upkeyboards/super16/keymaps/ahk_companion/ahk_companion.ahk b/keyboards/1upkeyboards/super16/keymaps/ahk_companion/ahk_companion.ahk
new file mode 100644
index 0000000000..becab49e5c
--- /dev/null
+++ b/keyboards/1upkeyboards/super16/keymaps/ahk_companion/ahk_companion.ahk
@@ -0,0 +1,104 @@
+#Persistent
+#SingleInstance force
+
+;=================================================================
+; Macro Pad Shortcuts ;
+;=================================================================
+
+;=================================================================
+; Layer 0
+;;=================================================================
+;Row 1
+
+F13::Send a
+F14::Send b
+F15::Send c
+F16::Send d
+
+;Row 2
+
+F17::Send e
+F18::Send f
+F19::Send g
+F20::Send h
+
+;Row 3
+
+F21::Send i
+F22::Send j
+F23::Send k
+F24::Send l
+
+
+;=================================================================
+; Layer 1
+;;=================================================================
+;Row 1
+
+!F13::Send m
+!F14::Send n
+!F15::Send o
+!F16::Send p
+
+;Row 2
+
+!F17::Send q
+!F18::Send r
+!F19::Send s
+!F20::Send t
+
+;Row 3
+
+!F21::Send u
+!F22::Send v
+!F23::Send w
+!F24::Send x
+
+
+;=================================================================
+; Layer 2
+;;=================================================================
+;Row 1
+
++F13::Send y
++F14::Send z
++F15::Send A
++F16::Send B
+
+;Row 2
+
++F17::Send C
++F18::Send D
++F19::Send E
++F20::Send F
+
+;Row 3
+
++F21::Send G
++F22::Send H
++F23::Send I
++F24::Send J
+
+;=================================================================
+; Layer 3
+;;=================================================================
+;Row 1
+
+^F13::Send K
+^F14::Send L
+^F15::Send M
+^F16::Send N
+
+;Row 2
+
+^F17::Send O
+^F18::Send P
+^F19::Send Q
+^F20::Send R
+
+;Row 3
+
+^F21::Send S
+^F22::Send T
+^F23::Send U
+^F24::Send V