diff options
Diffstat (limited to 'keyboards/planck/rev6_drop/mcuconf.h')
-rw-r--r-- | keyboards/planck/rev6_drop/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/rev6_drop/mcuconf.h b/keyboards/planck/rev6_drop/mcuconf.h index d7c29fcf65..20337afbb2 100644 --- a/keyboards/planck/rev6_drop/mcuconf.h +++ b/keyboards/planck/rev6_drop/mcuconf.h @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include_next "mcuconf.h" +#include_next <mcuconf.h> // The SysTick timer from the normal quantum/stm32 uses TIM2 -- the WS2812 pin used // on the Planck requires the use of TIM2 to run PWM -- rework which timers are |