mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
Atreus52- Fixed config.
This commit is contained in:
parent
f9eb11a674
commit
17e81baab3
2 changed files with 0 additions and 14 deletions
|
@ -1,4 +1,3 @@
|
||||||
TAP_DANCE_ENABLE = yes
|
|
||||||
NKRO_ENABLE = true
|
NKRO_ENABLE = true
|
||||||
MOUSEKEY_ENABLE = no
|
MOUSEKEY_ENABLE = no
|
||||||
EXTRAKEY_ENABLE = yes
|
EXTRAKEY_ENABLE = yes
|
||||||
|
|
|
@ -3,21 +3,8 @@
|
||||||
#undef MANUFACTURER
|
#undef MANUFACTURER
|
||||||
#undef PRODUCT
|
#undef PRODUCT
|
||||||
#undef DESCRIPTION
|
#undef DESCRIPTION
|
||||||
#undef MATRIX_ROWS
|
|
||||||
#undef MATRIX_COLS
|
|
||||||
#undef MATRIX_ROW_PINS
|
|
||||||
#undef MATRIX_COL_PINS
|
|
||||||
|
|
||||||
/* USB Device descriptor parameter */
|
/* USB Device descriptor parameter */
|
||||||
#define MANUFACTURER Mesh Industries
|
#define MANUFACTURER Mesh Industries
|
||||||
#define PRODUCT Atreus52 Treeboard
|
#define PRODUCT Atreus52 Treeboard
|
||||||
#define DESCRIPTION q.m.k. keyboard firmware for Atreus52
|
#define DESCRIPTION q.m.k. keyboard firmware for Atreus52
|
||||||
|
|
||||||
/* key matrix size */
|
|
||||||
#define MATRIX_ROWS 5
|
|
||||||
#define MATRIX_COLS 11
|
|
||||||
|
|
||||||
// wiring of each half
|
|
||||||
#define MATRIX_ROW_PINS { D2, D3, D1, D0, D4 }
|
|
||||||
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, B6, B5, B4, E6 }
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue