diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-12-30 15:44:03 -0500 | 
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-31 14:46:15 -0500 | 
| commit | 39490552f2a84282143e0ec039fdaf4b2f309539 (patch) | |
| tree | f60cd83ada9111ed110e15537434f74bcf0dee4a /.github/workflows/build.yml | |
| parent | 5072590af523cf25941e05945d490d350f148797 (diff) | |
feat(boards): Add BDN9 Rev2 board.
* Onboard stm32f072.
* 3 possible encoder positions.
* Underglow/per-key not yet support.
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0aee5d7..288a2de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,6 +57,7 @@ jobs:            - tidbit          cmake-args: [""]          include: +          - board: bdn9_rev2            - board: dz60rgb_rev1            - board: nrf52840_m2              shield: m60 | 
