1. local/github integration module 2. makefile redundancy eliminated
This commit is contained in:
parent
95d732af57
commit
46510619a2
53 changed files with 162 additions and 341 deletions
|
|
@ -351,12 +351,15 @@ MACRO(dongle_boot, &bootloader)
|
|||
/ {
|
||||
keymap {
|
||||
compatible = "zmk,keymap";
|
||||
... // other layers
|
||||
config_layer {
|
||||
display-name = "CON";
|
||||
bindings = <
|
||||
... // other bindings
|
||||
&dongle_boot
|
||||
... // other bindings
|
||||
};
|
||||
... // other layers
|
||||
};
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue