Skip to content

Commit

Permalink
move encoder config to top level for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RealET committed Mar 14, 2024
1 parent 4b7ee78 commit a3ab9e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ TAP_DANCE_ENABLE = yes
COMBO_ENABLE = yes
KEY_OVERRIDE_ENABLE = yes
VIALRGB_ENABLE = yes

ENCODER_ENABLE = yes
ENCODER_MAP_ENABLE = yes
5 changes: 4 additions & 1 deletion keyboards/cyboard/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
SERIAL_DRIVER = vendor

POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = pmw3360
POINTING_DEVICE_DRIVER = pmw3360

ENCODER_ENABLE = yes
ENCODER_MAP_ENABLE = yes

0 comments on commit a3ab9e7

Please sign in to comment.