Skip to content

Commit

Permalink
Woodpad refactor (qmk#11651)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and sowbug committed Feb 10, 2021
1 parent 28d7cf9 commit 87698b7
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions keyboards/handwired/woodpad/config.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/*
<<<<<<< HEAD
Copyright 2017 WoodKeys
=======
Copyright 2017
>>>>>>> Remove `DESCRIPTION`, H-J (#11616)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -24,11 +20,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6069
#define DEVICE_VER 0x0001
#define MANUFACTURER WoodKeys.click
#define PRODUCT woodpad
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6069
#define DEVICE_VER 0x0001
#define MANUFACTURER WoodKeys.click
#define PRODUCT Woodpad

/* key matrix size */
#define MATRIX_ROWS 5
Expand Down

0 comments on commit 87698b7

Please sign in to comment.