diff options
| author | Brian Romanko <hello@bromanko.com> | 2021-01-24 21:42:37 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-24 19:42:37 -0800 |
| commit | 66836effdae5e47231b59a92ed8726ad3267a055 (patch) | |
| tree | c5eefad343c298ab5863542e43d677a84b1d5608 | |
| parent | 711f861d83490014269ba93731bcd50263f95168 (diff) | |
| download | qmk_firmware-66836effdae5e47231b59a92ed8726ad3267a055.tar.gz qmk_firmware-66836effdae5e47231b59a92ed8726ad3267a055.zip | |
[Keyboard] Add layout to torn keyboard (#11684)
| -rw-r--r-- | keyboards/torn/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/torn/rules.mk b/keyboards/torn/rules.mk index 0e0914d6a..62f9d8393 100644 --- a/keyboards/torn/rules.mk +++ b/keyboards/torn/rules.mk | |||
| @@ -21,6 +21,8 @@ OLED_DRIVER_ENABLE = yes | |||
| 21 | WPM_ENABLE = yes | 21 | WPM_ENABLE = yes |
| 22 | CUSTOM_MATRIX = lite | 22 | CUSTOM_MATRIX = lite |
| 23 | 23 | ||
| 24 | LAYOUTS = split_3x6_4 | ||
| 25 | |||
| 24 | SRC += matrix.c \ | 26 | SRC += matrix.c \ |
| 25 | bongocat.c \ | 27 | bongocat.c \ |
| 26 | mcp23018.c \ | 28 | mcp23018.c \ |
