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/hs60 | |
| parent | d5ab6752510047f60fe72b9f90288ce48dfccf53 (diff) | |
| download | qmk_firmware-de107eb14e08ca517c8d8530adba0d32aad850d2.tar.gz qmk_firmware-de107eb14e08ca517c8d8530adba0d32aad850d2.zip | |
[Keyboard] Fix community support for hs60 (#6439)
Diffstat (limited to 'keyboards/hs60')
| -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 20a2dc7a7..f5bcb2b0a 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 | |||
| 69 | RGB_MATRIX_ENABLE = yes # Use RGB matrix | 69 | RGB_MATRIX_ENABLE = yes # Use RGB matrix |
| 70 | RAW_ENABLE = yes | 70 | RAW_ENABLE = yes |
| 71 | 71 | ||
| 72 | LAYOUTS = 60_ansi_split_bs_rshift | 72 | LAYOUTS = 60_ansi 60_iso |
| 73 | 73 | ||
| 74 | # Experimental features for zealcmd please do no enable | 74 | # Experimental features for zealcmd please do no enable |
| 75 | #RAW_ENABLE = yes | 75 | #RAW_ENABLE = yes |
diff --git a/keyboards/hs60/v2/rules.mk b/keyboards/hs60/v2/rules.mk index 77a254d24..c2b643ad1 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 | |||
| 65 | RAW_ENABLE = no | 65 | RAW_ENABLE = no |
| 66 | DYNAMIC_KEYMAP_ENABLE = no | 66 | DYNAMIC_KEYMAP_ENABLE = no |
| 67 | CIE1931_CURVE = yes | 67 | CIE1931_CURVE = yes |
| 68 | |||
| 69 | LAYOUTS = 60_ansi 60_iso | ||
