-
Notifications
You must be signed in to change notification settings - Fork 1
/
keymap_drawer.config.yaml
121 lines (116 loc) · 2.4 KB
/
keymap_drawer.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
draw_config:
dark_mode: auto
parse_config:
mark_alternate_layer_activators: true
tap_toggle_label: tap-toggle
trans_legend:
t: $$mdi:transfer$$
type: trans
raw_binding_map:
# Modifiers
"&caps_word": $$mdi:alpha-w-box$$
"&swapper": $$mdi:swap-horizontal$$
# Bluetooth
"&bt BT_SEL 0":
tap: $$mdi:bluetooth-connect$$
hold: 1
"&bt BT_SEL 1":
tap: $$mdi:bluetooth-connect$$
hold: 2
"&bt BT_SEL 2":
tap: $$mdi:bluetooth-connect$$
hold: 3
"&bt BT_SEL 3":
tap: $$mdi:bluetooth-connect$$
hold: 4
"&bt BT_SEL 4":
tap: $$mdi:bluetooth-connect$$
hold: 5
"&bt BT_CLR":
tap: $$mdi:bluetooth-off$$
# Reset
"&sys_reset":
type: bootloader
tap: $$mdi:backup-restore$$
"&bootloader":
tap: $$mdi:progress-download$$
zmk_keycode_map:
AMPERSAND: '&'
AMPS: '&'
APOS: ''''
APOSTROPHE: ''''
ASTERISK: '*'
ASTRK: '*'
AT: '@'
AT_SIGN: '@'
BACKSLASH: \
BSLH: \
BSPC: $$mdi:backspace$$
CARET: ^
COLON: ':'
COMMA: ','
DLLR: $
DOLLAR: $
DOT: .
DOUBLE_QUOTES: '"'
DQT: '"'
ENTER: "$$mdi:keyboard-return$$"
EQUAL: '='
ESC: '$$mdi:keyboard-esc$$'
EXCL: '!'
EXCLAMATION: '!'
FSLH: /
GRAVE: '`'
GREATER_THAN: '>'
GT: '>'
HASH: '#'
K_CANCEL: $$mdi:cancel$$
LALT: $$mdi:apple-keyboard-option$$
LBKT: '['
LBRC: '{'
LCTRL: $$mdi:apple-keyboard-control$$
LEFT_BRACE: '{'
LEFT_BRACKET: '['
LEFT_PARENTHESIS: (
LESS_THAN: <
LGUI: $$mdi:apple-keyboard-command$$
LPAR: (
LSHFT: $$mdi:apple-keyboard-shift$$
LT: <
MINUS: '-'
NON_US_BACKSLASH: \
NON_US_BSLH: '|'
NON_US_HASH: '#'
NUHS: '#'
PERCENT: '%'
PERIOD: .
PIPE2: '|'
PIPE: '|'
PLUS: +
POUND: '#'
PRCNT: '%'
QMARK: '?'
QUESTION: '?'
RALT: $$mdi:apple-keyboard-option$$
RBKT: ']'
RBRC: '}'
RCTRL: $$mdi:apple-keyboard-control$$
RETURN: "$$mdi:keyboard-return$$"
RGUI: $$mdi:apple-keyboard-command$$
RIGHT_BRACE: '}'
RIGHT_BRACKET: ']'
RIGHT_PARENTHESIS: )
RPAR: )
RSHFT: $$mdi:apple-keyboard-shift$$
SEMI: ;
SEMICOLON: ;
SINGLE_QUOTE: ''''
SLASH: /
SPACE: "$$mdi:keyboard-space$$"
SQT: ''''
STAR: '*'
TAB: $$mdi:keyboard-tab$$
TILDE2: '~'
TILDE: '~'
UNDER: _
UNDERSCORE: _