diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-07 06:56:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-07 06:56:26 +0000 |
commit | b28d8fcb077152976b21ed368e928c1b24cb24ea (patch) | |
tree | 63fec51364d1a5bd20d751a46cf2295d3bc9d8f2 /keyboards/atlantis/ak81_ve/config.h | |
parent | c810d8cc1bafda075e32d7a20de021e5f7d74e41 (diff) | |
parent | bbd47fcaa258422caeb3ad5dca7cb3cce3b539ed (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/atlantis/ak81_ve/config.h')
-rw-r--r-- | keyboards/atlantis/ak81_ve/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/atlantis/ak81_ve/config.h b/keyboards/atlantis/ak81_ve/config.h index 44507c47f7..1b6050f9ac 100644 --- a/keyboards/atlantis/ak81_ve/config.h +++ b/keyboards/atlantis/ak81_ve/config.h @@ -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 |