diff options
Diffstat (limited to 'keyboards/gh60/revc/config.h')
-rw-r--r-- | keyboards/gh60/revc/config.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/gh60/revc/config.h b/keyboards/gh60/revc/config.h index e0cfa7268..8c24b1e7e 100644 --- a/keyboards/gh60/revc/config.h +++ b/keyboards/gh60/revc/config.h | |||
@@ -14,14 +14,17 @@ GNU General Public License for more details. | |||
14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | |||
18 | #pragma once | ||
19 | |||
17 | #include "config_common.h" | 20 | #include "config_common.h" |
18 | 21 | ||
19 | /* USB Device descriptor parameter */ | 22 | /* USB Device descriptor parameter */ |
20 | #define VENDOR_ID 0xFEED | 23 | #define VENDOR_ID 0x4335 // GEEKhack |
21 | #define PRODUCT_ID 0x6060 | 24 | #define PRODUCT_ID 0x0001 |
22 | #define DEVICE_VER 0x0001 | 25 | #define DEVICE_VER 0x0001 |
23 | #define MANUFACTURER geekhack | 26 | #define MANUFACTURER geekhack |
24 | #define PRODUCT GH60 | 27 | #define PRODUCT GH60 Rev C |
25 | #define DESCRIPTION t.m.k. keyboard firmware for GH60 | 28 | #define DESCRIPTION t.m.k. keyboard firmware for GH60 |
26 | 29 | ||
27 | /* key matrix size */ | 30 | /* key matrix size */ |