diff options
| author | Nick Brassel | 2024-08-26 02:01:57 +0200 |
|---|---|---|
| committer | Nick Brassel | 2024-08-26 02:01:57 +0200 |
| commit | 5d76c5280dc0aff398cdce19fa54d0e0725c418d (patch) | |
| tree | 40026340f0d524a6006f18f01ef988e15d271075 /lib/python/qmk/constants.py | |
| parent | e6a898e3eea3521d3f0497ee26937d5269d78fb7 (diff) | |
| parent | 81dcf2b547bacc42bd9cf8ccaccd3d7164e69926 (diff) | |
Merge branch 'develop'
Diffstat (limited to 'lib/python/qmk/constants.py')
| -rw-r--r-- | lib/python/qmk/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/qmk/constants.py b/lib/python/qmk/constants.py index 90e4452f2b..b6f46180b2 100644 --- a/lib/python/qmk/constants.py +++ b/lib/python/qmk/constants.py @@ -320,3 +320,5 @@ LICENSE_TEXTS = [ you may not use this file except in compliance with the License. """]), ] + +JOYSTICK_AXES = ['x', 'y', 'z', 'rx', 'ry', 'rz'] |