]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Configurator Noxary 268: match dir name
authorYan-Fa Li <yanfali@gmail.com>
Mon, 9 Jul 2018 17:36:54 +0000 (10:36 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Mon, 9 Jul 2018 17:52:57 +0000 (10:52 -0700)
To find the LAYOUT/KEYMAP the configurator backend needs the file names
to match the directory by convention. Thanks @skullydazed

keyboards/noxary/268/268.c [new file with mode: 0644]
keyboards/noxary/268/268.h [new file with mode: 0644]
keyboards/noxary/268/noxary268.c [deleted file]
keyboards/noxary/268/noxary268.h [deleted file]

diff --git a/keyboards/noxary/268/268.c b/keyboards/noxary/268/268.c
new file mode 100644 (file)
index 0000000..4326b68
--- /dev/null
@@ -0,0 +1 @@
+#include "noxary268.h"
diff --git a/keyboards/noxary/268/268.h b/keyboards/noxary/268/268.h
new file mode 100644 (file)
index 0000000..ac2747c
--- /dev/null
@@ -0,0 +1,20 @@
+#ifndef noxary268_H
+#define noxary268_H
+
+#include "quantum.h"
+
+#define LAYOUT( \
+       K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, \
+       K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112,       K114, K115, \
+       K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212,       K214, K215, \
+       K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, K315, \
+       K400, K401, K402,                   K406,                   K410, K411, K412, K413, K414, K415 \
+) { \
+       { K000,  K001,  K002,  K003,  K004,  K005,  K006,  K007,  K008,  K009,  K010,  K011,  K012,  K013,  K014,  K015 }, \
+       { K100,  K101,  K102,  K103,  K104,  K105,  K106,  K107,  K108,  K109,  K110,  K111,  K112,  KC_NO, K114,  K115 }, \
+       { K200,  K201,  K202,  K203,  K204,  K205,  K206,  K207,  K208,  K209,  K210,  K211,  K212,  KC_NO, K214,  K215 }, \
+       { K300,  K301,  K302,  K303,  K304,  K305,  K306,  K307,  K308,  K309,  K310,  K311,  K312,  K313,  K314,  K315 }, \
+       { K400,  K401,  K402,  KC_NO, KC_NO, KC_NO, K406,  KC_NO, KC_NO, KC_NO, K410,  K411,  K412,  K413,  K414,  K415 }  \
+}
+
+#endif
diff --git a/keyboards/noxary/268/noxary268.c b/keyboards/noxary/268/noxary268.c
deleted file mode 100644 (file)
index 4326b68..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "noxary268.h"
diff --git a/keyboards/noxary/268/noxary268.h b/keyboards/noxary/268/noxary268.h
deleted file mode 100644 (file)
index ac2747c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef noxary268_H
-#define noxary268_H
-
-#include "quantum.h"
-
-#define LAYOUT( \
-       K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, \
-       K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112,       K114, K115, \
-       K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212,       K214, K215, \
-       K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, K315, \
-       K400, K401, K402,                   K406,                   K410, K411, K412, K413, K414, K415 \
-) { \
-       { K000,  K001,  K002,  K003,  K004,  K005,  K006,  K007,  K008,  K009,  K010,  K011,  K012,  K013,  K014,  K015 }, \
-       { K100,  K101,  K102,  K103,  K104,  K105,  K106,  K107,  K108,  K109,  K110,  K111,  K112,  KC_NO, K114,  K115 }, \
-       { K200,  K201,  K202,  K203,  K204,  K205,  K206,  K207,  K208,  K209,  K210,  K211,  K212,  KC_NO, K214,  K215 }, \
-       { K300,  K301,  K302,  K303,  K304,  K305,  K306,  K307,  K308,  K309,  K310,  K311,  K312,  K313,  K314,  K315 }, \
-       { K400,  K401,  K402,  KC_NO, KC_NO, KC_NO, K406,  KC_NO, KC_NO, KC_NO, K410,  K411,  K412,  K413,  K414,  K415 }  \
-}
-
-#endif