1
0
Fork 0

[Keyboard] move g heavy industry boards into /gboards (#16040)

Co-authored-by: zvecr <git@zvecr.com>
This commit is contained in:
peepeetee 2022-02-12 11:54:48 +08:00 committed by GitHub
parent 52d6f07a82
commit 17c0ca6fa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
89 changed files with 22 additions and 22 deletions

View file

@ -0,0 +1,24 @@
#pragma once
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x1337
#define DEVICE_VER 0x0001
#define MANUFACTURER g Heavy Industries
#define PRODUCT Butter Stick
#define VERSION "Paula Deen"
#define DEBOUNCE 5
#define FORCE_NKRO
/* key matrix size */
#define MATRIX_ROWS 2
#define MATRIX_COLS 10
#define MATRIX_ROW_PINS { F4, F5 }
#define MATRIX_COL_PINS { B0, B1, B2, B3, B4, B5, B6, B7, C6, C7}
#define UNUSED_PINS
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION ROW2COL