Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
e36ae90a65
64 changed files with 152 additions and 114 deletions
|
@ -1,5 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#define DEVICE_VER 0x0001
|
||||
|
||||
#define RGBLED_NUM 12
|
||||
|
|
5
keyboards/ymdk/yd60mq/12led/info.json
Normal file
5
keyboards/ymdk/yd60mq/12led/info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
|
@ -1,5 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#define DEVICE_VER 0x0002
|
||||
|
||||
#define RGBLED_NUM 16
|
||||
|
|
5
keyboards/ymdk/yd60mq/16led/info.json
Normal file
5
keyboards/ymdk/yd60mq/16led/info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.2"
|
||||
}
|
||||
}
|
|
@ -26,4 +26,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 }
|
||||
#define BACKLIGHT_PIN D4
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
#define DEVICE_VER 0x0100
|
||||
|
|
5
keyboards/ymdk/ymd75/rev1/info.json
Normal file
5
keyboards/ymdk/ymd75/rev1/info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"device_version": "1.0.0"
|
||||
}
|
||||
}
|
|
@ -7,4 +7,3 @@
|
|||
#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 }
|
||||
#define BACKLIGHT_PIN D4
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
#define DEVICE_VER 0x0200
|
||||
|
|
5
keyboards/ymdk/ymd75/rev2/info.json
Normal file
5
keyboards/ymdk/ymd75/rev2/info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"device_version": "2.0.0"
|
||||
}
|
||||
}
|
|
@ -6,5 +6,4 @@
|
|||
#define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4 }
|
||||
#define BACKLIGHT_PIN B6 // change the backlight pin that has since changed in Rev 3
|
||||
#define DIODE_DIRECTION ROW2COL
|
||||
#define DEVICE_VER 0x0300
|
||||
#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 4
|
||||
|
|
5
keyboards/ymdk/ymd75/rev3/info.json
Normal file
5
keyboards/ymdk/ymd75/rev3/info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"device_version": "3.0.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue