Add MMkeyboard Class60 (#22972)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
Lex Brugman 2024-07-15 06:58:35 +02:00 committed by GitHub
parent 875eb43a28
commit c2dbbc060a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 1153 additions and 0 deletions

View file

@ -0,0 +1,10 @@
// Copyright 2024 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define HAL_USE_GPT TRUE
#define HAL_USE_PWM TRUE
#define HAL_USE_PAL TRUE
#include_next <halconf.h>