Browse Source

changes suggested by @noroadsleft

skullY 7 years ago
parent
commit
833195b612

+ 1 - 1
keyboards/clueboard/2x1800/2018/config.h

@@ -25,7 +25,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define PRODUCT_ID      0x23A0
 #define DEVICE_VER      0x0001
 #define MANUFACTURER    Clueboard
-#define PRODUCT         Double 1800
+#define PRODUCT         2x1800 2018
 #define DESCRIPTION     What does it mean?
 
 /* key matrix size */

+ 0 - 2
keyboards/clueboard/2x1800/2018/keymaps/default_4u/config.h

@@ -16,6 +16,4 @@
 
 #pragma once
 
-#include "config_common.h"
-
 // place overrides here

+ 0 - 2
keyboards/clueboard/2x1800/2018/keymaps/default_7u/config.h

@@ -16,6 +16,4 @@
 
 #pragma once
 
-#include "config_common.h"
-
 // place overrides here

+ 0 - 2
keyboards/clueboard/2x1800/2018/keymaps/macroboard/config.h

@@ -16,6 +16,4 @@
 
 #pragma once
 
-#include "config_common.h"
-
 // place overrides here

+ 0 - 2
keyboards/clueboard/2x1800/2018/keymaps/mouseboard_left/config.h

@@ -16,6 +16,4 @@
 
 #pragma once
 
-#include "config_common.h"
-
 // place overrides here

+ 0 - 2
keyboards/clueboard/2x1800/2018/keymaps/mouseboard_right/config.h

@@ -16,6 +16,4 @@
 
 #pragma once
 
-#include "config_common.h"
-
 // place overrides here

+ 2 - 2
keyboards/clueboard/2x1800/2018/readme.md

@@ -8,6 +8,6 @@ Clueboard Double 1800 All The Way
 
 Make example for this keyboard:
 
-    make 2x1800:default
+    make clueboard/2x1800/2018:default
 
-See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

+ 2 - 2
keyboards/clueboard/2x1800/2019/config.h

@@ -24,8 +24,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define PRODUCT_ID      0x23A0
 #define DEVICE_VER      0x0002
 #define MANUFACTURER    Clueboard
-#define PRODUCT         Double 1800
-#define DESCRIPTION     What does it mean?
+#define PRODUCT         2x1800 2019
+#define DESCRIPTION     Mechanical Drawing Toy Edition
 
 /* key matrix size */
 #define MATRIX_ROWS 13

+ 0 - 2
keyboards/clueboard/2x1800/2019/keymaps/default_4u_ansi/config.h

@@ -16,6 +16,4 @@
 
 #pragma once
 
-#include "config_common.h"
-
 // place overrides here

+ 0 - 2
keyboards/clueboard/2x1800/2019/keymaps/default_4u_iso/config.h

@@ -16,6 +16,4 @@
 
 #pragma once
 
-#include "config_common.h"
-
 // place overrides here

+ 0 - 2
keyboards/clueboard/2x1800/2019/keymaps/default_7u_ansi/config.h

@@ -16,6 +16,4 @@
 
 #pragma once
 
-#include "config_common.h"
-
 // place overrides here

+ 0 - 2
keyboards/clueboard/2x1800/2019/keymaps/default_7u_iso/config.h

@@ -16,6 +16,4 @@
 
 #pragma once
 
-#include "config_common.h"
-
 // place overrides here

+ 2 - 2
keyboards/clueboard/2x1800/2019/readme.md

@@ -8,6 +8,6 @@ Clueboard 2x1800 Mechanical Drawing Toy Edition
 
 Make example for this keyboard:
 
-    make 2x1800/2019:default
+    make clueboard/2x1800/2019:default
 
-See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).