Browse Source

[Keyboard] Acheron Shark alpha Encoder support (#17266)

pull/17183/head
Václav Kučera 1 year ago
committed by GitHub
parent
commit
7ff666340c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions
  1. +4
    -0
      keyboards/acheron/shark/alpha/config.h
  2. +1
    -0
      keyboards/acheron/shark/alpha/rules.mk

+ 4
- 0
keyboards/acheron/shark/alpha/config.h View File

@ -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
*


+ 1
- 0
keyboards/acheron/shark/alpha/rules.mk View File

@ -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


Loading…
Cancel
Save