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/17 | |
| parent | ab3dbd8daad0554104862f97e33291973bbef7ed (diff) | |
| download | qmk_firmware-9bb259b660925c7a5cd64b3a0a4484cdf757b504.tar.gz qmk_firmware-9bb259b660925c7a5cd64b3a0a4484cdf757b504.zip | |
Fix the naming for clueboard files
Diffstat (limited to 'keyboards/clueboard/17')
| -rw-r--r-- | keyboards/clueboard/17/17.c (renamed from keyboards/clueboard/17/clueboard_17.c) | 2 | ||||
| -rw-r--r-- | keyboards/clueboard/17/17.h (renamed from keyboards/clueboard/17/clueboard_17.h) | 0 | ||||
| -rw-r--r-- | keyboards/clueboard/17/keymaps/default/keymap.c | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/clueboard/17/clueboard_17.c b/keyboards/clueboard/17/17.c index 04cc81217..f84e3253e 100644 --- a/keyboards/clueboard/17/clueboard_17.c +++ b/keyboards/clueboard/17/17.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #include "clueboard_17.h" | 1 | #include "17.h" |
| 2 | 2 | ||
| 3 | int pwm_level; | 3 | int pwm_level; |
| 4 | 4 | ||
diff --git a/keyboards/clueboard/17/clueboard_17.h b/keyboards/clueboard/17/17.h index 5e4a5999e..5e4a5999e 100644 --- a/keyboards/clueboard/17/clueboard_17.h +++ b/keyboards/clueboard/17/17.h | |||
diff --git a/keyboards/clueboard/17/keymaps/default/keymap.c b/keyboards/clueboard/17/keymaps/default/keymap.c index 7a0d51851..e8f3525a8 100644 --- a/keyboards/clueboard/17/keymaps/default/keymap.c +++ b/keyboards/clueboard/17/keymaps/default/keymap.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #include "clueboard_17.h" | 1 | #include "17.h" |
| 2 | 2 | ||
| 3 | #include "backlight.h" | 3 | #include "backlight.h" |
| 4 | 4 | ||
