summaryrefslogtreecommitdiff
path: root/keyboards/z12
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/z12
parent84b8cdc1a43245d24b232bc8e28cca7f1183d676 (diff)
Remove unnecessary ENCODER_DIRECTION_FLIP at keyboard level (#15342)
Diffstat (limited to 'keyboards/z12')
-rw-r--r--keyboards/z12/config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/z12/config.h b/keyboards/z12/config.h
index 7f897b795d..68aff7acf7 100644
--- a/keyboards/z12/config.h
+++ b/keyboards/z12/config.h
@@ -25,9 +25,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MANUFACTURER zigotica
#define PRODUCT z12
-#define ENCODERS_PAD_A { B4, B2 }
-#define ENCODERS_PAD_B { B5, B6 }
-#define ENCODER_DIRECTION_FLIP
+#define ENCODERS_PAD_A { B5, B6 }
+#define ENCODERS_PAD_B { B4, B2 }
/* key matrix size */
#define MATRIX_ROWS 4