[Keyboard] move @ibnuda 's keebs into /ibnuda (#16108)
This commit is contained in:
parent
84c1fcef05
commit
a6a7b1ce8f
58 changed files with 6 additions and 6 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make alicia_cook:default
|
||||
make ibnuda/alicia_cook:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make alicia_cook:default:flash
|
||||
make ibnuda/alicia_cook: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).
|
||||
|
|
@ -10,7 +10,7 @@ A keyboard inspired by Arisu which in turn by Lyn's EM7 and TGR Alice.
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make gurindam:default
|
||||
make ibnuda/gurindam: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).
|
||||
|
|
@ -15,7 +15,7 @@ It's a keyboard family which has the following requirements:
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make squiggle:default
|
||||
make ibnuda/squiggle: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
keyboards/ibnuda/squiggle/rules.mk
Normal file
1
keyboards/ibnuda/squiggle/rules.mk
Normal file
|
@ -0,0 +1 @@
|
|||
DEFAULT_FOLDER = ibnuda/squiggle/rev1
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifdef KEYBOARD_squiggle_rev1
|
||||
#ifdef KEYBOARD_ibnuda_squiggle_rev1
|
||||
#include "rev1.h"
|
||||
#endif
|
||||
|
|
@ -1 +0,0 @@
|
|||
DEFAULT_FOLDER = squiggle/rev1
|
Loading…
Reference in a new issue