1
0
Fork 0

Rename keyboards with uppercase letters (#18268)

This commit is contained in:
Ryan 2022-09-05 06:36:33 +10:00 committed by GitHub
parent a9f8111eac
commit 3e02b70d28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 9 additions and 21 deletions

View file

@ -1 +0,0 @@
#include "NQG.h"

View file

@ -0,0 +1 @@
#include "nqg.h"

View file

@ -10,6 +10,6 @@ Hardware Availability: Kits are available from [SA_EndlessGame](http://twitter.c
Make example for this keyboard (after setting up your build environment):
make emptystring/NQG:default
make emptystring/nqg: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).