Skip to content

Commit 6ad4f27

Browse files
author
Ben Roe
committed
add prospector-zmk-module and forager-zmk-module-dongle
1 parent 0f90343 commit 6ad4f27

File tree

10 files changed

+21
-314
lines changed

10 files changed

+21
-314
lines changed

boards/shields/dongle_screen/Kconfig.defconfig

Lines changed: 0 additions & 26 deletions
This file was deleted.

boards/shields/dongle_screen/Kconfig.shield

Lines changed: 0 additions & 3 deletions
This file was deleted.

boards/shields/dongle_screen/dongle_screen.overlay

Lines changed: 0 additions & 71 deletions
This file was deleted.

build.yaml

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,24 @@
44
# to the `include` property. You can also use the `cmake-args` property to
55
# pass flags to the build command, `snippet` to add a Zephyr snippet, and
66
# `artifact-name` to assign a name to distinguish build outputs from each other:
7-
#
8-
# board: [ "nice_nano_v2" ]
9-
# shield: [ "corne_left", "corne_right" ]
7+
---
108
include:
11-
- board: lpgalaxy_blank_slate
12-
snippet: studio-rpc-usb-uart
13-
artifact-name: blank-slate
9+
# dongle prospector
1410
- board: seeeduino_xiao_ble
15-
shield: forager_left rgbled_adapter
11+
shield: forager_dongle prospector_adapter
1612
snippet: studio-rpc-usb-uart
13+
artifact-name: forager_dongle_prospector_screen
14+
# forager left dongle
1715
- board: seeeduino_xiao_ble
18-
shield: forager_right rgbled_adapter
19-
- board: seeeduino_xiao_ble
20-
shield: settings_reset
21-
artifact-name: seeeduino-xiao-ble-settings-reset
22-
- board: seeeduino_xiao_ble
23-
shield: forager_left
16+
shield: forager_left rgbled_adapter
2417
cmake-args: -DCONFIG_ZMK_SPLIT=y -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
25-
artifact-name: forager-dongle-left
18+
artifact-name: forager_left_with_dongle
19+
# forager right dongle
2620
- board: seeeduino_xiao_ble
27-
shield: forager_right
21+
shield: forager_right rgbled_adapter
2822
cmake-args: -DCONFIG_ZMK_SPLIT=y -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
29-
artifact-name: forager-dongle-right
23+
artifact-name: forager_right_with_dongle
24+
# xiao-ble settings reset
3025
- board: seeeduino_xiao_ble
31-
shield: forager_dongle dongle_screen
32-
artifact-name: forager-dongle-screen
26+
shield: settings_reset
27+
artifact-name: seeeduino_xiao_ble_settings_reset

config/lpgalaxy_blank_slate.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

config/lpgalaxy_blank_slate.keymap

Lines changed: 0 additions & 143 deletions
This file was deleted.

config/two_percent_milk.conf

Lines changed: 0 additions & 9 deletions
This file was deleted.

config/two_percent_milk.keymap

Lines changed: 0 additions & 22 deletions
This file was deleted.

config/west.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,27 @@ manifest:
22
remotes:
33
- name: zmkfirmware
44
url-base: https://github.com/zmkfirmware
5-
- name: petejohanson
6-
url-base: https://github.com/petejohanson
5+
# Forager Keyboard + Prospector
76
- name: carrefinho
87
url-base: https://github.com/carrefinho
8+
# RGB Led
99
- name: caksoylar
1010
url-base: https://github.com/caksoylar
11-
- name: janpfischer
12-
url-base: https://github.com/janpfischer
1311
# Additional modules containing boards/shields/custom code can be listed here as well
1412
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
1513
projects:
1614
- name: zmk
1715
remote: zmkfirmware
1816
revision: main
1917
import: app/west.yml
20-
- name: blank-slate-zmk-module
21-
remote: petejohanson
18+
- name: forager-zmk-module-dongle
19+
remote: carrefinho
2220
revision: main
23-
- name: forager-zmk-module
21+
- name: prospector-zmk-module
2422
remote: carrefinho
2523
revision: main
2624
- name: zmk-rgbled-widget
2725
remote: caksoylar
2826
revision: main
29-
- name: zmk-dongle-screen
30-
remote: janpfischer
31-
revision: main
3227
self:
3328
path: config

readme.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# ZMK Firmware
22

3-
Download Fimrware on the [release site](https://github.com/Keycapsss/zmk-config/releases).
4-
5-
### Blank Slate
6-
- Default keymap
7-
- ZMK Studio enabled
8-
- PCB available at [keycapsss.com](https://keycapsss.com/keyboard-parts/pcbs/260/blank-slate-ortholinear-wireless-keyboard-pcb-olkb-planck-case-compatible)
9-
103
### Forager
114
- Default keymap
125
- ZMK Studio enabled
6+
- [forager-zmk-module-dongle](https://github.com/carrefinho/forager-zmk-module-dongle)
137
- Kit available at [keycapsss.com](https://keycapsss.com)
148

159
### Prospector (ZMK Dongle)
16-
- Dongle Firmware ([janpfischer](https://github.com/janpfischer/zmk-dongle-screen)) for the Forager
17-
- Forager Firmware that works with the Prospector
10+
- [prospector-zmk-module](https://github.com/carrefinho/prospector-zmk-module)
11+
- Forager Firmware that works with the Prospector

0 commit comments

Comments
 (0)