diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-05-17 15:21:06 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-17 15:21:06 -0700 |
commit | effc3e380f01bcd4c49f41e3c9c17562d8985161 (patch) | |
tree | 4a9c2b6dc72d5eaafaf7bfa25286f7ff6efe2c53 /keyboards/hs60/rules.mk | |
parent | 227c3b909a0e9c13156a7190c641758e35da9e94 (diff) |
Add QMK Configurator support and remove Layouts definitions (#2977)
* Add QMK Configurator support and remove userspace definitions
* fix that build breakage
* Unsupport community layouts but use standard layouts
Diffstat (limited to 'keyboards/hs60/rules.mk')
-rw-r--r-- | keyboards/hs60/rules.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/hs60/rules.mk b/keyboards/hs60/rules.mk index 050a1293ef..bff9659489 100644 --- a/keyboards/hs60/rules.mk +++ b/keyboards/hs60/rules.mk @@ -69,8 +69,6 @@ AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches RGB_MATRIX_ENABLE = yes # Use RGB matrix -LAYOUTS = 60_iso # Define standard layouts - # Experimental features for zealcmd please do no enable -#RAW_ENABLE = yes +#RAW_ENABLE = yes #USE_KEYMAPS_IN_EEPROM = yes |