Skip to content

Commit

Permalink
Convert custom shields to use module tooling
Browse files Browse the repository at this point in the history
caksoylar committed Jan 22, 2024
1 parent 5f933f4 commit fde034c
Showing 38 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ on:
- config/west.yml
- config/*.keymap
- config/*.dtsi
- config/boards/**
- boards/**
- build.yaml

jobs:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ For a variant of my configuration tailored for stock ZMK, check out the [`stock`

## Custom shields

This repo also contains shield definitions for a few keyboards using Pro Micro format daughterboards:
This repo also contains shield definitions for a few keyboards using Pro Micro format daughterboards in `boards/shields/`:
- [`choc_ergo`](https://keypcb.xyz/choc_ergo)
- [`hypergolic`](https://github.com/davidphilipbarr/hypergolic) -- you should probably use [the official Cradio shield](https://github.com/zmkfirmware/zmk/tree/main/app/boards/shields/cradio/) instead
- [`ffkb` v1](https://fingerpunch.xyz/product/faux-fox-keyboard/) with an OLED, building upon [sadekbaroudi's](https://github.com/sadekbaroudi/zmk-ffkb) and [NCKiser's](https://github.com/NCKiser/zmk-ffkb) definitions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@
};

&kscan0 {
debounce-press-ms = <8>;
debounce-release-ms = <16>;
row-gpios
= <&xiao_d 1 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>
, <&xiao_d 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions zephyr/module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build:
settings:
board_root: .

0 comments on commit fde034c

Please sign in to comment.