diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-09-13 09:21:02 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-13 09:21:02 -0700 |
commit | cd3518b802071a915ff11659a32bf0a124687ea3 (patch) | |
tree | 799a00af1e1b827f923fb48231d24e4285253ded | |
parent | 7ff4faf3be32675b8f57af81b22593df286a3bc9 (diff) | |
download | qmk_firmware-cd3518b802071a915ff11659a32bf0a124687ea3.tar.gz qmk_firmware-cd3518b802071a915ff11659a32bf0a124687ea3.zip |
Keyboard: Reorganize Alf keyboards into Alf Directory (#3892)
* rename alf_x2 to alf
* rename to x2
* rename dependencies
* Fix readme
* moved x2 into alf directory
* update readme for make instructions
* move dc60 to alf directory
* update dc60 readme for make instructions
* change readme txt as per noroadsleft PR comment
-rw-r--r-- | keyboards/alf/dc60/config.h (renamed from keyboards/dc60/config.h) | 0 | ||||
-rw-r--r-- | keyboards/alf/dc60/dc60.c (renamed from keyboards/dc60/dc60.c) | 0 | ||||
-rw-r--r-- | keyboards/alf/dc60/dc60.h (renamed from keyboards/dc60/dc60.h) | 0 | ||||
-rw-r--r-- | keyboards/alf/dc60/info.json (renamed from keyboards/dc60/info.json) | 0 | ||||
-rw-r--r-- | keyboards/alf/dc60/keymaps/default/config.h (renamed from keyboards/dc60/keymaps/default/config.h) | 0 | ||||
-rw-r--r-- | keyboards/alf/dc60/keymaps/default/keymap.c (renamed from keyboards/dc60/keymaps/default/keymap.c) | 0 | ||||
-rw-r--r-- | keyboards/alf/dc60/keymaps/default/readme.md (renamed from keyboards/dc60/keymaps/default/readme.md) | 0 | ||||
-rw-r--r-- | keyboards/alf/dc60/readme.md (renamed from keyboards/dc60/readme.md) | 4 | ||||
-rw-r--r-- | keyboards/alf/dc60/rules.mk (renamed from keyboards/dc60/rules.mk) | 0 | ||||
-rw-r--r-- | keyboards/alf/x2/config.h (renamed from keyboards/alf_x2/config.h) | 0 | ||||
-rw-r--r-- | keyboards/alf/x2/info.json (renamed from keyboards/alf_x2/info.json) | 0 | ||||
-rw-r--r-- | keyboards/alf/x2/keymaps/default/keymap.c (renamed from keyboards/alf_x2/keymaps/default/keymap.c) | 0 | ||||
-rw-r--r-- | keyboards/alf/x2/keymaps/hhkb_60/keymap.c (renamed from keyboards/alf_x2/keymaps/hhkb_60/keymap.c) | 0 | ||||
-rw-r--r-- | keyboards/alf/x2/readme.md | 15 | ||||
-rw-r--r-- | keyboards/alf/x2/rules.mk (renamed from keyboards/alf_x2/rules.mk) | 0 | ||||
-rw-r--r-- | keyboards/alf/x2/x2.c | 1 | ||||
-rw-r--r-- | keyboards/alf/x2/x2.h (renamed from keyboards/alf_x2/alf_x2.h) | 6 | ||||
-rw-r--r-- | keyboards/alf_x2/alf_x2.c | 1 | ||||
-rw-r--r-- | keyboards/alf_x2/readme.md | 15 |
19 files changed, 21 insertions, 21 deletions
diff --git a/keyboards/dc60/config.h b/keyboards/alf/dc60/config.h index f6e527119f..f6e527119f 100644 --- a/keyboards/dc60/config.h +++ b/keyboards/alf/dc60/config.h diff --git a/keyboards/dc60/dc60.c b/keyboards/alf/dc60/dc60.c index 70979adf4e..70979adf4e 100644 --- a/keyboards/dc60/dc60.c +++ b/keyboards/alf/dc60/dc60.c diff --git a/keyboards/dc60/dc60.h b/keyboards/alf/dc60/dc60.h index 30e05b31f0..30e05b31f0 100644 --- a/keyboards/dc60/dc60.h +++ b/keyboards/alf/dc60/dc60.h diff --git a/keyboards/dc60/info.json b/keyboards/alf/dc60/info.json index 3929545205..3929545205 100644 --- a/keyboards/dc60/info.json +++ b/keyboards/alf/dc60/info.json diff --git a/keyboards/dc60/keymaps/default/config.h b/keyboards/alf/dc60/keymaps/default/config.h index a3ed4f762a..a3ed4f762a 100644 --- a/keyboards/dc60/keymaps/default/config.h +++ b/keyboards/alf/dc60/keymaps/default/config.h diff --git a/keyboards/dc60/keymaps/default/keymap.c b/keyboards/alf/dc60/keymaps/default/keymap.c index b7425178bc..b7425178bc 100644 --- a/keyboards/dc60/keymaps/default/keymap.c +++ b/keyboards/alf/dc60/keymaps/default/keymap.c diff --git a/keyboards/dc60/keymaps/default/readme.md b/keyboards/alf/dc60/keymaps/default/readme.md index 85bef5fc7b..85bef5fc7b 100644 --- a/keyboards/dc60/keymaps/default/readme.md +++ b/keyboards/alf/dc60/keymaps/default/readme.md diff --git a/keyboards/dc60/readme.md b/keyboards/alf/dc60/readme.md index 9d70143199..d8e20a8f4f 100644 --- a/keyboards/dc60/readme.md +++ b/keyboards/alf/dc60/readme.md @@ -10,6 +10,6 @@ Hardware Availability: [Geekhack GB](https://geekhack.org/index.php?topic=96616. Make example for this keyboard (after setting up your build environment): - make dc60:default + make alf/dc60:default -See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) 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). diff --git a/keyboards/dc60/rules.mk b/keyboards/alf/dc60/rules.mk index 9ad6d7875e..9ad6d7875e 100644 --- a/keyboards/dc60/rules.mk +++ b/keyboards/alf/dc60/rules.mk diff --git a/keyboards/alf_x2/config.h b/keyboards/alf/x2/config.h index 31212ce336..31212ce336 100644 --- a/keyboards/alf_x2/config.h +++ b/keyboards/alf/x2/config.h diff --git a/keyboards/alf_x2/info.json b/keyboards/alf/x2/info.json index 85db6d69ae..85db6d69ae 100644 --- a/keyboards/alf_x2/info.json +++ b/keyboards/alf/x2/info.json diff --git a/keyboards/alf_x2/keymaps/default/keymap.c b/keyboards/alf/x2/keymaps/default/keymap.c index 9470e38b56..9470e38b56 100644 --- a/keyboards/alf_x2/keymaps/default/keymap.c +++ b/keyboards/alf/x2/keymaps/default/keymap.c diff --git a/keyboards/alf_x2/keymaps/hhkb_60/keymap.c b/keyboards/alf/x2/keymaps/hhkb_60/keymap.c index 8baba1ae9d..8baba1ae9d 100644 --- a/keyboards/alf_x2/keymaps/hhkb_60/keymap.c +++ b/keyboards/alf/x2/keymaps/hhkb_60/keymap.c diff --git a/keyboards/alf/x2/readme.md b/keyboards/alf/x2/readme.md new file mode 100644 index 0000000000..b171b5c793 --- /dev/null +++ b/keyboards/alf/x2/readme.md @@ -0,0 +1,15 @@ +# X2 + +![x2](https://cdn.shopify.com/s/files/1/1674/0405/products/1_088c2862-1f68-4fdd-a346-965208c3a3de_1024x1024.png?v=1511296076) + +A customizable 60% keyboard. + +Keyboard Maintainer: QMK Community +Hardware Supported: ALF X2 60% +Hardware Availability: [zFrontier](https://en.zfrontier.com/products/group-buy-alf-x2-60) + +Make example for this keyboard (after setting up your build environment): + + make alf/x2:default + +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/alf_x2/rules.mk b/keyboards/alf/x2/rules.mk index 9c4082da29..9c4082da29 100644 --- a/keyboards/alf_x2/rules.mk +++ b/keyboards/alf/x2/rules.mk diff --git a/keyboards/alf/x2/x2.c b/keyboards/alf/x2/x2.c new file mode 100644 index 0000000000..111712f0b5 --- /dev/null +++ b/keyboards/alf/x2/x2.c @@ -0,0 +1 @@ +#include "x2.h" diff --git a/keyboards/alf_x2/alf_x2.h b/keyboards/alf/x2/x2.h index 4ff20cc919..c6c587aea9 100644 --- a/keyboards/alf_x2/alf_x2.h +++ b/keyboards/alf/x2/x2.h @@ -1,5 +1,5 @@ -#ifndef ALF_X2_H -#define ALF_X2_H +#ifndef X2_H +#define X2_H #include "quantum.h" @@ -95,4 +95,4 @@ { K400, K401, KC_NO, K403, K404, KC_NO, K406, KC_NO, K408, KC_NO, K410, K411, K412, K413, K414 } \ } -#endif
\ No newline at end of file +#endif diff --git a/keyboards/alf_x2/alf_x2.c b/keyboards/alf_x2/alf_x2.c deleted file mode 100644 index cc22d872a5..0000000000 --- a/keyboards/alf_x2/alf_x2.c +++ /dev/null @@ -1 +0,0 @@ -#include "alf_x2.h" diff --git a/keyboards/alf_x2/readme.md b/keyboards/alf_x2/readme.md deleted file mode 100644 index ece339fa96..0000000000 --- a/keyboards/alf_x2/readme.md +++ /dev/null @@ -1,15 +0,0 @@ -# ALF X2 - -![alf_x2](https://cdn.shopify.com/s/files/1/1674/0405/products/1_088c2862-1f68-4fdd-a346-965208c3a3de_1024x1024.png?v=1511296076) - -A customizable 60% keyboard. - -Keyboard Maintainer: QMK Community -Hardware Supported: ALF X2 60% -Hardware Availability: [zFrontier](https://en.zfrontier.com/products/group-buy-alf-x2-60) - -Make example for this keyboard (after setting up your build environment): - - make alf_x2:default - -See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. |