diff options
Diffstat (limited to 'keyboards/infinity60/config.h')
| -rw-r--r-- | keyboards/infinity60/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/infinity60/config.h b/keyboards/infinity60/config.h index 83930901c..0a2f93e22 100644 --- a/keyboards/infinity60/config.h +++ b/keyboards/infinity60/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 Infinity 60% keyboard (QMK) |
| 31 | #define PRODUCT "Infinity keyboard/QMK" | ||
| 32 | #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', 'Q', '\x00', 'M', '\x00', 'K', '\x00' | ||
| 33 | /* key matrix size */ | 31 | /* key matrix size */ |
| 34 | #define MATRIX_ROWS 9 | 32 | #define MATRIX_ROWS 9 |
| 35 | #define MATRIX_COLS 7 | 33 | #define MATRIX_COLS 7 |
