Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move SOFT_SERIAL_PIN to data driven #19863

Merged
merged 3 commits into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'develop' into soft-serial-pin-data-driven
  • Loading branch information
fauxpark committed Feb 17, 2023
commit e9dc32f80629fa854883aa464bfacbe1025bee7f
4 changes: 0 additions & 4 deletions keyboards/arabica37/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.

#pragma once

/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 8
#define MATRIX_COLS 7
#define MATRIX_ROW_PINS { D4, C6, D7, E6 }

// wiring of each half
Expand Down
6 changes: 0 additions & 6 deletions keyboards/handwired/dactyl_manuform/5x6_6/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.

#pragma once


/* key matrix size */
// Rows are doubled-up
#define MATRIX_COLS 6
#define MATRIX_ROWS 14

// wiring of each half
#define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 }
#define MATRIX_ROW_PINS { F5, F6, F7, B1, B3, B2, B6 }
Expand Down
6 changes: 0 additions & 6 deletions keyboards/handwired/qc60/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
#pragma once


/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 10
#define MATRIX_COLS 8
You are viewing a condensed version of this merge commit. You can view the full changes here.