1
0
Fork 0

[Keyboard] move @takai 's keyboards into /recompile_keys (#16053)

This commit is contained in:
peepeetee 2022-02-01 03:52:01 +08:00 committed by GitHub
parent ae705e3e55
commit 84b7fc364d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
72 changed files with 10 additions and 10 deletions

View file

@ -1 +0,0 @@
DEFAULT_FOLDER = choco60/rev1

View file

@ -1 +0,0 @@
DEFAULT_FOLDER = nomu30/rev1

View file

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

View file

@ -0,0 +1 @@
DEFAULT_FOLDER = recompile_keys/choco60/rev1

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1 @@
DEFAULT_FOLDER = recompile_keys/nomu30/rev1