[Keyboard] Rename ymdk_np21 to np21, move to ymdk vendor folder (#15641)
This commit is contained in:
parent
65e7d0c01f
commit
2b212cf692
10 changed files with 3 additions and 3 deletions
|
@ -16,4 +16,4 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "ymdk_np21.h"
|
||||
#include "np21.h"
|
|
@ -10,11 +10,11 @@ ps2avrGB based number-pad sold fully assembled by YMDK on Aliexpress.
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make ymdk_np21:default
|
||||
make ymdk/np21:default
|
||||
|
||||
Flashing example for this keyboard ([after setting up the bootloadHID flashing environment](https://docs.qmk.fm/#/flashing_bootloadhid))
|
||||
|
||||
make ymdk_np21:default:flash
|
||||
make ymdk/np21:default:flash
|
||||
|
||||
**Reset Key**: Hold down the 'Top Left Key' (USB on top) while plugging in the keyboard.
|
||||
|
Loading…
Reference in a new issue