diff options
author | Kaleb Elwert <belak@coded.io> | 2018-04-03 20:30:22 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-04 01:31:45 -0400 |
commit | 738588618bd4e09c9ce81bb2f6e417ef4b80c757 (patch) | |
tree | 1b2e0cbc08c54bb05fa386b4f0953e69e6667f73 /keyboards/ergodox_infinity/keymaps | |
parent | 67268db576f2d486982f622a06f401c753617356 (diff) | |
download | qmk_firmware-738588618bd4e09c9ce81bb2f6e417ef4b80c757.tar.gz qmk_firmware-738588618bd4e09c9ce81bb2f6e417ef4b80c757.zip |
Update input:club boards to use the proper vendor and device
Diffstat (limited to 'keyboards/ergodox_infinity/keymaps')
-rw-r--r-- | keyboards/ergodox_infinity/keymaps/halfkeyboard/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/ergodox_infinity/keymaps/halfkeyboard/config.h b/keyboards/ergodox_infinity/keymaps/halfkeyboard/config.h index d86251946a..187ce87034 100644 --- a/keyboards/ergodox_infinity/keymaps/halfkeyboard/config.h +++ b/keyboards/ergodox_infinity/keymaps/halfkeyboard/config.h @@ -25,10 +25,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #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 "TMK" -#define USBSTR_MANUFACTURER 'T', '\x00', 'M', '\x00', 'K', '\x00', ' ', '\x00' -#define PRODUCT "Infinity keyboard/TMK" -#define USBSTR_PRODUCT 'I', '\x00', 'n', '\x00', 'f', '\x00', 'i', '\x00', 'n', '\x00', 'i', '\x00', 't', '\x00', 'y', '\x00', ' ', '\x00', 'k', '\x00', 'e', '\x00', 'y', '\x00', 'b', '\x00', 'o', '\x00', 'a', '\x00', 'r', '\x00', 'd', '\x00', '/', '\x00', 'T', '\x00', 'M', '\x00', 'K', '\x00' +#define MANUFACTURER "QMK" +#define PRODUCT "Infinity keyboard/QMK" #define MOUSEKEY_INTERVAL 20 #define MOUSEKEY_DELAY 0 |