diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-01-05 15:34:19 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-05 15:34:19 -0800 |
commit | 27b512d9f550dd1a42466733c0c3066742aeb300 (patch) | |
tree | 59213c889625d8c7fcceca45380d7d940ec55d76 /keyboards/handwired/tradestation/rules.mk | |
parent | 9153ff59d4996425df0cc9cd60b959cd45200f79 (diff) | |
download | firmware-27b512d9f550dd1a42466733c0c3066742aeb300.tar.gz firmware-27b512d9f550dd1a42466733c0c3066742aeb300.tar.bz2 firmware-27b512d9f550dd1a42466733c0c3066742aeb300.zip |
Keyboard: Tradestation code tidy and readme refactor (#4784)
* Tradestation: tidy code
- correct JSON syntax on info.json
- visual key alignment on info.json
- white space changes on rules.mk and tradestation.h (readability/QMK conventions)
* Tradestation: readme refactor
Modify readme.md to more closely match QMK template.
* Tradestation: readme update
Update The Board podcast link for libsyn.
Diffstat (limited to 'keyboards/handwired/tradestation/rules.mk')
-rw-r--r-- | keyboards/handwired/tradestation/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/handwired/tradestation/rules.mk b/keyboards/handwired/tradestation/rules.mk index 9d49888b5..649b63bab 100644 --- a/keyboards/handwired/tradestation/rules.mk +++ b/keyboards/handwired/tradestation/rules.mk @@ -62,4 +62,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https:/ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality AUDIO_ENABLE = no RGBLIGHT_ENABLE = no - LAYOUTS = ortho_4x4 + +LAYOUTS = ortho_4x4 |