diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2017-09-06 15:27:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 15:27:29 -0700 |
commit | af14e672c9c82b4a906ab9e3eae649d96158d2bd (patch) | |
tree | c489529d87a1ccc8f6a3ed2f36a4486c5afafa19 /keyboards/clueboard/config.h | |
parent | 2b3803eb5efd76323ffc95ba1bc2a3608d83ceec (diff) |
Add a clueboard rev3 (#1688)
* Allow the knight animation to be restricted to a portion of the LED strip
* Add keys for jumping directly to particular animation modes
* Remove orphaned break statements
* Tweak the `RGB_MODE` buttons so they cycle through the same mode.
* small indentation fix
* Add a new revision of the clueboard with 18 underlight LEDs
Diffstat (limited to 'keyboards/clueboard/config.h')
-rw-r--r-- | keyboards/clueboard/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/clueboard/config.h b/keyboards/clueboard/config.h index ad68323856..0d4e6a8746 100644 --- a/keyboards/clueboard/config.h +++ b/keyboards/clueboard/config.h @@ -67,5 +67,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifdef SUBPROJECT_rev2 #include "rev2/config.h" #endif +#ifdef SUBPROJECT_rev3 + #include "rev3/config.h" +#endif #endif |