Skip to content

Commit

Permalink
fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Jul 4, 2024
1 parent dc3e2ad commit ef900c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,6 @@ jobs:
build-firmware:
runs-on: ubuntu-latest
container: qmkfm/qmk_cli
strategy:
fail-fast: false
matrix:
keyboard:
- zsa/ergodox_ez/m32u4/base
- zsa/ergodox_ez/m32u4/shine
- zsa/ergodox_ez/m32u4/glow
- zsa/ergodox_ez/stm32/base
- zsa/ergodox_ez/stm32/shine
- zsa/ergodox_ez/stm32/glow
- zsa/moonlander
- /zsa/planck_ez/base
- /zsa/planck_ez/glow
- zsa/voyager
keymap:
- default
- oryx

steps:
- name: Checkout QMK Firmware
Expand All @@ -42,4 +25,4 @@ jobs:
- name: Build
id: build
run: |
qmk compile -kb ${{ matrix.keyboard}} -km ${{ matrix.keymap }}
qmk mass-compile -f manufacturer="ZSA Technology Labs" -km default
4 changes: 2 additions & 2 deletions keyboards/zsa/ergodox_ez/post_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifdef ERGODOX_LED_30
// If using 30 LEDs, then define that many
# define RGBLED_NUM 30 // Number of LEDs
# define RGBLIGHT_LED_COUNT 30 // Number of LEDs
#else
// If not, then only define 15
# define RGBLED_NUM 15 // Number of LEDs
# define RGBLIGHT_LED_COUNT 15 // Number of LEDs
#endif

#ifndef ISSI_TIMEOUT
Expand Down

0 comments on commit ef900c3

Please sign in to comment.