diff options
author | Manna Harbour <51143715+manna-harbour@users.noreply.github.com> | 2021-08-14 05:26:22 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 12:26:22 -0700 |
commit | 1b5d7616d306ade19bd57e2820bfa96602749b79 (patch) | |
tree | 51d468de931b0408c27d17e05d0b3db4f3d52b3e /keyboards/boardsource | |
parent | d5eb673426230a87be229219127c2f553c7fd8f2 (diff) |
[Keyboard] Add split_3x5_3 layout support to boardsource/microdox (#13323)
Diffstat (limited to 'keyboards/boardsource')
-rw-r--r-- | keyboards/boardsource/microdox/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/boardsource/microdox/rules.mk b/keyboards/boardsource/microdox/rules.mk index b6afb77c78..0cb636df64 100644 --- a/keyboards/boardsource/microdox/rules.mk +++ b/keyboards/boardsource/microdox/rules.mk @@ -21,3 +21,5 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output SPLIT_KEYBOARD = yes + +LAYOUTS = split_3x5_3 |