[Keyboard] Atlantis ak81_ve encoder behaviour enhancement & fixes (#16503)

This commit is contained in:
fOmey
2022-03-07 17:55:56 +11:00
committed by GitHub
parent 1a1b22ef07
commit bbd47fcaa2
3 changed files with 30 additions and 10 deletions

View File

@@ -35,12 +35,12 @@
#define UNUSED_PINS
/* Encoder pins */
#define ENCODERS_PAD_A { B0 }
#define ENCODERS_PAD_B { E6 }
#define ENCODERS_PAD_A { E6 }
#define ENCODERS_PAD_B { B0 }
#define ENCODER_RESOLUTION 4
#define ENCODERS 1
#define ENCODERS_CCW_KEY { { 3, 5 } } // Note: array is { col, row )
#define ENCODERS_CW_KEY { { 4, 5 } } // Note: array is { col, row )
#define ENCODERS_CCW_KEY { { 4, 5 } } // Note: array is { col, row )
#define ENCODERS_CW_KEY { { 3, 5 } } // Note: array is { col, row )
/* LED pins */
#define LED_CAPS_LOCK_PIN D4