1
0
Fork 0

move 麦田 boards into /mt (#16095)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
peepeetee 2022-04-19 18:06:35 +08:00 committed by GitHub
parent e13aefe41d
commit cff489bfdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 9 additions and 9 deletions

View file

@ -0,0 +1,21 @@
#pragma once
#define VENDOR_ID 0x594D
#define PRODUCT_ID 0x0001
#define DEVICE_VER 0x0001
#define MANUFACTURER YMDK
#define PRODUCT Split75
/* matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 14
#define LED_NUM_LOCK_PIN D0
#define LED_CAPS_LOCK_PIN D1
#define LED_SCROLL_LOCK_PIN D6
#define RGBLED_NUM 8
#define RGBLIGHT_ANIMATIONS
#define RGBLIGHT_SLEEP
#define BACKLIGHT_PIN D4