summaryrefslogtreecommitdiff
path: root/keyboards/era/klein/mcuconf.h
diff options
context:
space:
mode:
authorera <73109780+eerraa@users.noreply.github.com>2023-12-06 07:57:07 +0900
committerGitHub <noreply@github.com>2023-12-05 15:57:07 -0700
commit11aa512c85aa4f482a6b28118c863c2073ebeda5 (patch)
tree96b3f477ed14648707e60d52c7dbfe825ceedc55 /keyboards/era/klein/mcuconf.h
parent1b56428e5299c8421449687061b68caa9d5c6046 (diff)
[Keyboard] Remove era/klein (#22384)
* Remove era/klein era/klein is replaced by sirind/era/klein_sd * Add an entry to data/mappings/keyboard_aliases.hjson Add an entry to data/mappings/keyboard_aliases.hjson
Diffstat (limited to 'keyboards/era/klein/mcuconf.h')
-rw-r--r--keyboards/era/klein/mcuconf.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/era/klein/mcuconf.h b/keyboards/era/klein/mcuconf.h
deleted file mode 100644
index b82cc49d7d..0000000000
--- a/keyboards/era/klein/mcuconf.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Copyright 2023 eerraa
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-#include_next <mcuconf.h>
-
-#undef RP_PWM_USE_PWM7
-#define RP_PWM_USE_PWM7 TRUE \ No newline at end of file