summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/rp2040/mcuconf.h
blob: e24a0d4f24ebebfac27272b681aaf77cfc5e78bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2022 Stefan Kerkmann
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include_next <mcuconf.h>

#undef RP_PWM_USE_PWM0
#define RP_PWM_USE_PWM0 TRUE

#undef RP_PWM_USE_PWM4
#define RP_PWM_USE_PWM4 TRUE