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) | |
| download | qmk_firmware-5f795d8382e67c68f46cdf6e079c635c3986f939.tar.gz qmk_firmware-5f795d8382e67c68f46cdf6e079c635c3986f939.zip | |
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 423714c54..33a3f908a 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/>. | |||
| 25 | #define DEVICE_VER 0x0001 | 25 | #define DEVICE_VER 0x0001 |
| 26 | #define MANUFACTURER Yiancar-Designs | 26 | #define MANUFACTURER Yiancar-Designs |
| 27 | #define PRODUCT NK65 | 27 | #define PRODUCT NK65 |
| 28 | #define DESCRIPTION A 65-percent, tool-free RGB keyboard | 28 | #define DESCRIPTION "A 65-percent, tool-free RGB keyboard" |
| 29 | 29 | ||
| 30 | /* key matrix size */ | 30 | /* key matrix size */ |
| 31 | #define MATRIX_ROWS 5 | 31 | #define MATRIX_ROWS 5 |
