mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-22 08:24:41 +00:00
move @kakunpc 's keebs into kakunpc/ (#15814)
Co-authored-by: kakunpc <15257475+kakunpc@users.noreply.github.com>
This commit is contained in:
parent
5eb7eee560
commit
92b2738bbb
132 changed files with 19 additions and 19 deletions
|
@ -10,6 +10,6 @@ Hardware Availability: booth([@kakunpc](https://kakunpc.booth.pm/))
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make angel17:default
|
||||
make kakunpc/angel17/rev1: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).
|
|
@ -19,4 +19,4 @@ AUDIO_ENABLE = no # Audio output
|
|||
|
||||
LAYOUTS = numpad_5x4
|
||||
|
||||
DEFAULT_FOLDER = angel17/rev1
|
||||
DEFAULT_FOLDER = kakunpc/angel17/rev1
|
|
@ -10,6 +10,6 @@ Keyboard for tablets.
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make angel64/alpha:default
|
||||
make kakunpc/angel64/alpha: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).
|
|
@ -10,6 +10,6 @@ Keyboard for tablets.
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make angel64:default
|
||||
make kakunpc/angel64/rev1: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).
|
|
@ -10,6 +10,6 @@ Keyboard for tablets.
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make angel64/rev1:default
|
||||
make kakunpc/angel64/rev1: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).
|
|
@ -22,4 +22,4 @@ CUSTOM_MATRIX = yes
|
|||
|
||||
SRC += matrix.c
|
||||
|
||||
DEFAULT_FOLDER = angel64/rev1
|
||||
DEFAULT_FOLDER = kakunpc/angel64/rev1
|
|
@ -15,10 +15,10 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#ifdef KEYBOARD_business_card_alpha
|
||||
#ifdef KEYBOARD_kakunpc_business_card_alpha
|
||||
#include "alpha.h"
|
||||
#endif
|
||||
#ifdef KEYBOARD_business_card_beta
|
||||
#ifdef KEYBOARD_kakunpc_business_card_beta
|
||||
#include "beta.h"
|
||||
#endif
|
||||
|
|
@ -10,6 +10,6 @@ Hardware Availability: links to where you can find this hardware
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make business_card:default
|
||||
make kakunpc/business_card/beta: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).
|
|
@ -17,4 +17,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
DEFAULT_FOLDER = business_card/beta
|
||||
DEFAULT_FOLDER = kakunpc/business_card/beta
|
|
@ -10,6 +10,6 @@ gh60 compatible choc keyboard
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make choc_taro:default
|
||||
make kakunpc/choc_taro: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).
|
|
@ -10,10 +10,10 @@ This is 70 keys split keyboard with trackball.
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make rabbit_capture_plan:default
|
||||
make kakunpc/rabbit_capture_plan:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make rabbit_capture_plan:default:flash
|
||||
make kakunpc/rabbit_capture_plan: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).
|
|
@ -13,6 +13,6 @@ Hardware Availability: booth([@kakunpc](https://kakunpc.booth.pm/))
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make suihankey:default
|
||||
make kakunpc/suihankey/rev1: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).
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue