diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2020-04-09 03:51:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 18:51:18 -0700 |
commit | 4b10235f6777db3e7a7feab301542a0e78083b20 (patch) | |
tree | c1b5dd84ba93280c957ae5c21046c14f6f948a87 /keyboards/yd60mq/16led | |
parent | 6ef13f83e2ffff5537c8565972cd007dad548b66 (diff) | |
download | qmk_firmware-4b10235f6777db3e7a7feab301542a0e78083b20.tar.gz |
Set the correct RGB LED count on YD60MQ (#8629)
* Fix RGB LED count on YD60MQ
* Split YD60MQ into 12-LED and 16-LED revisions
* Update readmes
* Make 12led the default version
* Readd base rules.mk, version→variant in readme
* Add syntax highlighting to code blocks in readme
Diffstat (limited to 'keyboards/yd60mq/16led')
-rw-r--r-- | keyboards/yd60mq/16led/config.h | 5 | ||||
-rw-r--r-- | keyboards/yd60mq/16led/readme.md | 3 | ||||
-rw-r--r-- | keyboards/yd60mq/16led/rules.mk | 0 |
3 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/yd60mq/16led/config.h b/keyboards/yd60mq/16led/config.h new file mode 100644 index 000000000..11ce3aeb2 --- /dev/null +++ b/keyboards/yd60mq/16led/config.h @@ -0,0 +1,5 @@ +#pragma once + +#define DEVICE_VER 0x0002 + +#define RGBLED_NUM 16 diff --git a/keyboards/yd60mq/16led/readme.md b/keyboards/yd60mq/16led/readme.md new file mode 100644 index 000000000..a03d6259e --- /dev/null +++ b/keyboards/yd60mq/16led/readme.md @@ -0,0 +1,3 @@ +# YD60MQ – 16 LED + +Code specific to the YD60MQ variant with 16 RGB LEDs on the back (unknown revision number). diff --git a/keyboards/yd60mq/16led/rules.mk b/keyboards/yd60mq/16led/rules.mk new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/keyboards/yd60mq/16led/rules.mk |