Keyboard: Add support for Quefrency 65% right half (#3865)
* Add support for Quefrency 65% right half * Add support for additional thumb key on Rev. 1.1 PCB
This commit is contained in:
parent
e0c9f1d9b9
commit
7f7c278c3e
6 changed files with 93 additions and 7 deletions
|
@ -26,15 +26,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define DEVICE_VER 0x0100
|
||||
#define MANUFACTURER Keebio
|
||||
#define PRODUCT Quefrency
|
||||
#define DESCRIPTION Split 60 percent staggered keyboard
|
||||
#define DESCRIPTION Split 60/65 percent staggered keyboard
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 10
|
||||
#define MATRIX_ROWS 12
|
||||
#define MATRIX_COLS 8
|
||||
|
||||
// wiring of each half
|
||||
#define MATRIX_ROW_PINS { F4, D4, D7, E6, B4 }
|
||||
#define MATRIX_ROW_PINS { F4, D4, D7, E6, B4, B5 }
|
||||
#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6, C6 }
|
||||
#define SPLIT_HAND_PIN D2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue