diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2020-01-06 15:29:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-06 15:29:27 -0800 |
commit | 5f795d8382e67c68f46cdf6e079c635c3986f939 (patch) | |
tree | 049c19fd87feba2f6ef346201c4f2c284022bfd1 /keyboards/nk65 | |
parent | 00d3061e02fa5fedaa6e6cebd310d4e716ffffee (diff) |
Add an 65_ansi community layout (#7793)
* Add an 65_ansi community layout
- fix quoting because of comma in config.h
* Enable LAYOUT_65_ansi for tada68
* cleanups
* Update keyboards/tada68/tada68.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
Co-authored-by: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/nk65')
-rwxr-xr-x | keyboards/nk65/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/nk65/config.h b/keyboards/nk65/config.h index 423714c54c..33a3f908a6 100755 --- a/keyboards/nk65/config.h +++ b/keyboards/nk65/config.h @@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Yiancar-Designs #define PRODUCT NK65 -#define DESCRIPTION A 65-percent, tool-free RGB keyboard +#define DESCRIPTION "A 65-percent, tool-free RGB keyboard" /* key matrix size */ #define MATRIX_ROWS 5 |