Move keyboard USB IDs and strings to data driven, pass 3 (#18111)
This commit is contained in:
@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT Tractyl Manuform(5x6) BlackPill
|
||||
|
||||
// wiring of each half
|
||||
#define MATRIX_COL_PINS \
|
||||
{ A15, B3, B4, B5, B6, B7 }
|
||||
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"keyboard_name": "Tractyl Manuform (5x6) BlackPill"
|
||||
}
|
Reference in New Issue
Block a user