diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-29 15:47:59 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 15:47:59 +1100 |
commit | 06664e8a94116b5d40b2348ec89ba2fc6248ec16 (patch) | |
tree | 42c79796aef495754078eaf4856f6b31f10975a6 /keyboards/40percentclub/ut47/ut47.c | |
parent | dc2a625a34a4abade436adcd137ec7a38c36beaa (diff) |
Fix layouts containing keys with multiple matrix positions (#20191)
Diffstat (limited to 'keyboards/40percentclub/ut47/ut47.c')
-rw-r--r-- | keyboards/40percentclub/ut47/ut47.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/40percentclub/ut47/ut47.c b/keyboards/40percentclub/ut47/ut47.c index 9d46a4679d..d5675e1047 100644 --- a/keyboards/40percentclub/ut47/ut47.c +++ b/keyboards/40percentclub/ut47/ut47.c @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "ut47.h" +#include "quantum.h" #ifdef LED_ENABLE #include "uart.h" |