mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-01-18 11:02:30 +00:00
chore: more bindings
This commit is contained in:
parent
bb2ec424c1
commit
d496934dce
1 changed files with 12 additions and 0 deletions
|
@ -39,6 +39,18 @@ parse_config:
|
||||||
preprocess: true
|
preprocess: true
|
||||||
skip_binding_parsing: false
|
skip_binding_parsing: false
|
||||||
raw_binding_map:
|
raw_binding_map:
|
||||||
|
'&out OUT_BLE': $$mdi:bluetooth$$
|
||||||
|
'&out OUT_USB': $$mdi:usb$$
|
||||||
|
'&out OUT_TOG':
|
||||||
|
tap: $$mdi:toggle-switch$$
|
||||||
|
hold: $$mdi:bluetooth$$
|
||||||
|
shifted: $$mdi:usb$$
|
||||||
|
type: toggle
|
||||||
|
|
||||||
|
'&bt BT_CLR':
|
||||||
|
tap: $$mdi:bluetooth$$
|
||||||
|
shifted: $$mdi:close-thick$$
|
||||||
|
type: text_with_symbol
|
||||||
'&bts 0':
|
'&bts 0':
|
||||||
tap: $$mdi:bluetooth-connect$$
|
tap: $$mdi:bluetooth-connect$$
|
||||||
shifted: '0'
|
shifted: '0'
|
||||||
|
|
Loading…
Reference in a new issue