diff options
author | Joe Wasson <joe@talljoe.com> | 2019-08-14 12:31:18 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-08-14 12:31:18 -0700 |
commit | d578aaefcd70ce7cfa69049fac57a2a5fb1c3571 (patch) | |
tree | 0d488c4a4bef5cac2b7ff5ea60fc73ce3507d3eb /users/talljoe | |
parent | 75b28225db91b6dc449d76314a85fdedb154758e (diff) |
[Keymap] Fix include following Wilba refactor (#6538)
Diffstat (limited to 'users/talljoe')
-rw-r--r-- | users/talljoe/talljoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/talljoe/talljoe.c b/users/talljoe/talljoe.c index 345b5604bb..a533ff6103 100644 --- a/users/talljoe/talljoe.c +++ b/users/talljoe/talljoe.c @@ -2,7 +2,7 @@ #include "talljoe.h" #ifdef ZEAL_RGB -#include "../../../keyboards/zeal60/rgb_backlight.h" +#include "../../../keyboards/wilba_tech/wt_rgb_backlight.h" #endif const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |