diff options
author | Joel Challis <git@zvecr.com> | 2019-07-30 06:53:15 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-29 22:53:15 -0700 |
commit | de107eb14e08ca517c8d8530adba0d32aad850d2 (patch) | |
tree | ac6d4986ef0d36a95c9c378aae4447c7ef5cc77f /keyboards | |
parent | d5ab6752510047f60fe72b9f90288ce48dfccf53 (diff) |
[Keyboard] Fix community support for hs60 (#6439)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/hs60/v1/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/hs60/v2/rules.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/hs60/v1/rules.mk b/keyboards/hs60/v1/rules.mk index 20a2dc7a7a..f5bcb2b0a1 100644 --- a/keyboards/hs60/v1/rules.mk +++ b/keyboards/hs60/v1/rules.mk @@ -69,7 +69,7 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches RGB_MATRIX_ENABLE = yes # Use RGB matrix RAW_ENABLE = yes -LAYOUTS = 60_ansi_split_bs_rshift +LAYOUTS = 60_ansi 60_iso # Experimental features for zealcmd please do no enable #RAW_ENABLE = yes diff --git a/keyboards/hs60/v2/rules.mk b/keyboards/hs60/v2/rules.mk index 77a254d24c..c2b643ad10 100644 --- a/keyboards/hs60/v2/rules.mk +++ b/keyboards/hs60/v2/rules.mk @@ -65,3 +65,5 @@ NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plu RAW_ENABLE = no DYNAMIC_KEYMAP_ENABLE = no CIE1931_CURVE = yes + +LAYOUTS = 60_ansi 60_iso |