summaryrefslogtreecommitdiffstats
path: root/keyboards/aplyard
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-11-29 15:08:20 +0000
committerGitHub <noreply@github.com>2021-11-29 15:08:20 +0000
commitdb04899a4a7cc39665c63e9639a60ea4e1d96bab (patch)
treee748a744fe384ccd2b334e57604598d87a85bd3e /keyboards/aplyard
parent84b8cdc1a43245d24b232bc8e28cca7f1183d676 (diff)
Remove unnecessary ENCODER_DIRECTION_FLIP at keyboard level (#15342)
Diffstat (limited to 'keyboards/aplyard')
-rw-r--r--keyboards/aplyard/aplx6/rev2/config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/aplyard/aplx6/rev2/config.h b/keyboards/aplyard/aplx6/rev2/config.h
index b4bb7d62ad..2b30e67e09 100644
--- a/keyboards/aplyard/aplx6/rev2/config.h
+++ b/keyboards/aplyard/aplx6/rev2/config.h
@@ -41,9 +41,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAPPING_TERM 200
/* Encoder */
-#define ENCODERS_PAD_A { F4 }
-#define ENCODERS_PAD_B { F5 }
+#define ENCODERS_PAD_A { F5 }
+#define ENCODERS_PAD_B { F4 }
#define ENCODER_RESOLUTION 4
-#define ENCODER_DIRECTION_FLIP
#define TAP_CODE_DELAY 50