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 @takai 's keyboards into /recompile_keys #16053

Merged
merged 1 commit into from
Jan 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion keyboards/choco60/rules.mk

This file was deleted.

1 change: 0 additions & 1 deletion keyboards/nomu30/rules.mk

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A 60% split keyboard for programmers.

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

make choco60/rev1:default
make choco60/rev2:default
make recompile_keys/choco60/rev1:default
make recompile_keys/choco60/rev2: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).
1 change: 1 addition & 0 deletions keyboards/recompile_keys/choco60/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DEFAULT_FOLDER = recompile_keys/choco60/rev1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Hardware Availability: https://keys.recompile.net/projects/cocoa40/

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

make cocoa40:default
make recompile_keys/cocoa40: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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ High-end custom gaming keyboard.

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

make mio:default
make recompile_keys/mio:default

Flashing example for this keyboard:

make mio:default:flash
make recompile_keys/mio: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).

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
#pragma once

#include "quantum.h"
#ifdef KEYBOARD_nomu30_rev1
#ifdef KEYBOARD_recompile_keys_nomu30_rev1
#include "rev1.h"
#elif KEYBOARD_nomu30_rev2
#elif KEYBOARD_recompile_keys_nomu30_rev2
#include "rev2.h"
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Hardware Availability: https://keys.recompile.net/projects/nomu30/

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

make nomu30:default
make recompile_keys/nomu30: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.
File renamed without changes.
1 change: 1 addition & 0 deletions keyboards/recompile_keys/nomu30/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DEFAULT_FOLDER = recompile_keys/nomu30/rev1