diff options
author | jpe230 <pablin.123.ra@gmail.com> | 2022-12-12 14:51:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 07:51:14 +1100 |
commit | 102f22f7e99d87989cd95e10370863c3f96ba7e2 (patch) | |
tree | 1b7b27838e01f547714b19932c98e58362354bb8 /.gitmodules | |
parent | 2d19e59d784582cd2e3768ff4e7f7e0c4618eb2f (diff) |
[Core] Quantum Painter - LVGL Integration (#18499)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 48c7035afa..7d8dbcb4ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,3 +21,7 @@ [submodule "lib/pico-sdk"] path = lib/pico-sdk url = https://github.com/qmk/pico-sdk.git +[submodule "lib/lvgl"] + path = lib/lvgl + url = https://github.com/qmk/lvgl.git + branch = release/v8.2 |