diff options
author | Ryan <fauxpark@gmail.com> | 2020-12-16 14:24:42 +1100 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-01-12 22:46:08 -0800 |
commit | a0eb53cb163a85d805e67217d34e2a1ba936e788 (patch) | |
tree | 1c8757c7eb64423f9bd000353d1135a8beb9e6a9 /lib/python/qmk/cli/generate/__init__.py | |
parent | ec485c962dec7a0403f7fb3c2120f18975558a07 (diff) |
CLI-ify rgblight_breathing_table_calc.c (#11174)
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
Co-authored-by: Zach White <skullydazed@drpepper.org>
Diffstat (limited to 'lib/python/qmk/cli/generate/__init__.py')
-rw-r--r-- | lib/python/qmk/cli/generate/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/qmk/cli/generate/__init__.py b/lib/python/qmk/cli/generate/__init__.py index 13bd1f0914..f9585bfb5c 100644 --- a/lib/python/qmk/cli/generate/__init__.py +++ b/lib/python/qmk/cli/generate/__init__.py @@ -1,2 +1,3 @@ from . import api from . import docs +from . import rgb_breathe_table |