diff options
author | Drashna Jaelre <drashna@live.com> | 2020-06-15 03:41:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 03:41:28 -0700 |
commit | 357a888d805c21c9cb4917f55d558195e8b85db5 (patch) | |
tree | fd1e8c30c3754ff89e8efd7e94ced3a1a8d92035 /users/drashna/drashna.h | |
parent | 7f5656996ca2f5a62a148ef9165d0681ba806f07 (diff) | |
download | qmk_firmware-357a888d805c21c9cb4917f55d558195e8b85db5.tar.gz |
[Keymap] Drashna's Keymap Update - Display Edition (#9282)
OLED Display fixes
Add support for RGBLIGHT Layers
Add gaming layer to corn and kyria
RGBLight Startup Animation fixes and improvements (uses matrix_scan now!)
Pimoroni Trackball support added (IT'S RGB!!!)
Fix issues due to code changes
Diffstat (limited to 'users/drashna/drashna.h')
-rw-r--r-- | users/drashna/drashna.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h index c10ea5114..dd2b02258 100644 --- a/users/drashna/drashna.h +++ b/users/drashna/drashna.h @@ -34,6 +34,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #if defined(OLED_DRIVER_ENABLE) # include "oled_stuff.h" #endif +#if defined(PIMORONI_TRACKBALL_ENABLE) +# include "pimoroni_trackball.h" +#endif /* Define layer names */ enum userspace_layers { |