diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-08-16 20:11:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 13:11:09 -0700 |
commit | d9bb42e37b9d015b5331c4a1ddccaecdfb96d544 (patch) | |
tree | 27586fb714ab9678cab87a8f89e6c62c02d27881 /keyboards/linworks/fave87/rules.mk | |
parent | 0c6155ec42dd7ae00d2229962fe9dfc8adab7a4d (diff) |
Linworks Fave87 Layout Macro Refactor (#14008)
* correct LAYOUT_tkl_ansi data
Number row was positioned 0.25u too low.
* correct LAYOUT_tkl_ansi macro
- remove position K027 (right half of Split Backspace)
- remove position K096 (right portion of Split Right Shift)
* correct LAYOUT_tkl_iso macro
- remove position K027 (right half of Split Backspace)
- remove position K096 (right portion of Split Right Shift)
* enable Community Layout support
* add LAYOUT_tkl_ansi_split_bs_rshift and LAYOUT_tkl_iso_split_bs_rshift
Diffstat (limited to 'keyboards/linworks/fave87/rules.mk')
-rw-r--r-- | keyboards/linworks/fave87/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/linworks/fave87/rules.mk b/keyboards/linworks/fave87/rules.mk index 5f671bed8a..b2c48df882 100644 --- a/keyboards/linworks/fave87/rules.mk +++ b/keyboards/linworks/fave87/rules.mk @@ -18,3 +18,5 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow + +LAYOUTS = tkl_ansi tkl_iso |