From 4791cfae1af0bc15a0bd8417c5195bf482b87605 Mon Sep 17 00:00:00 2001
From: Ryan <fauxpark@gmail.com>
Date: Sun, 12 Sep 2021 14:04:56 +1000
Subject: Remove width, height and key_count from info.json (#14274)

---
 keyboards/clueboard/66/rev4/info.json | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'keyboards/clueboard/66/rev4')

diff --git a/keyboards/clueboard/66/rev4/info.json b/keyboards/clueboard/66/rev4/info.json
index 9c8fcbef5e..1a81b3d088 100644
--- a/keyboards/clueboard/66/rev4/info.json
+++ b/keyboards/clueboard/66/rev4/info.json
@@ -2,8 +2,6 @@
   "manufacturer": "Clueboard",
   "keyboard_name": "Clueboard 66% rev4",
   "maintainer": "skullydazed",
-  "height": 5,
-  "width": 16.5,
   "debounce": 5,
   "processor": "STM32F303",
   "board": "QMK_PROTON_C",
@@ -48,7 +46,6 @@
   },
   "layouts": {
     "LAYOUT_66_ansi": {
-      "key_count": 66,
       "layout": [
         { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 },
         { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 },
@@ -119,7 +116,6 @@
       ]
     },
     "LAYOUT_66_iso": {
-      "key_count": 67,
       "layout": [
         { "label": "~", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 },
         { "label": "!", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 },
@@ -191,7 +187,6 @@
       ]
     },
     "LAYOUT_all": {
-      "key_count": 73,
       "layout": [
         { "label": "GRAVE", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 },
         { "label": "1", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 },
-- 
cgit v1.2.3