* Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
@@ -38,11 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/*
- * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
- */
-#define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6
-
//#define LED_NUM_LOCK_PIN B0
//#define LED_CAPS_LOCK_PIN B1
//#define LED_SCROLL_LOCK_PIN B2
@@ -40,11 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL*/
#define RGB_DI_PIN D3
#ifdef RGB_DI_PIN
# define RGBLED_NUM 16 // Add 12 if attaching the RGB LED ring
@@ -45,11 +45,6 @@
@@ -1,20 +0,0 @@
-Copyright 2012 Jun Wako <wakojun@gmail.com>
-Copyright 2015 Jack Humbert
-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
@@ -1,21 +0,0 @@
@@ -1,18 +0,0 @@
-/* Copyright 2021 eithanshavit
- *
- * 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/>.
-/* Copyright 2021 Afternoon Labs
-// Copyright 2022 Louis Dalibard (@make42)
-// SPDX-License-Identifier: GPL-2.0-or-later
- * Feature disable options
- * These options are also useful to firmware size reduction.
-/* disable debug print */
-//#define NO_DEBUG
-/* disable print */
-//#define NO_PRINT
-/* disable action features */
-//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT
-Copyright 2019 Ryota Goto
// #define RGB_DI_PIN E2
// #ifdef RGB_DI_PIN
// #define RGBLED_NUM 16
@@ -23,11 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_DI_PIN D2
#define RGBLED_NUM 14
-// Copyright 2022 Martin Arnstad (@arnstadm)
-// Copyright 2022 arnstadm (@arnstadm)
@@ -1,34 +0,0 @@
-/* Copyright 2022 Jesus Climent (@climent)
@@ -1,5 +0,0 @@
-// Copyright 2022 Vitaly Volkov (@vlkv)
-Copyright 2020 2Moons
@@ -1,6 +0,0 @@
-// Copyright 2022 jack (@waffle87)
-// Just here to please quantum/split_common/split_util.c
@@ -1,19 +0,0 @@
-Copyright 2017 Danny Nguyen <danny@hexwire.com>
-// Copyright 2021 Christoph Rehmann (crehmann)
@@ -1,17 +0,0 @@
-/* Copyright 2021 CANARYTEAM <tuananhnguyen204@gmail.com>
- #pragma once
@@ -1,4 +0,0 @@
-// Copyright (c) 2022 Simon Hengel <sol@typeful.net>
@@ -1,2 +0,0 @@
@@ -87,4 +87,3 @@ http://wiki.apple2.org/index.php?title=Pinouts#Apple_.2F.2Fe_Numeric_Keypad_conn
#define MATRIX_ROW_PINS { B0, B2, D2, D3 }
#define MATRIX_COL_PINS { D1, D0, D4, C6, D7, E6 }
-#define SOFT_SERIAL_PIN D0
@@ -39,11 +39,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define DIODE_DIRECTION COL2ROW
#define DIODE_DIRECTION ROW2COL
#define BACKLIGHT_PIN B5
#define BACKLIGHT_BREATHING
#define BACKLIGHT_LEVELS 3
#define RGBLED_NUM 19
-/* Copyright 2020 customMK
-/* Copyright 2021 CyberGear Marius Kavoliunas
-Copyright 2020 noclew
@@ -96,11 +96,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
#define RGBLED_NUM 67
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
@@ -29,11 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
-/* Copyright 2021 DZTECH <moyi4681@live.cn>
#define BACKLIGHT_PIN D0
-Copyright 2018 Pierre Constantineau <jpconstantineau@gmail.com>
-// Copyright 2022 Evelien Dekkers (@evyd13)
#define BACKLIGHT_PIN B7
#define BACKLIGHT_PIN B6
#define BACKLIGHT_LEVELS 6
//#define RGB_DI_PIN E2
//#ifdef RGB_DI_PIN
//# define RGBLED_NUM 16
-// Copyright 2022 Xiao (@xia0)
@@ -1,22 +0,0 @@
-Copyright 2022 Jens Peter Secher <jpsecher@gmail.com>
-//#define TAPPING_TERM 200
-//#define PERMISSIVE_HOLD
-Copyright 2021 Fernando "ManoShu" Rodrigues
// The state of the indicator pins when the LED is "on" - 1 for high
#define LED_PIN_ON_STATE 0
-#define SOFT_SERIAL_PIN D2 // or D1, D2, D3, E6
- * Copyright 2021 Chris Broekema (broekema@gmail.com)
-Copyright 2019 Yan-Fa Li
-Copyright 2022 stef9998
@@ -41,11 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-/* Copyright 2021 xiao (@xia0)
@@ -1,36 +0,0 @@
-// GCC include 'config.h" sequence in qmk_firmware/keyboards/helix/
-// -include keyboards/helix/config.h
-// -include keyboards/helix/rev?/config.h
-// -include keyboards/helix/rev?/keymaps/MAPNAME/config.h
-// XXXX.c
-// GCC include search path in qmk_firmare/keyboards/helix/
-// #include "..." search starts here:
-// #include <...> search starts here:
-// keyboards/helix/rev?/keymaps/MAPNAME
-// keyboards/helix
-// keyboards/helix/rev?
-// .
-// ./tmk_core
-// ......
#define LED_CAPS_LOCK_PIN E6
-// Copyright 2022 Josh Hinnebusch (@hineybush)
#define BACKLIGHT_LEVELS 5
#define BACKLIGHT_LEVELS 4
#define ENCODERS_PAD_A { D2 }
#define ENCODERS_PAD_B { F0 }
-// Copyright 2021 Joric (@joric)
#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4, B5 }
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 }
#define RGBLED_NUM 64
#define RGBLED_NUM 6
@@ -34,11 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROW_PINS { F4, F5, F6, F7, B1, B3, B2, B6 }
#define MATRIX_COL_PINS { D4, C6, D7, E6, B4 }
@@ -38,12 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-#define SPLIT_HAND_PIN D2
#define RGBLED_NUM 18
@@ -35,11 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROW_PINS { F4, F5, F6, F7, B1, B3, B2, B6, B4, B5 }
#define RGBLED_NUM 111