Skip to content

Commit 45733f0

Browse files
author
Ben Roe
committed
Clean up (keep blank slate related code)
1 parent 0f90343 commit 45733f0

File tree

9 files changed

+2
-177
lines changed

9 files changed

+2
-177
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build ZMK firmware
1+
name: Build ZMK firmware for Blank Slate
22
on: [workflow_dispatch]
33

44
jobs:

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: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,3 @@ include:
1111
- board: lpgalaxy_blank_slate
1212
snippet: studio-rpc-usb-uart
1313
artifact-name: blank-slate
14-
- board: seeeduino_xiao_ble
15-
shield: forager_left rgbled_adapter
16-
snippet: studio-rpc-usb-uart
17-
- 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
24-
cmake-args: -DCONFIG_ZMK_SPLIT=y -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
25-
artifact-name: forager-dongle-left
26-
- board: seeeduino_xiao_ble
27-
shield: forager_right
28-
cmake-args: -DCONFIG_ZMK_SPLIT=y -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n
29-
artifact-name: forager-dongle-right
30-
- board: seeeduino_xiao_ble
31-
shield: forager_dongle dongle_screen
32-
artifact-name: forager-dongle-screen

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: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ manifest:
44
url-base: https://github.com/zmkfirmware
55
- name: petejohanson
66
url-base: https://github.com/petejohanson
7-
- name: carrefinho
8-
url-base: https://github.com/carrefinho
9-
- name: caksoylar
10-
url-base: https://github.com/caksoylar
11-
- name: janpfischer
12-
url-base: https://github.com/janpfischer
137
# Additional modules containing boards/shields/custom code can be listed here as well
148
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
159
projects:
@@ -20,14 +14,5 @@ manifest:
2014
- name: blank-slate-zmk-module
2115
remote: petejohanson
2216
revision: main
23-
- name: forager-zmk-module
24-
remote: carrefinho
25-
revision: main
26-
- name: zmk-rgbled-widget
27-
remote: caksoylar
28-
revision: main
29-
- name: zmk-dongle-screen
30-
remote: janpfischer
31-
revision: main
3217
self:
3318
path: config

readme.md

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

3-
Download Fimrware on the [release site](https://github.com/Keycapsss/zmk-config/releases).
4-
53
### Blank Slate
64
- Default keymap
5+
- [blank-slate-zmk-module](https://github.com/petejohanson/blank-slate-zmk-module)
76
- ZMK Studio enabled
87
- PCB available at [keycapsss.com](https://keycapsss.com/keyboard-parts/pcbs/260/blank-slate-ortholinear-wireless-keyboard-pcb-olkb-planck-case-compatible)
9-
10-
### Forager
11-
- Default keymap
12-
- ZMK Studio enabled
13-
- Kit available at [keycapsss.com](https://keycapsss.com)
14-
15-
### 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

0 commit comments

Comments
 (0)