From 4b10235f6777db3e7a7feab301542a0e78083b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20=C4=90or=C4=91evi=C4=87?= Date: Thu, 9 Apr 2020 03:51:18 +0200 Subject: Set the correct RGB LED count on YD60MQ (#8629) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- keyboards/yd60mq/12led/config.h | 5 +++++ keyboards/yd60mq/12led/readme.md | 3 +++ keyboards/yd60mq/12led/rules.mk | 0 3 files changed, 8 insertions(+) create mode 100644 keyboards/yd60mq/12led/config.h create mode 100644 keyboards/yd60mq/12led/readme.md create mode 100644 keyboards/yd60mq/12led/rules.mk (limited to 'keyboards/yd60mq/12led') diff --git a/keyboards/yd60mq/12led/config.h b/keyboards/yd60mq/12led/config.h new file mode 100644 index 000000000..dde57aafe --- /dev/null +++ b/keyboards/yd60mq/12led/config.h @@ -0,0 +1,5 @@ +#pragma once + +#define DEVICE_VER 0x0001 + +#define RGBLED_NUM 12 diff --git a/keyboards/yd60mq/12led/readme.md b/keyboards/yd60mq/12led/readme.md new file mode 100644 index 000000000..117069061 --- /dev/null +++ b/keyboards/yd60mq/12led/readme.md @@ -0,0 +1,3 @@ +# YD60MQ – 12 LED + +Code specific to the YD60MQ variant with 12 RGB LEDs on the back (unknown revision number). diff --git a/keyboards/yd60mq/12led/rules.mk b/keyboards/yd60mq/12led/rules.mk new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3