Browse Source

[Keyboard] Fix pin spacing alignmnent (#14592)

Co-authored-by: filterpaper <filterpaper@localhost>
pull/14601/head
Albert Y 2 years ago
committed by GitHub
parent
commit
c74bd72d4f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/ferris/sweep/config.h

+ 2
- 2
keyboards/ferris/sweep/config.h View File

@ -49,8 +49,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIRECT_PINS_RIGHT { \
{ F4, F5, F6, F7, E6 }, \
{ D3,B6,B2,B3,B1 }, \
{ D7,C6,D4,D0,D1}, \
{ D3, B6, B2, B3, B1 }, \
{ D7, C6, D4, D0, D1 }, \
{ B5, B4, NO_PIN, NO_PIN, NO_PIN } \
}


Loading…
Cancel
Save