diff options
author | Brian Choromanski <BrianChoromanski@gmail.com> | 2018-03-09 13:31:42 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-09 13:31:42 -0500 |
commit | 8d6eadf26159dfe3a63d0bda15bdc68cab21ee36 (patch) | |
tree | 4820f3b2d097eaaede41ac1e0262882ec3eae412 /keyboards/clueboard/66/keymaps/mrscooty | |
parent | 0e6e059ef3cd88692348db1f6ef3de2b0349bfe6 (diff) |
Patched some keyboards that won't compile (#2453)
Diffstat (limited to 'keyboards/clueboard/66/keymaps/mrscooty')
-rw-r--r-- | keyboards/clueboard/66/keymaps/mrscooty/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/clueboard/66/keymaps/mrscooty/keymap.c b/keyboards/clueboard/66/keymaps/mrscooty/keymap.c index 29c4ac6ed3..abf98615ea 100644 --- a/keyboards/clueboard/66/keymaps/mrscooty/keymap.c +++ b/keyboards/clueboard/66/keymaps/mrscooty/keymap.c @@ -1,4 +1,4 @@ -#include "clueboard.h" +#include "66.h" // Each layer gets a name for readability, which is then used in the keymap matrix below. // The underscores don't mean anything - you can have a layer called STUFF or any other name. |