summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-30 16:35:16 +0000
committerQMK Bot <hello@qmk.fm>2020-12-30 16:35:16 +0000
commitf231f24ddaac9781201a4ec9d0171c65af788839 (patch)
tree1c5b6dca036a9fd1141543f33fee09e7eb5d00c6
parentb51cc6d67a16fa2f7b6bae7094b27c7ff58bb3a4 (diff)
parent10096fc42e52e5b22acd6ceef941816401468998 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--docs/driver_installation_zadig.md2
-rw-r--r--keyboards/keebio/bdn9/rev2/config.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/driver_installation_zadig.md b/docs/driver_installation_zadig.md
index 9b3e8fadea..81b8408868 100644
--- a/docs/driver_installation_zadig.md
+++ b/docs/driver_installation_zadig.md
@@ -71,7 +71,7 @@ The device name here is the name that appears in Zadig, and may not be what the
|`caterina` |Arduino Micro |`2A03:0037` |usbser |
|`bootloadHID`|HIDBoot |`16C0:05DF` |HidUsb |
|`USBasp` |USBasp |`16C0:05DC` |libusbK|
-|`apm32-dfu` |??? |`314B:0106` |WinUSB |
+|`apm32-dfu` |APM32 DFU ISP Mode |`314B:0106` |WinUSB |
|`stm32-dfu` |STM32 BOOTLOADER |`0483:DF11` |WinUSB |
|`kiibohd` |Kiibohd DFU Bootloader |`1C11:B007` |WinUSB |
|`stm32duino` |Maple 003 |`1EAF:0003` |WinUSB |
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