aboutsummaryrefslogtreecommitdiff
path: root/keyboards/whitefox/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/whitefox/config.h')
-rw-r--r--keyboards/whitefox/config.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/whitefox/config.h b/keyboards/whitefox/config.h
index dc33a7ce5..9397bd61f 100644
--- a/keyboards/whitefox/config.h
+++ b/keyboards/whitefox/config.h
@@ -26,10 +26,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
26#define DEVICE_VER 0x0001 26#define DEVICE_VER 0x0001
27/* in python2: list(u"whatever".encode('utf-16-le')) */ 27/* in python2: list(u"whatever".encode('utf-16-le')) */
28/* at most 32 characters or the ugly hack in usb_main.c borks */ 28/* at most 32 characters or the ugly hack in usb_main.c borks */
29#define MANUFACTURER "Input Club" 29#define MANUFACTURER Input Club
30#define USBSTR_MANUFACTURER 'I', '\x00', 'n', '\x00', 'p', '\x00', 'u', '\x00', 't', '\x00', ' ', '\x00', 'C', '\x00', 'l', '\x00', 'u', '\x00', 'b', '\x00' 30#define PRODUCT WhiteFox (QMK)
31#define PRODUCT "WhiteFox/QMK"
32#define USBSTR_PRODUCT 'W', '\x00', 'h', '\x00', 'i', '\x00', 't', '\x00', 'e', '\x00', 'F', '\x00', 'o', '\x00', 'x', '\x00', ' ', '\x00'
33 31
34/* key matrix size */ 32/* key matrix size */
35#define MATRIX_ROWS 9 33#define MATRIX_ROWS 9
@@ -81,4 +79,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
81//#define NO_ACTION_MACRO 79//#define NO_ACTION_MACRO
82//#define NO_ACTION_FUNCTION 80//#define NO_ACTION_FUNCTION
83 81
84#endif \ No newline at end of file 82#endif