diff options
author | Joel Challis <git@zvecr.com> | 2019-07-30 06:42:39 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-29 22:42:39 -0700 |
commit | 207ebc42a9c0081ae20b19d871c8499d7ab28493 (patch) | |
tree | 9982673a1c3fb3fcf6421a7d8cbd620518972390 /keyboards | |
parent | b28f1e6a299c55671217a6ad50c4eda15a004e65 (diff) | |
download | firmware-207ebc42a9c0081ae20b19d871c8499d7ab28493.tar.gz firmware-207ebc42a9c0081ae20b19d871c8499d7ab28493.tar.bz2 firmware-207ebc42a9c0081ae20b19d871c8499d7ab28493.zip |
[Keyboard] Correct name of community layout for ortho75 (#6434)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/cannonkeys/ortho75/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cannonkeys/ortho75/rules.mk b/keyboards/cannonkeys/ortho75/rules.mk index db155867e..113fff555 100644 --- a/keyboards/cannonkeys/ortho75/rules.mk +++ b/keyboards/cannonkeys/ortho75/rules.mk @@ -54,4 +54,4 @@ BACKLIGHT_ENABLE = yes RGBLIGHT_ENABLE = yes ENCODER_ENABLE = yes -LAYOUTS = LAYOUT_ortho_5x15 +LAYOUTS = ortho_5x15 |