diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-05-24 15:26:38 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-24 15:26:38 -0700 |
commit | 3a4a28a38b53e67edd1141bf435df09d0a89466b (patch) | |
tree | 79210398153c421a45df56b93b8dd7a1742421d1 /keyboards/alps64/rules.mk | |
parent | 73ddb764ccbe47662ba4604a18818f003abd8d36 (diff) | |
download | firmware-3a4a28a38b53e67edd1141bf435df09d0a89466b.tar.gz firmware-3a4a28a38b53e67edd1141bf435df09d0a89466b.tar.bz2 firmware-3a4a28a38b53e67edd1141bf435df09d0a89466b.zip |
Refactor for Alps64 (#3029)
* Refactor for Alps64
* Reverts deletion of LAYOUT_kc macro; renames LAYOUT_standard_60 to LAYOUT_60_ansi
* Add LAYOUTS = 60_ansi to rules.mk
* Rename LAYOUT_standard_60 to LAYOUT_60_ansi in info.json
Diffstat (limited to 'keyboards/alps64/rules.mk')
-rw-r--r-- | keyboards/alps64/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/alps64/rules.mk b/keyboards/alps64/rules.mk index 621dc5a95..4f35faac2 100644 --- a/keyboards/alps64/rules.mk +++ b/keyboards/alps64/rules.mk @@ -64,3 +64,5 @@ CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA + +LAYOUTS = 60_ansi |