summaryrefslogtreecommitdiff
path: root/keyboards/projectcain/vault45/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-01 01:52:37 +0000
committerQMK Bot <hello@qmk.fm>2022-03-01 01:52:37 +0000
commitd77b5ad0e814a4a15e55afd81a0e5c1a08933146 (patch)
tree2a712de97d8743afda3a241861aa0e7cce1ce156 /keyboards/projectcain/vault45/config.h
parentc70bb75323021ab1e1346f99f97e6d9ad4bd8acd (diff)
parentc9d9e70ac7ae6170728cbc8ac91c9c3269afe993 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/projectcain/vault45/config.h')
-rw-r--r--keyboards/projectcain/vault45/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/projectcain/vault45/config.h b/keyboards/projectcain/vault45/config.h
index 2cbf55dd0f..6accb223a4 100644
--- a/keyboards/projectcain/vault45/config.h
+++ b/keyboards/projectcain/vault45/config.h
@@ -47,6 +47,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
+#define ENCODERS_PAD_A { B3, D1 }
+#define ENCODERS_PAD_B { B2, D2 }
+#define ENCODER_RESOLUTION 2
+
/*
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
*/