Skip to content

Commit

Permalink
[Keyboard] Acheron Shark alpha Encoder support (qmk#17266)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavKucera authored and zykrah committed Jul 2, 2022
1 parent 21fad6c commit fb572b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keyboards/acheron/shark/alpha/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 4
#define MATRIX_COLS 12

/* encoder pads */
#define ENCODERS_PAD_A { B6 }
#define ENCODERS_PAD_B { B7 }

/*
* Keyboard Matrix Assignments
*
Expand Down
1 change: 1 addition & 0 deletions keyboards/acheron/shark/alpha/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
ENCODER_ENABLE = yes

LAYOUTS = ortho_4x12

Expand Down

0 comments on commit fb572b2

Please sign in to comment.