diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-01-12 04:21:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 12:21:13 +0000 |
commit | 68f321f24bae16222ef8d2803caf5143ca4eb83a (patch) | |
tree | 6f7b284a7caff6bdc6526634e7b58271dbd43386 /keyboards/acheron/lasgweloth/rules.mk | |
parent | 8729afece5b2dd304d7eab07cffd0897a3759698 (diff) |
Acheron Lasgewloth: layout macro rework (#11523)
* Acheron Lasgewloth: layout macro rework
Arrange the layout macro to match the assembled board.
* rename layout macro
The layout supported is equivalent to 60% ANSI with split Backspace and split Right Shift, and supports every extant switch position.
Adds community layout support.
* add LAYOUT_60_ansi support
* add Configurator data
* convert tabs to spaces in lasgweloth.h
Diffstat (limited to 'keyboards/acheron/lasgweloth/rules.mk')
-rw-r--r-- | keyboards/acheron/lasgweloth/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/acheron/lasgweloth/rules.mk b/keyboards/acheron/lasgweloth/rules.mk index 2d2f71e195..6bfb44ee94 100644 --- a/keyboards/acheron/lasgweloth/rules.mk +++ b/keyboards/acheron/lasgweloth/rules.mk @@ -21,3 +21,5 @@ ENCODER_ENABLE = no # Enter lower-power sleep mode when on the ChibiOS idle thread OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE + +LAYOUTS = 60_ansi 60_ansi_split_bs_rshift |