Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to organization folder #15481

Merged
merged 5 commits into from
Dec 28, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
yfuku committed Dec 15, 2021
commit 22dece550b5f39fcead8a050eabdcd4d76821dd7
4 changes: 2 additions & 2 deletions keyboards/dailycraft/bat43/bat43.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#pragma once

#ifdef KEYBOARD_bat43_rev1
#ifdef KEYBOARD_dailycraft_bat43_rev1
#include "rev1.h"
#endif
#ifdef KEYBOARD_bat43_rev2
#ifdef KEYBOARD_dailycraft_bat43_rev2
#include "rev2.h"
#endif

Expand Down
15 changes: 13 additions & 2 deletions keyboards/dailycraft/bat43/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,21 @@ A 43-key keyboard.

* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
* Hardware Supported: bat43 PCB, Pro Micro
* Hardware Availability: https://yfuku.booth.pm/
* Hardware Availability: https://shop.dailycraft.jp/

Make example for this keyboard (after setting up your build environment):

make bat43:default
make dailycraft/bat43:default

Flashing example for this keyboard:

make dailycraft/bat43:default:flash

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

## Bootloader

Enter the bootloader in 2 ways:

* **Physical reset button**: Briefly press the button on the PCB
* **Keycode in layout**: Press the key mapped to `RESET` if it is available
2 changes: 1 addition & 1 deletion keyboards/dailycraft/bat43/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

DEFAULT_FOLDER = bat43/rev2
DEFAULT_FOLDER = dailycraft/bat43/rev2
2 changes: 1 addition & 1 deletion keyboards/dailycraft/claw44/claw44.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once

#ifdef KEYBOARD_claw44_rev1
#ifdef KEYBOARD_dailycraft_claw44_rev1
#include "rev1.h"
#endif
19 changes: 15 additions & 4 deletions keyboards/dailycraft/claw44/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,23 @@

A split keyboard with 3x6 vertically staggered keys and 4 thumb keys.

Keyboard Maintainer: [@yfuku_](https://twitter.com/yfuku_)
Hardware Supported: Claw44 PCB, ProMicro
Hardware Availability: https://yfuku.booth.pm/
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
* Hardware Supported: Claw44 PCB, ProMicro
* Hardware Availability: https://shop.dailycraft.jp/

Make example for this keyboard (after setting up your build environment):

make claw44:default
make dailycraft/claw44:default

Flashing example for this keyboard:

make dailycraft/claw44:default:flash

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

## Bootloader

Enter the bootloader in 2 ways:

* **Physical reset button**: Briefly press the button on the PCB
* **Keycode in layout**: Press the key mapped to `RESET` if it is available
2 changes: 1 addition & 1 deletion keyboards/dailycraft/claw44/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.

DEFAULT_FOLDER = claw44/rev1
DEFAULT_FOLDER = dailycraft/claw44/rev1
13 changes: 10 additions & 3 deletions keyboards/dailycraft/owl8/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,21 @@ macropad

* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
* Hardware Supported: owl8 PCB, Pro Micro
* Hardware Availability: https://yfuku.booth.pm/
* Hardware Availability: https://shop.dailycraft.jp/

Make example for this keyboard (after setting up your build environment):

make owl8:default
make dailycraft/owl8:default

Flashing example for this keyboard:

make owl8:default:flash
make dailycraft/owl8:default:flash

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

## Bootloader

Enter the bootloader in 2 ways:

* **Physical reset button**: Briefly press the button on the PCB
* **Keycode in layout**: Press the key mapped to `RESET` if it is available