Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956)
This commit is contained in:
@@ -15,11 +15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER imchipwood
|
||||
#define PRODUCT dumbpad
|
||||
|
||||
/* Column/Row IO definitions */
|
||||
#define MATRIX_ROWS 4
|
||||
#define MATRIX_COLS 5
|
||||
|
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"keyboard_name": "dumbpad",
|
||||
"keyboard_folder": "dumbpad",
|
||||
"url": "https://www.github.com/keebd/dumbpad",
|
||||
"maintainer": "keebd",
|
||||
"usb": {
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user