diff options
| author | Ryan | 2023-04-15 13:07:32 +0200 |
|---|---|---|
| committer | GitHub | 2023-04-15 13:07:32 +0200 |
| commit | a84528f85392ccab60fd7130fecb83972539367f (patch) | |
| tree | 4484e8b5dd0120c896ac2dabb70c2f727bae55ba /keyboards/mxss/templates/keymap.c | |
| parent | 54634e92634f73a6d9111833adf58214cb4278c3 (diff) | |
Move remaining `LAYOUT`s to data driven (#20422)
Diffstat (limited to 'keyboards/mxss/templates/keymap.c')
| -rw-r--r-- | keyboards/mxss/templates/keymap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/mxss/templates/keymap.c b/keyboards/mxss/templates/keymap.c index 43e3c25932..e16cf44293 100644 --- a/keyboards/mxss/templates/keymap.c +++ b/keyboards/mxss/templates/keymap.c @@ -14,6 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include QMK_KEYBOARD_H +#include "mxss_frontled.h" hs_set caps_color = { .hue = 0, .sat = 255 }; |