mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-01-18 11:02:30 +00:00
fix: missing parenthesis for bluetooth macro
This commit is contained in:
parent
610853a1fa
commit
74fec55116
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
|||
bindings = <
|
||||
//╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮
|
||||
//│ │ │ │ │ │ │ │ │ │ │ │
|
||||
&none &kp LG(N7) &kp LG(N8) &kp LG(N9) &none BT_PRF 0 BT_PRF 1 BT_PRF 2 BT_PRF 3 BT_PRF 4
|
||||
&none &kp LG(N7) &kp LG(N8) &kp LG(N9) &none BT_PRF(0) BT_PRF(1) BT_PRF(2) BT_PRF(3) BT_PRF(4)
|
||||
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
|
||||
//│ │ │ │ │ │ │ │ │ │ │ │
|
||||
&none &kp LG(N4) &kp LG(N5) &kp LG(N6) &none &none &kp LG(D) &kp LG(N) &kp LG(P) &none
|
||||
|
|
Loading…
Reference in a new issue