diff options
author | Frothy <frothykillskittens@gmail.com> | 2020-06-29 15:58:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 19:58:15 +0100 |
commit | cf17a8eb9550ca5d56344fd479e25112b5ad8bfe (patch) | |
tree | 094379466bef5e7503366cdee39e6f1298f50f80 /keyboards/fc660c/config.h | |
parent | 207b17bc4dd014ac5543546132c55be7d3d90217 (diff) |
Add Via support for Hasu FC660C controller (#9563)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/fc660c/config.h')
-rw-r--r-- | keyboards/fc660c/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/fc660c/config.h b/keyboards/fc660c/config.h index e55896e6c9..bba402ca48 100644 --- a/keyboards/fc660c/config.h +++ b/keyboards/fc660c/config.h @@ -21,15 +21,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0x4853 /* HS */ #define PRODUCT_ID 0x660C #define DEVICE_VER 0x0100 -#define MANUFACTURER QMK -#define PRODUCT Leopold FC660C with QMK +#define MANUFACTURER Hasu +#define PRODUCT FC660C #define DESCRIPTION Leopold FC660C with Hasu alternative controller using QMK /* key matrix size */ -#define MATRIX_ROWS 8 +#define MATRIX_ROWS 5 #define MATRIX_COLS 16 //#define DIODE_DIRECTION |