From 6cc9d59ee8c3eb6fbf4a3936046add277c0ad722 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Wed, 4 Apr 2018 11:17:38 -0500 Subject: Enables unicode for Mitosis (#2668) * fixed comment typo * Fixes invalid capitalization Uppercase yes is invalid, so make treats it as no, which is confusing when it seems like it should have found the method definition for unicode. * Own keymap, comma in mitosis Own keymap is qwerty, workman, numbers, punctuation, function/mouse layers, gaming, unicode, numberpad. --- keyboards/mitosis/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/mitosis/config.h') diff --git a/keyboards/mitosis/config.h b/keyboards/mitosis/config.h index cb6378ab4..6101ee123 100644 --- a/keyboards/mitosis/config.h +++ b/keyboards/mitosis/config.h @@ -25,7 +25,7 @@ along with this program. If not, see . #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x6060 #define DEVICE_VER 0x0001 -#define MANUFACTURER unknown +#define MANUFACTURER Unknown #define PRODUCT Mitosis #define DESCRIPTION q.m.k. keyboard firmware for Mitosis -- cgit v1.2.3-24-g4f1b