Skip to content

Commit

Permalink
Remove most features
Browse files Browse the repository at this point in the history
  • Loading branch information
trankillity committed Dec 12, 2023
1 parent 53ed96b commit 1046744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# path: keyboards/splitkb/kyria/keymaps/andrewjrae

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

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

# COMBO_ENABLE = yes
KEY_OVERRIDE_ENABLE = yes
Expand Down

0 comments on commit 1046744

Please sign in to comment.