diff options
author | Kaleb Elwert <belak@coded.io> | 2018-04-05 00:13:42 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-05 22:59:27 +0200 |
commit | 0d0664a2149d93d1898615cfa5e02a9c2110345f (patch) | |
tree | 4c86561874a381342eb6b7fd5c3f8c141c627ec7 /keyboards/whitefox | |
parent | 011039afcae0dabbbd0e836836de0284e66330cb (diff) | |
download | qmk_firmware-0d0664a2149d93d1898615cfa5e02a9c2110345f.tar.gz qmk_firmware-0d0664a2149d93d1898615cfa5e02a9c2110345f.tar.xz |
Various tweaks for some Input:Club build processes
Diffstat (limited to 'keyboards/whitefox')
-rw-r--r-- | keyboards/whitefox/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/whitefox/config.h b/keyboards/whitefox/config.h index 9989a92df..e508c3e9e 100644 --- a/keyboards/whitefox/config.h +++ b/keyboards/whitefox/config.h @@ -24,8 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VENDOR_ID 0x1c11 #define PRODUCT_ID 0xb04d #define DEVICE_VER 0x0001 -/* in python2: list(u"whatever".encode('utf-16-le')) */ -/* at most 32 characters or the ugly hack in usb_main.c borks */ #define MANUFACTURER Input Club #define PRODUCT WhiteFox/QMK |