diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-01-18 10:46:16 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-18 10:46:16 -0800 |
commit | 76afdd097abdbdfd522e9f5654d354e67b5e1218 (patch) | |
tree | 8a1e87208734e2085cac678170895eff70327de7 /keyboards/handwired/ortho60/rules.mk | |
parent | 52f1206712348a97b8de5700b5fc3eabe424096b (diff) | |
download | qmk_firmware-76afdd097abdbdfd522e9f5654d354e67b5e1218.tar.gz |
[Keyboard] handwired/ortho60 Configurator update, readme update, and rules tidy (#4877)
* handwired/ortho60: Configurator update
- correct labels for Up and Right keys
- add layout data for LAYOUT_1x2uC
* handwired/ortho60: readme update
- update readme file to use QMK template
* handwired/ortho60: deleted DEFAULT_FOLDER rule
Not needed as the keyboard currently has no revisions.
Diffstat (limited to 'keyboards/handwired/ortho60/rules.mk')
-rw-r--r-- | keyboards/handwired/ortho60/rules.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/handwired/ortho60/rules.mk b/keyboards/handwired/ortho60/rules.mk index 3f4574473..91acb3c5c 100644 --- a/keyboards/handwired/ortho60/rules.mk +++ b/keyboards/handwired/ortho60/rules.mk @@ -52,5 +52,3 @@ NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = yes LAYOUTS = ortho_5x12 - -DEFAULT_FOLDER = handwired/ortho60 |