Cleanup 19keys tidbit zmk build so it's easier to work with
This commit is contained in:
parent
298aa537f7
commit
b945108001
|
@ -14,7 +14,7 @@ west build -p --board nice_nano -d build/tidbit/default -- -DSHIELD=tidbit
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
west build -p --board nice_nano -d build/tidbit/19_keys -- -DSHIELD=tidbit -DKEYMAP_FILE=${PWD}/boards/shields/tidbit/tidbit_19key.keymap
|
west build -p --board nice_nano -d build/tidbit/19_key -- -DSHIELD=tidbit_19key
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
8
zmk/app/boards/shields/tidbit/tidbit_19key.overlay
Normal file
8
zmk/app/boards/shields/tidbit/tidbit_19key.overlay
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2020 The ZMK Contributors
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: MIT
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "tidbit.dtsi"
|
||||||
|
#include "tidbit_19key.keymap"
|
Loading…
Reference in a new issue