diff options
author | kaylanm <1063516+kaylanm@users.noreply.github.com> | 2019-04-11 15:24:29 -0400 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-11 12:24:29 -0700 |
commit | c78bc6a2fecb1853cc095a37c84de3a69dea142f (patch) | |
tree | 79b5fb3748d92e61380a86976c7f3179a9b343ce /keyboards/keebio/bdn9/bdn9.h | |
parent | 0137b0231957c0b2fde80ac0e2a769ba4cbd60e7 (diff) |
Use DIRECT_PINS for BDN9 (#5603)
Diffstat (limited to 'keyboards/keebio/bdn9/bdn9.h')
-rw-r--r-- | keyboards/keebio/bdn9/bdn9.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/keebio/bdn9/bdn9.h b/keyboards/keebio/bdn9/bdn9.h index 26b0435605..8a45113264 100644 --- a/keyboards/keebio/bdn9/bdn9.h +++ b/keyboards/keebio/bdn9/bdn9.h @@ -31,5 +31,7 @@ KC1, KC2, KC3 \ ) \ { \ - { KA1, KA2, KA3, KB1, KB2, KB3, KC1, KC2, KC3 } \ + { KA1, KA2, KA3 }, \ + { KB1, KB2, KB3 }, \ + { KC1, KC2, KC3 } \ } |