diff options
author | Drashna Jaelre <drashna@live.com> | 2018-05-14 07:11:12 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-05-14 10:11:12 -0400 |
commit | 678fae6ccef96ee1f7a722d4781e18c8314e3b29 (patch) | |
tree | 32641bb9b1b7533085cb59b146adddfa5bba65c3 /keyboards/niu_mini/rules.mk | |
parent | 38f204db3031475aef2252e1ad11e4c87fb559f1 (diff) |
Reformat 40% Ortho boards to work with Layouts feature (#2804)
* Reformat 40% Ortho boards to work with Layouts feature
* Fix krusli keymap to compile properly
* Fix mt40 compile errors
* Fix layouts
* fix RGB?
Diffstat (limited to 'keyboards/niu_mini/rules.mk')
-rw-r--r-- | keyboards/niu_mini/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/niu_mini/rules.mk b/keyboards/niu_mini/rules.mk index 64ef5f303a..c2efc3266d 100644 --- a/keyboards/niu_mini/rules.mk +++ b/keyboards/niu_mini/rules.mk @@ -66,3 +66,7 @@ API_SYSEX_ENABLE = no # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend + +LAYOUTS = ortho_4x12 planck_mit planck_grid +LAYOUTS_HAS_RGB = no + |