From af14e672c9c82b4a906ab9e3eae649d96158d2bd Mon Sep 17 00:00:00 2001 From: skullydazed Date: Wed, 6 Sep 2017 15:27:29 -0700 Subject: 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 --- keyboards/clueboard/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'keyboards/clueboard/config.h') diff --git a/keyboards/clueboard/config.h b/keyboards/clueboard/config.h index ad6832385..0d4e6a874 100644 --- a/keyboards/clueboard/config.h +++ b/keyboards/clueboard/config.h @@ -67,5 +67,8 @@ along with this program. If not, see . #ifdef SUBPROJECT_rev2 #include "rev2/config.h" #endif +#ifdef SUBPROJECT_rev3 + #include "rev3/config.h" +#endif #endif -- cgit v1.2.3-70-g09d2