aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hotdox/config.h
diff options
context:
space:
mode:
authorunicorn855 <truth_of_spirit@yahoo.ca>2020-06-30 13:23:31 +0200
committerGitHub <noreply@github.com>2020-06-30 12:23:31 +0100
commit398a7e5b3f92f6f657093f0dcce7ac67b43a3c67 (patch)
tree562437d80c7e3a5540de652cc6cf1ffc6b912751 /keyboards/hotdox/config.h
parent48db3ad6ef1e7c98bce592791972c7beaa2315ef (diff)
downloadqmk_firmware-398a7e5b3f92f6f657093f0dcce7ac67b43a3c67.tar.gz
qmk_firmware-398a7e5b3f92f6f657093f0dcce7ac67b43a3c67.zip
re-added mouse and media keys plus slight changes (#9515)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/hotdox/config.h')
-rw-r--r--keyboards/hotdox/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/hotdox/config.h b/keyboards/hotdox/config.h
index db162a0f7..c95096a7d 100644
--- a/keyboards/hotdox/config.h
+++ b/keyboards/hotdox/config.h
@@ -3,13 +3,14 @@
3#include "config_common.h" 3#include "config_common.h"
4 4
5/* USB Device descriptor parameter */ 5/* USB Device descriptor parameter */
6#define VENDOR_ID 0x414B // 'AK' Alpaca Keyboards 6
7#define VENDOR_ID 0x414B // 'AK' for Alpaca Keyboards
7#define PRODUCT_ID 0x0001 // sequentially numbered 8#define PRODUCT_ID 0x0001 // sequentially numbered
8 9
9#define DEVICE_VER 0x0001 10#define DEVICE_VER 0x0001
10#define MANUFACTURER Z.P.Z.O. 11#define MANUFACTURER Alpaca Keyboards
11#define PRODUCT Alpaca Keyboards HotDox 12#define PRODUCT ErgoDox 76 "HotDox"
12#define DESCRIPTION QMK keyboard firmware for HotDox 13#define DESCRIPTION QMK FW for the "HotDox"
13 14
14/* key matrix size */ 15/* key matrix size */
15#define MATRIX_ROWS 6 16#define MATRIX_ROWS 6
@@ -75,4 +76,3 @@
75//#define NO_ACTION_MACRO 76//#define NO_ACTION_MACRO
76//#define NO_ACTION_FUNCTION 77//#define NO_ACTION_FUNCTION
77//#define DEBUG_MATRIX_SCAN_RATE 78//#define DEBUG_MATRIX_SCAN_RATE
78