From 6ef3359a8ac2ed48eac85c71711ba02367f68d6d Mon Sep 17 00:00:00 2001 From: Yan-Fa Li Date: Mon, 9 Jul 2018 10:36:54 -0700 Subject: Configurator Noxary 268: match dir name 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 | 1 + keyboards/noxary/268/268.h | 20 ++++++++++++++++++++ keyboards/noxary/268/noxary268.c | 1 - keyboards/noxary/268/noxary268.h | 20 -------------------- 4 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 keyboards/noxary/268/268.c create mode 100644 keyboards/noxary/268/268.h delete mode 100644 keyboards/noxary/268/noxary268.c delete mode 100644 keyboards/noxary/268/noxary268.h diff --git a/keyboards/noxary/268/268.c b/keyboards/noxary/268/268.c new file mode 100644 index 000000000..4326b6834 --- /dev/null +++ b/keyboards/noxary/268/268.c @@ -0,0 +1 @@ +#include "noxary268.h" diff --git a/keyboards/noxary/268/268.h b/keyboards/noxary/268/268.h new file mode 100644 index 000000000..ac2747c1d --- /dev/null +++ b/keyboards/noxary/268/268.h @@ -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 index 4326b6834..000000000 --- a/keyboards/noxary/268/noxary268.c +++ /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 index ac2747c1d..000000000 --- a/keyboards/noxary/268/noxary268.h +++ /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 -- cgit v1.2.3