diff options
Diffstat (limited to 'keyboards/centromere')
-rw-r--r-- | keyboards/centromere/config.h | 7 | ||||
-rw-r--r-- | keyboards/centromere/info.json | 1 | ||||
-rw-r--r-- | keyboards/centromere/rules.mk | 2 |
3 files changed, 1 insertions, 9 deletions
diff --git a/keyboards/centromere/config.h b/keyboards/centromere/config.h index 1310866fbb..a8709ee7de 100644 --- a/keyboards/centromere/config.h +++ b/keyboards/centromere/config.h @@ -17,18 +17,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 10 -/* define if matrix has ghost */ -//#define MATRIX_HAS_GHOST - -/* number of backlight levels */ -//#define BACKLIGHT_LEVELS 3 - #define ONESHOT_TIMEOUT 500 /* diff --git a/keyboards/centromere/info.json b/keyboards/centromere/info.json index d5de3624fd..2f41f20dfa 100644 --- a/keyboards/centromere/info.json +++ b/keyboards/centromere/info.json @@ -8,6 +8,7 @@ "pid": "0x6060", "device_version": "0.0.1" }, + "community_layouts": ["split_3x5_3" "split_3x6_3"], "layouts": { "LAYOUT_split_3x6_3": { "layout": [ diff --git a/keyboards/centromere/rules.mk b/keyboards/centromere/rules.mk index 113e1e6aff..736df6414d 100644 --- a/keyboards/centromere/rules.mk +++ b/keyboards/centromere/rules.mk @@ -25,5 +25,3 @@ CUSTOM_MATRIX = lite # project specific files SRC += matrix.c QUANTUM_LIB_SRC += uart.c - -LAYOUTS = split_3x5_3 split_3x6_3 |