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/tada68/rules.mk | |
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/tada68/rules.mk')
-rwxr-xr-x | keyboards/tada68/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/tada68/rules.mk b/keyboards/tada68/rules.mk index 38b05e0426..c92417cf02 100755 --- a/keyboards/tada68/rules.mk +++ b/keyboards/tada68/rules.mk @@ -26,3 +26,5 @@ MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID + +LAYOUTS = 65_ansi |