diff options
Diffstat (limited to 'keyboards/wheatfield/split75/config.h')
-rw-r--r-- | keyboards/wheatfield/split75/config.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/wheatfield/split75/config.h b/keyboards/wheatfield/split75/config.h new file mode 100644 index 0000000000..ccc6a9c44f --- /dev/null +++ b/keyboards/wheatfield/split75/config.h @@ -0,0 +1,18 @@ +#pragma once + +#define VENDOR_ID 0x594D +#define PRODUCT_ID 0x0001 +#define DEVICE_VER 0x0001 +#define MANUFACTURER YMDK +#define PRODUCT Split75 +#define DESCRIPTION VE.A Clone + +/* matrix size */ +#define MATRIX_ROWS 8 +#define MATRIX_COLS 14 + +#define RGBLED_NUM 8 +#define RGBLIGHT_ANIMATIONS +#define RGBLIGHT_SLEEP + +#define BACKLIGHT_PIN D4 |