Skip to content

Commit 0bdf4dd

Browse files
committed
seperating keymaps, so it is easier to change
most of the ideas are taken from: caksoylar/zmk-config
1 parent ab6504b commit 0bdf4dd

6 files changed

Lines changed: 193 additions & 233 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Build ZMK firmware
22
on:
33
push:
44
paths:
5-
- 'config/**'
5+
# - 'config/**'
66
- '.github/workflows/build.yml'
77
- 'build.yaml'
88
pull_request:
99
paths:
10-
- 'config/**'
10+
# - 'config/**'
1111
- '.github/workflows/build.yml'
1212
- 'build.yaml'
1313
workflow_dispatch:

.github/workflows/draw-keymaps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths:
77
- "config/*.keymap"
88
- "config/*.dtsi"
9+
- "config/includes/*.dtsi"
910
- "tools/keymap-drawer/config.yaml"
1011

1112
jobs:

config/boards/shields/urchin_dongle/urchin-layouts.dtsi

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

config/boards/shields/urchin_dongle/urchin.dtsi

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

0 commit comments

Comments
 (0)