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) | |
| download | qmk_firmware-1b5d7616d306ade19bd57e2820bfa96602749b79.tar.gz qmk_firmware-1b5d7616d306ade19bd57e2820bfa96602749b79.zip | |
[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 b6afb77c7..0cb636df6 100644 --- a/keyboards/boardsource/microdox/rules.mk +++ b/keyboards/boardsource/microdox/rules.mk | |||
| @@ -21,3 +21,5 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | |||
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | SPLIT_KEYBOARD = yes | 23 | SPLIT_KEYBOARD = yes |
| 24 | |||
| 25 | LAYOUTS = split_3x5_3 | ||
