Skip to content

Commit

Permalink
Fix trackball?
Browse files Browse the repository at this point in the history
  • Loading branch information
trankillity committed Dec 11, 2023
1 parent be0d1cf commit 595a75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: sadekbaroudi/qmk_firmware
ref: develop_fingerpunch
# ref: develop_fingerpunch
submodules: true

- name: Checkout keymap
Expand All @@ -28,7 +28,7 @@ jobs:
# path: keyboards/splitkb/kyria/keymaps/andrewjrae

- name: Build firmware
run: make fingerpunch/vulpes_majora/v1:${{ github.actor }}
run: make fingerpunch/vulpes_majora/v1:${{ github.actor }} FP_TRACKBALL_ENABLE=yes FP_VM_RGB_6COL_WITH_CENTER=yes

- name: Archive firmware
uses: actions/upload-artifact@v3
Expand Down
2 changes: 0 additions & 2 deletions rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
RGBLIGHT_ENABLE=yes
FP_VM_RGB_6COL_WITH_CENTER=yes
FP_TRACKBALL_ENABLE=yes
ENCODER_ENABLE=yes
HAPTIC_ENABLE=yes
AUDIO_ENABLE=yes
Expand Down

0 comments on commit 595a75f

Please sign in to comment.