Changed Build Pipeline to support submodules
This commit is contained in:
parent
13b255b6ec
commit
c293def76b
4 changed files with 6 additions and 6 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -2,4 +2,4 @@ on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
|
uses: urob/zmk/.github/workflows/build-user-config.yml@build-with-submodules
|
||||||
|
|
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
||||||
[submodule "config/zmk-nodefree-config"]
|
[submodule "zmk-nodefree-config"]
|
||||||
path = config/zmk-nodefree-config
|
path = zmk-nodefree-config
|
||||||
url = https://github.com/urob/zmk-nodefree-config
|
url = https://github.com/urob/zmk-nodefree-config
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
#include <dt-bindings/zmk/keys.h>
|
#include <dt-bindings/zmk/keys.h>
|
||||||
#include <dt-bindings/zmk/bt.h>
|
#include <dt-bindings/zmk/bt.h>
|
||||||
|
|
||||||
#include "./zmk-nodefree-config/helper.h"
|
#include "../zmk-nodefree-config/helper.h"
|
||||||
#include "./zmk-nodefree-config/keypos_def/keypos_42keys.h"
|
#include "../zmk-nodefree-config/keypos_def/keypos_42keys.h"
|
||||||
#include "./zmk-nodefree-config/international_chars/german.dtsi"
|
#include "../zmk-nodefree-config/international_chars/german.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
keymap {
|
keymap {
|
||||||
|
|
Loading…
Add table
Reference in a new issue