diff options
-rw-r--r-- | keyboards/ep/40/40.c (renamed from keyboards/handwired/ep40/ep40.c) | 2 | ||||
-rw-r--r-- | keyboards/ep/40/40.h (renamed from keyboards/handwired/ep40/ep40.h) | 0 | ||||
-rw-r--r-- | keyboards/ep/40/config.h (renamed from keyboards/handwired/ep40/config.h) | 0 | ||||
-rw-r--r-- | keyboards/ep/40/info.json (renamed from keyboards/handwired/ep40/info.json) | 0 | ||||
-rw-r--r-- | keyboards/ep/40/keymaps/default/keymap.c (renamed from keyboards/handwired/ep40/keymaps/default/keymap.c) | 0 | ||||
-rw-r--r-- | keyboards/ep/40/keymaps/default/readme.md (renamed from keyboards/handwired/ep40/keymaps/default/readme.md) | 0 | ||||
-rw-r--r-- | keyboards/ep/40/readme.md (renamed from keyboards/handwired/ep40/readme.md) | 4 | ||||
-rw-r--r-- | keyboards/ep/40/rules.mk (renamed from keyboards/handwired/ep40/rules.mk) | 0 |
8 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/handwired/ep40/ep40.c b/keyboards/ep/40/40.c index 257f9fa80..7c235f3ce 100644 --- a/keyboards/handwired/ep40/ep40.c +++ b/keyboards/ep/40/40.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | #include "ep40.h" | 16 | #include "40.h" |
17 | 17 | ||
18 | void matrix_init_kb(void) { | 18 | void matrix_init_kb(void) { |
19 | // put your keyboard start-up code here | 19 | // put your keyboard start-up code here |
diff --git a/keyboards/handwired/ep40/ep40.h b/keyboards/ep/40/40.h index 30f3d15b4..30f3d15b4 100644 --- a/keyboards/handwired/ep40/ep40.h +++ b/keyboards/ep/40/40.h | |||
diff --git a/keyboards/handwired/ep40/config.h b/keyboards/ep/40/config.h index 90630cd68..90630cd68 100644 --- a/keyboards/handwired/ep40/config.h +++ b/keyboards/ep/40/config.h | |||
diff --git a/keyboards/handwired/ep40/info.json b/keyboards/ep/40/info.json index 1c57ac674..1c57ac674 100644 --- a/keyboards/handwired/ep40/info.json +++ b/keyboards/ep/40/info.json | |||
diff --git a/keyboards/handwired/ep40/keymaps/default/keymap.c b/keyboards/ep/40/keymaps/default/keymap.c index 1ac66bc01..1ac66bc01 100644 --- a/keyboards/handwired/ep40/keymaps/default/keymap.c +++ b/keyboards/ep/40/keymaps/default/keymap.c | |||
diff --git a/keyboards/handwired/ep40/keymaps/default/readme.md b/keyboards/ep/40/keymaps/default/readme.md index 242c0afb9..242c0afb9 100644 --- a/keyboards/handwired/ep40/keymaps/default/readme.md +++ b/keyboards/ep/40/keymaps/default/readme.md | |||
diff --git a/keyboards/handwired/ep40/readme.md b/keyboards/ep/40/readme.md index 5acd8892d..647842bad 100644 --- a/keyboards/handwired/ep40/readme.md +++ b/keyboards/ep/40/readme.md | |||
@@ -4,12 +4,12 @@ | |||
4 | 4 | ||
5 | A simple 40% keyboard | 5 | A simple 40% keyboard |
6 | 6 | ||
7 | Keyboard Maintainer: [Elliot Powell](https://reddit.com/u/e11i0t23, https://github.com/e11i0t23) | 7 | Keyboard Maintainer: [Elliot Powell](https://github.com/e11i0t23), [/u/e11i0t23 on reddit](https://reddit.com/u/e11i0t23) |
8 | Hardware Supported: EP40 PCB | 8 | Hardware Supported: EP40 PCB |
9 | Hardware Availability: None at the moment | 9 | Hardware Availability: None at the moment |
10 | 10 | ||
11 | Make example for this keyboard (after setting up your build environment): | 11 | Make example for this keyboard (after setting up your build environment): |
12 | 12 | ||
13 | make ep40:default | 13 | make ep/40:default |
14 | 14 | ||
15 | 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). | 15 | 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). |
diff --git a/keyboards/handwired/ep40/rules.mk b/keyboards/ep/40/rules.mk index 9ddf9717e..9ddf9717e 100644 --- a/keyboards/handwired/ep40/rules.mk +++ b/keyboards/ep/40/rules.mk | |||