Move to organization folder (#15481)
* move directory * fix * move wings42 to dailycraft * Adjust wings42 to work with organization folder.
This commit is contained in:
parent
6151b365f9
commit
60b4ee1df3
@ -1,9 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef KEYBOARD_bat43_rev1
|
#ifdef KEYBOARD_dailycraft_bat43_rev1
|
||||||
#include "rev1.h"
|
#include "rev1.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef KEYBOARD_bat43_rev2
|
#ifdef KEYBOARD_dailycraft_bat43_rev2
|
||||||
#include "rev2.h"
|
#include "rev2.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -6,10 +6,21 @@ A 43-key keyboard.
|
|||||||
|
|
||||||
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
||||||
* Hardware Supported: bat43 PCB, Pro Micro
|
* 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 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).
|
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
|
@ -17,4 +17,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||||
AUDIO_ENABLE = no # Audio output
|
AUDIO_ENABLE = no # Audio output
|
||||||
|
|
||||||
DEFAULT_FOLDER = bat43/rev2
|
DEFAULT_FOLDER = dailycraft/bat43/rev2
|
@ -1,5 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef KEYBOARD_claw44_rev1
|
#ifdef KEYBOARD_dailycraft_claw44_rev1
|
||||||
#include "rev1.h"
|
#include "rev1.h"
|
||||||
#endif
|
#endif
|
@ -4,12 +4,23 @@
|
|||||||
|
|
||||||
A split keyboard with 3x6 vertically staggered keys and 4 thumb keys.
|
A split keyboard with 3x6 vertically staggered keys and 4 thumb keys.
|
||||||
|
|
||||||
Keyboard Maintainer: [@yfuku_](https://twitter.com/yfuku_)
|
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
||||||
Hardware Supported: Claw44 PCB, ProMicro
|
* Hardware Supported: Claw44 PCB, ProMicro
|
||||||
Hardware Availability: https://yfuku.booth.pm/
|
* Hardware Availability: https://shop.dailycraft.jp/
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
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).
|
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
|
@ -17,4 +17,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||||||
AUDIO_ENABLE = no # Audio output
|
AUDIO_ENABLE = no # Audio output
|
||||||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||||
|
|
||||||
DEFAULT_FOLDER = claw44/rev1
|
DEFAULT_FOLDER = dailycraft/claw44/rev1
|
@ -6,14 +6,21 @@ macropad
|
|||||||
|
|
||||||
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
||||||
* Hardware Supported: owl8 PCB, Pro Micro
|
* 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 example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make owl8:default
|
make dailycraft/owl8:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
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).
|
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
|
@ -6,16 +6,21 @@ A split keyboard with 3x6 vertically staggered keys and 3 thumb keys.
|
|||||||
|
|
||||||
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
||||||
* Hardware Supported: wings42 PCB, Pro Micro
|
* Hardware Supported: wings42 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 example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make wings42/rev1:default
|
make dailycraft/wings42:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make wings42/rev1:default:flash
|
make dailycraft/wings42: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).
|
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).
|
||||||
|
|
||||||
A build guide for this keyboard can be found here: [wings42 build guide](https://yfuku.com/wings42/buildguide/)
|
## 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
|
@ -6,16 +6,21 @@ A split keyboard with 3x6 vertically staggered keys and 3 thumb keys.
|
|||||||
|
|
||||||
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
||||||
* Hardware Supported: wings42 PCB, Pro Micro
|
* Hardware Supported: wings42 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 example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make wings42:default
|
make dailycraft/wings42/rev1:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make wings42:default:flash
|
make dailycraft/wings42/rev1: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).
|
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).
|
||||||
|
|
||||||
A build guide for this keyboard can be found here: [wings42 build guide](https://yfuku.com/wings42/buildguide/)
|
## 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
|
@ -6,14 +6,21 @@ A split keyboard with 3x6 vertically staggered keys and 3 thumb keys.
|
|||||||
|
|
||||||
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
||||||
* Hardware Supported: wings42 PCB, Pro Micro
|
* Hardware Supported: wings42 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 example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make wings42:default
|
make dailycraft/wings42/rev1_extkeys:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make wings42:default:flash
|
make dailycraft/wings42/rev1_extkeys: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).
|
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
|
@ -6,16 +6,21 @@ A split keyboard with 3x6 vertically staggered keys and 3 thumb keys.
|
|||||||
|
|
||||||
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
* Keyboard Maintainer: [yfuku](https://github.com/yfuku)
|
||||||
* Hardware Supported: wings42 PCB, Pro Micro
|
* Hardware Supported: wings42 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 example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make make wings42/rev1_extkeys:default
|
make dailycraft/wings42:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make make wings42/rev1_extkeys:default:flash
|
make dailycraft/wings42: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).
|
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).
|
||||||
|
|
||||||
A build guide for this keyboard can be found here: [wings42 build guide](https://yfuku.com/wings42/buildguide/)
|
## 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
|
@ -19,4 +19,4 @@ AUDIO_ENABLE = no # Audio output
|
|||||||
|
|
||||||
SPLIT_KEYBOARD = yes
|
SPLIT_KEYBOARD = yes
|
||||||
|
|
||||||
DEFAULT_FOLDER = wings42/rev2
|
DEFAULT_FOLDER = dailycraft/wings42/rev2
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
|
|
||||||
#ifdef KEYBOARD_wings42_rev1
|
#ifdef KEYBOARD_dailycraft_wings42_rev1
|
||||||
# include "rev1.h"
|
# include "rev1.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef KEYBOARD_wings42_rev1_extkeys
|
#ifdef KEYBOARD_dailycraft_wings42_rev1_extkeys
|
||||||
# include "rev1_extkeys.h"
|
# include "rev1_extkeys.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef KEYBOARD_wings42_rev2
|
#ifdef KEYBOARD_dailycraft_wings42_rev2
|
||||||
# include "rev2.h"
|
# include "rev2.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user