Browse Source

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
pull/3871/merge
MechMerlin 5 years ago
committed by Drashna Jaelre
parent
commit
cd3518b802
19 changed files with 21 additions and 21 deletions
  1. +0
    -0
      keyboards/alf/dc60/config.h
  2. +0
    -0
      keyboards/alf/dc60/dc60.c
  3. +0
    -0
      keyboards/alf/dc60/dc60.h
  4. +0
    -0
      keyboards/alf/dc60/info.json
  5. +0
    -0
      keyboards/alf/dc60/keymaps/default/config.h
  6. +0
    -0
      keyboards/alf/dc60/keymaps/default/keymap.c
  7. +0
    -0
      keyboards/alf/dc60/keymaps/default/readme.md
  8. +2
    -2
      keyboards/alf/dc60/readme.md
  9. +0
    -0
      keyboards/alf/dc60/rules.mk
  10. +0
    -0
      keyboards/alf/x2/config.h
  11. +0
    -0
      keyboards/alf/x2/info.json
  12. +0
    -0
      keyboards/alf/x2/keymaps/default/keymap.c
  13. +0
    -0
      keyboards/alf/x2/keymaps/hhkb_60/keymap.c
  14. +15
    -0
      keyboards/alf/x2/readme.md
  15. +0
    -0
      keyboards/alf/x2/rules.mk
  16. +1
    -0
      keyboards/alf/x2/x2.c
  17. +3
    -3
      keyboards/alf/x2/x2.h
  18. +0
    -1
      keyboards/alf_x2/alf_x2.c
  19. +0
    -15
      keyboards/alf_x2/readme.md

keyboards/dc60/config.h → keyboards/alf/dc60/config.h View File


keyboards/dc60/dc60.c → keyboards/alf/dc60/dc60.c View File


keyboards/dc60/dc60.h → keyboards/alf/dc60/dc60.h View File


keyboards/dc60/info.json → keyboards/alf/dc60/info.json View File


keyboards/dc60/keymaps/default/config.h → keyboards/alf/dc60/keymaps/default/config.h View File


keyboards/dc60/keymaps/default/keymap.c → keyboards/alf/dc60/keymaps/default/keymap.c View File


keyboards/dc60/keymaps/default/readme.md → keyboards/alf/dc60/keymaps/default/readme.md View File


keyboards/dc60/readme.md → keyboards/alf/dc60/readme.md View File

@ -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).

keyboards/dc60/rules.mk → keyboards/alf/dc60/rules.mk View File


keyboards/alf_x2/config.h → keyboards/alf/x2/config.h View File


keyboards/alf_x2/info.json → keyboards/alf/x2/info.json View File


keyboards/alf_x2/keymaps/default/keymap.c → keyboards/alf/x2/keymaps/default/keymap.c View File


keyboards/alf_x2/keymaps/hhkb_60/keymap.c → keyboards/alf/x2/keymaps/hhkb_60/keymap.c View File


+ 15
- 0
keyboards/alf/x2/readme.md View File

@ -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).

keyboards/alf_x2/rules.mk → keyboards/alf/x2/rules.mk View File


+ 1
- 0
keyboards/alf/x2/x2.c View File

@ -0,0 +1 @@
#include "x2.h"

keyboards/alf_x2/alf_x2.h → keyboards/alf/x2/x2.h View File

@ -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
#endif

+ 0
- 1
keyboards/alf_x2/alf_x2.c View File

@ -1 +0,0 @@
#include "alf_x2.h"

+ 0
- 15
keyboards/alf_x2/readme.md View File

@ -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.

Loading…
Cancel
Save