summaryrefslogtreecommitdiff
path: root/keyboards/hs60/v1/keymaps/ansi
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-12-06 07:40:19 -0800
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-12-06 07:40:19 -0800
commit4e5f921496faf29e5c7f61e388346f2181fab267 (patch)
treef458a5b437e09d118727a63569f15215dc642aec /keyboards/hs60/v1/keymaps/ansi
parentdee2faf387e4c2a6cefa09e8531b9113dd610a1a (diff)
Allow HS60 to use Community Layouts (#3862)
* Add layout support to HS60 * Update Readme for HS60 * Remove defective code * Clean up readme * Fix typo
Diffstat (limited to 'keyboards/hs60/v1/keymaps/ansi')
-rw-r--r--keyboards/hs60/v1/keymaps/ansi/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/hs60/v1/keymaps/ansi/config.h b/keyboards/hs60/v1/keymaps/ansi/config.h
index f51cc16d85..82cdc2689c 100644
--- a/keyboards/hs60/v1/keymaps/ansi/config.h
+++ b/keyboards/hs60/v1/keymaps/ansi/config.h
@@ -18,4 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Include overwrites for specific keymap */
-#define HS60_ANSI
+#ifdef KEYBOARD_hs60
+ #define HS60_ANSI
+#endif