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 000000000..ccc6a9c44 --- /dev/null +++ b/keyboards/wheatfield/split75/config.h | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #define VENDOR_ID 0x594D | ||
| 4 | #define PRODUCT_ID 0x0001 | ||
| 5 | #define DEVICE_VER 0x0001 | ||
| 6 | #define MANUFACTURER YMDK | ||
| 7 | #define PRODUCT Split75 | ||
| 8 | #define DESCRIPTION VE.A Clone | ||
| 9 | |||
| 10 | /* matrix size */ | ||
| 11 | #define MATRIX_ROWS 8 | ||
| 12 | #define MATRIX_COLS 14 | ||
| 13 | |||
| 14 | #define RGBLED_NUM 8 | ||
| 15 | #define RGBLIGHT_ANIMATIONS | ||
| 16 | #define RGBLIGHT_SLEEP | ||
| 17 | |||
| 18 | #define BACKLIGHT_PIN D4 | ||
