Skip to content

Commit

Permalink
Keyboard: Reorganize Alf keyboards into Alf Directory (#3892)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mechmerlin authored and drashna committed Sep 13, 2018
1 parent 7ff4faf commit cd3518b
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions keyboards/dc60/readme.md → keyboards/alf/dc60/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions keyboards/alf/x2/readme.md
Original file line number Diff line number Diff line change
@@ -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).
File renamed without changes.
1 change: 1 addition & 0 deletions keyboards/alf/x2/x2.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "x2.h"
6 changes: 3 additions & 3 deletions keyboards/alf_x2/alf_x2.h → keyboards/alf/x2/x2.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef ALF_X2_H
#define ALF_X2_H
#ifndef X2_H
#define X2_H

#include "quantum.h"

Expand Down Expand Up @@ -95,4 +95,4 @@
{ K400, K401, KC_NO, K403, K404, KC_NO, K406, KC_NO, K408, KC_NO, K410, K411, K412, K413, K414 } \
}

#endif
#endif
1 change: 0 additions & 1 deletion keyboards/alf_x2/alf_x2.c

This file was deleted.

15 changes: 0 additions & 15 deletions keyboards/alf_x2/readme.md

This file was deleted.

0 comments on commit cd3518b

Please sign in to comment.