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/mt40/rules.mk | |
parent | 38f204db3031475aef2252e1ad11e4c87fb559f1 (diff) | |
download | qmk_firmware-678fae6ccef96ee1f7a722d4781e18c8314e3b29.tar.gz |
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/mt40/rules.mk')
-rw-r--r-- | keyboards/mt40/rules.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/mt40/rules.mk b/keyboards/mt40/rules.mk index 9d230d238..e7dc061ec 100644 --- a/keyboards/mt40/rules.mk +++ b/keyboards/mt40/rules.mk @@ -11,7 +11,7 @@ F_CPU = 12000000 # Bootloader # This definition is optional, and if your keyboard supports multiple bootloaders of -# different sizes, comment this out, and the correct address will be loaded +# different sizes, comment this out, and the correct address will be loaded # automatically (+60). See bootloader.mk for all options. BOOTLOADER = bootloadHID @@ -39,3 +39,6 @@ SRC = matrix.c i2c.c # programming options PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex + +LAYOUTS = ortho_4x12 planck_mit planck_grid +LAYOUTS_HAS_RGB = no |