summaryrefslogtreecommitdiff
path: root/keyboards/keebio/bdn9
diff options
context:
space:
mode:
authorNick Blyumberg <nblyumberg@gmail.com>2020-12-30 11:34:40 -0500
committerGitHub <noreply@github.com>2020-12-30 16:34:40 +0000
commit5e5ee3f8de9a0c088db1fb51b421ad1db169ed54 (patch)
treebb510b3aaaabc175baddbafc6914faf64875323a /keyboards/keebio/bdn9
parent70719004070731481ca71998ff9039e7747956ba (diff)
Correct encoder pins on BDN9v2 (#11357)
* Update config.h Wrong pin used for the left encoder, should be A4 * Update config.h Added a media keys fix as well
Diffstat (limited to 'keyboards/keebio/bdn9')
-rw-r--r--keyboards/keebio/bdn9/rev2/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/keebio/bdn9/rev2/config.h b/keyboards/keebio/bdn9/rev2/config.h
index a3716fddcd..f47c8addc5 100644
--- a/keyboards/keebio/bdn9/rev2/config.h
+++ b/keyboards/keebio/bdn9/rev2/config.h
@@ -40,7 +40,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Left, Right, Middle
#define ENCODERS_PAD_A { A8, B3, A10 }
-#define ENCODERS_PAD_B { B11, A15, A9 }
+#define ENCODERS_PAD_B { A4, A15, A9 }
+#define TAP_CODE_DELAY 10
#define RGB_DI_PIN B15
#ifdef RGB_DI_PIN