Skip to content

Commit

Permalink
fix: various configs (#391)
Browse files Browse the repository at this point in the history
* fix: Change webhid_leds variable declaration location

* fix: various oryx issues

* Also fix aliases

* Fix test case in alias

* Add additional define

* Cleanup workflow

* fix more
  • Loading branch information
drashna authored Jul 5, 2024
1 parent 5c33887 commit d6f7926
Show file tree
Hide file tree
Showing 27 changed files with 53 additions and 2,280 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/api.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/auto_approve.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/auto_tag.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Build firmware
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:


jobs:
build-firmware:
runs-on: ubuntu-latest
container: qmkfm/qmk_cli

steps:
- name: Checkout QMK Firmware
uses: actions/checkout@v4
with:
fetch-depth: 1
persist-credentials: false
submodules: true

- name: Build
id: build
run: |
qmk mass-compile -f manufacturer="ZSA Technology Labs" -km default
123 changes: 0 additions & 123 deletions .github/workflows/ci_build_major_branch.yml

This file was deleted.

Loading

0 comments on commit d6f7926

Please sign in to comment.