diff options
Diffstat (limited to 'keyboards/ingrained')
-rw-r--r-- | keyboards/ingrained/info.json | 1 | ||||
-rw-r--r-- | keyboards/ingrained/rules.mk | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/ingrained/info.json b/keyboards/ingrained/info.json index b49e03da3e..cc55c56b93 100644 --- a/keyboards/ingrained/info.json +++ b/keyboards/ingrained/info.json @@ -8,6 +8,7 @@ "pid": "0x58E4", "device_version": "0.0.1" }, + "community_layouts": ["split_3x5_3", "split_3x6_3"], "layouts": { "LAYOUT_split_3x6_3": { "layout": [ diff --git a/keyboards/ingrained/rules.mk b/keyboards/ingrained/rules.mk index 03e074deda..e10b352c4f 100644 --- a/keyboards/ingrained/rules.mk +++ b/keyboards/ingrained/rules.mk @@ -23,5 +23,3 @@ LTO_ENABLE = yes SRC += matrix.c QUANTUM_LIB_SRC += i2c_master.c - -LAYOUTS = split_3x5_3 split_3x6_3 |