mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 01:46:09 +00:00
[Keyboard] move @kkatano 's keyboards to kkatano user folder (#15684)
This commit is contained in:
parent
51e99b562d
commit
07bb65384c
55 changed files with 16 additions and 10 deletions
|
@ -41,8 +41,14 @@
|
|||
'atom47/rev3': {
|
||||
target: 'maartenwut/atom47/rev3'
|
||||
},
|
||||
bakeneko60: {
|
||||
target: 'kkatano/bakeneko60'
|
||||
},
|
||||
bakeneko65: {
|
||||
target: 'bakeneko65/rev2'
|
||||
target: 'kkatano/bakeneko65/rev2'
|
||||
},
|
||||
bakeneko80: {
|
||||
target: 'kkatano/bakeneko80'
|
||||
},
|
||||
bear_face: {
|
||||
target: 'bear_face/v1'
|
||||
|
|
|
@ -8,10 +8,10 @@ A simple 60% keyboard
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make bakeneko60:default
|
||||
make kkatano/bakeneko60:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make bakeneko60:default:flash
|
||||
make kkatano/bakeneko60: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).
|
|
@ -8,10 +8,10 @@ A simple 65% keyboard
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make bakeneko65/rev2:default
|
||||
make kkatano/bakeneko65/rev2:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make bakeneko65/rev2:default:flash
|
||||
make kkatano/bakeneko65/rev2: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).
|
|
@ -8,10 +8,10 @@ A simple 65% keyboard
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make bakeneko65/rev3:default
|
||||
make kkatano/bakeneko65/rev3:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make bakeneko65/rev3:default:flash
|
||||
make kkatano/bakeneko65/rev3: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).
|
|
@ -8,6 +8,6 @@ Open source tenkeyless keyboard for DIYers
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make bakeneko80:default
|
||||
make kkatano/bakeneko80: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).
|
|
@ -8,6 +8,6 @@ A Tenkeyless PCB for YMDK aluminium case compatible with Filco
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make wallaby:default
|
||||
make kkatano/wallaby: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).
|
|
@ -8,6 +8,6 @@ A Tenkeyless PCB inspired by Phantom, for customizing Filco Majestouch 2.
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make yurei:default
|
||||
make kkatano/yurei: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).
|
Loading…
Reference in a new issue