Cleanup 19keys tidbit zmk build so it's easier to work with

This commit is contained in:
kemonine 2020-11-25 16:33:09 -05:00
parent 298aa537f7
commit b945108001
2 changed files with 9 additions and 1 deletions

View File

@ -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
```

View File

@ -0,0 +1,8 @@
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include "tidbit.dtsi"
#include "tidbit_19key.keymap"