summaryrefslogtreecommitdiffstats
path: root/keyboards/ramonimbao/herringbone
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-11-29 15:08:56 +0000
committerQMK Bot <hello@qmk.fm>2021-11-29 15:08:56 +0000
commita3e9b347ecbb55a58dfca4bb7a47e5abd21f6369 (patch)
tree59bf4de548a608e371cdbe53f9fab5604e202ed6 /keyboards/ramonimbao/herringbone
parent5ebeb32ec09e0c4ad4221a88bb21e79619f2091e (diff)
parent285afa3a8a2c3ae6ad4efffecdc96108f1b2fadc (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ramonimbao/herringbone')
-rw-r--r--keyboards/ramonimbao/herringbone/pro/config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/ramonimbao/herringbone/pro/config.h b/keyboards/ramonimbao/herringbone/pro/config.h
index 25249456f9..20f92282b0 100644
--- a/keyboards/ramonimbao/herringbone/pro/config.h
+++ b/keyboards/ramonimbao/herringbone/pro/config.h
@@ -48,10 +48,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
/* Encoder pin assignment */
-#define ENCODERS_PAD_A { C3 }
-#define ENCODERS_PAD_B { C2 }
-
-#define ENCODER_DIRECTION_FLIP
+#define ENCODERS_PAD_A { C2 }
+#define ENCODERS_PAD_B { C3 }
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5