Skip to content

Commit

Permalink
[Keyboard] Fix pin spacing alignmnent (#14592)
Browse files Browse the repository at this point in the history
Co-authored-by: filterpaper <filterpaper@localhost>
  • Loading branch information
filterpaper and filterpaper committed Sep 25, 2021
1 parent 68c327f commit c74bd72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/ferris/sweep/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ along with this program. If not, see <http:https://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 } \
}

Expand Down

0 comments on commit c74bd72

Please sign in to comment.