~ruther/qmk_firmware

c74bd72d4fde99a611e54bba18bdab4d2f24e038 — Albert Y 4 years ago 68c327f
[Keyboard] Fix pin spacing alignmnent (#14592)

Co-authored-by: filterpaper <filterpaper@localhost>
1 files changed, 2 insertions(+), 2 deletions(-)

M keyboards/ferris/sweep/config.h
M keyboards/ferris/sweep/config.h => keyboards/ferris/sweep/config.h +2 -2
@@ 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 } \
}