diff options
author | skullY <skullydazed@gmail.com> | 2017-10-21 13:51:02 -0700 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2017-10-21 13:51:18 -0700 |
commit | 9bb259b660925c7a5cd64b3a0a4484cdf757b504 (patch) | |
tree | d430ed0cad5c3eff211359603a968868356b9cb8 /keyboards/clueboard/66/keymaps/smt | |
parent | ab3dbd8daad0554104862f97e33291973bbef7ed (diff) |
Fix the naming for clueboard files
Diffstat (limited to 'keyboards/clueboard/66/keymaps/smt')
-rw-r--r-- | keyboards/clueboard/66/keymaps/smt/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/clueboard/66/keymaps/smt/keymap.c b/keyboards/clueboard/66/keymaps/smt/keymap.c index c61b32f8b6..095623ccc8 100644 --- a/keyboards/clueboard/66/keymaps/smt/keymap.c +++ b/keyboards/clueboard/66/keymaps/smt/keymap.c @@ -1,4 +1,4 @@ -#include "clueboard_66.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. |