diff options
Diffstat (limited to 'keyboards/zj68')
-rw-r--r-- | keyboards/zj68/config.h | 2 | ||||
-rw-r--r-- | keyboards/zj68/info.json | 1 | ||||
-rw-r--r-- | keyboards/zj68/rules.mk | 2 |
3 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/zj68/config.h b/keyboards/zj68/config.h index ea21e3e58e..e1cc87693c 100644 --- a/keyboards/zj68/config.h +++ b/keyboards/zj68/config.h @@ -17,7 +17,6 @@ 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 @@ -30,7 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION ROW2COL -/* number of backlight levels */ #define BACKLIGHT_PIN B6 #ifdef BACKLIGHT_PIN #define BACKLIGHT_LEVELS 5 diff --git a/keyboards/zj68/info.json b/keyboards/zj68/info.json index ed903a6400..2ff4f78437 100644 --- a/keyboards/zj68/info.json +++ b/keyboards/zj68/info.json @@ -7,6 +7,7 @@ "pid": "0x6060", "device_version": "0.0.1" }, + "community_layouts": ["65_ansi"], "layouts": { "LAYOUT_all": { "layout": [ diff --git a/keyboards/zj68/rules.mk b/keyboards/zj68/rules.mk index 1d5db073ca..6a1f5ba164 100644 --- a/keyboards/zj68/rules.mk +++ b/keyboards/zj68/rules.mk @@ -17,5 +17,3 @@ NKRO_ENABLE = yes # Enable N-Key Rollover AUDIO_ENABLE = no RGBLIGHT_ENABLE = no - -LAYOUTS = 65_ansi |