diff options
| author | Konstantin Đorđević | 2020-04-09 03:51:18 +0200 |
|---|---|---|
| committer | GitHub | 2020-04-09 03:51:18 +0200 |
| commit | 4b10235f6777db3e7a7feab301542a0e78083b20 (patch) | |
| tree | c1b5dd84ba93280c957ae5c21046c14f6f948a87 /keyboards/yd60mq/rules.mk | |
| parent | 6ef13f83e2ffff5537c8565972cd007dad548b66 (diff) | |
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/rules.mk')
| -rw-r--r-- | keyboards/yd60mq/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/yd60mq/rules.mk b/keyboards/yd60mq/rules.mk index f28f800582..98b13aca43 100644 --- a/keyboards/yd60mq/rules.mk +++ b/keyboards/yd60mq/rules.mk @@ -32,3 +32,5 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs LAYOUTS = 60_ansi + +DEFAULT_FOLDER = yd60mq/12led |