diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-05-20 15:19:31 -0700 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-20 15:19:31 -0700 |
commit | 843c67d805b72e9bbfaa14f0ef93f1506c1fcc98 (patch) | |
tree | 032dcb386ed61132fd2cdc3948c15a665df932fb /keyboards/plain60/rules.mk | |
parent | 566b8c57b1ded327ee462c552563026b0f6fa20e (diff) |
Plain60: Configurator layout extension (#5929)
* Add LAYOUT_60_ansi
* Add LAYOUT_60_iso
* Add LAYOUT_60_ansi_split_bs_rshift
* Add LAYOUT_60_iso_split_bs_rshift
* Enable Community Layout support
Added:
- 60_ansi
- 60_ansi_split_bs_rshift
- 60_iso
* Add LAYOUT_60_hhkb and enable its community layout support
Diffstat (limited to 'keyboards/plain60/rules.mk')
-rw-r--r-- | keyboards/plain60/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/plain60/rules.mk b/keyboards/plain60/rules.mk index a1a0e9ca1c..da9cb9fbd4 100644 --- a/keyboards/plain60/rules.mk +++ b/keyboards/plain60/rules.mk @@ -64,3 +64,5 @@ UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RAW_ENABLE = yes DYNAMIC_KEYMAP_ENABLE = yes + +LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_hhkb 60_iso |