M docs/config_options.md => docs/config_options.md +2 -7
@@ 37,12 37,7 @@ This level contains all of the options for that particular keymap. If you wish t
# The `config.h` File
-This is a C header file that is one of the first things included, and will persist over the whole project (if included). Lots of variables can be set here and accessed elsewhere. The `config.h` file shouldn't be including other `config.h` files, or anything besides this:
-
-```c
-#include "config_common.h"
-```
-
+This is a C header file that is one of the first things included, and will persist over the whole project (if included). Lots of variables can be set here and accessed elsewhere. The `config.h` file shouldn't be including other `config.h` files.
## Hardware Options
* `#define VENDOR_ID 0x1234`
@@ 329,7 324,7 @@ There are a few different ways to set handedness for split keyboards (listed in
* `#define SPLIT_USB_TIMEOUT_POLL 10`
* Poll frequency when detecting master/slave when using `SPLIT_USB_DETECT`
-
+
* `#define SPLIT_WATCHDOG_ENABLE`
* Reboot slave if no communication from master within timeout.
* Helps resolve issue where both sides detect as slave using `SPLIT_USB_DETECT`
M drivers/sensors/adns5050.h => drivers/sensors/adns5050.h +1 -0
@@ 20,6 20,7 @@
#pragma once
#include <stdbool.h>
+#include <stdint.h>
// CPI values
// clang-format off
M keyboards/0_sixty/config.h => keyboards/0_sixty/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/0_sixty/underglow/config.h => keyboards/0_sixty/underglow/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* underglow */
#define RGB_DI_PIN B6
M keyboards/0xc7/61key/config.h => keyboards/0xc7/61key/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/0xcb/1337/config.h => keyboards/0xcb/1337/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
// clang-format off
/* key matrix size */
M keyboards/0xcb/static/config.h => keyboards/0xcb/static/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
// clang-format off
/* key matrix size */
M keyboards/0xcb/tutelpad/config.h => keyboards/0xcb/tutelpad/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/10bleoledhub/config.h => keyboards/10bleoledhub/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/1k/config.h => keyboards/1k/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* matrix size */
#define MATRIX_ROWS 1
M keyboards/1upkeyboards/1up60hse/config.h => keyboards/1upkeyboards/1up60hse/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/1upkeyboards/1up60hte/config.h => keyboards/1upkeyboards/1up60hte/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/1upkeyboards/1up60rgb/config.h => keyboards/1upkeyboards/1up60rgb/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/1upkeyboards/pi40/config.h => keyboards/1upkeyboards/pi40/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define DYNAMIC_KEYMAP_LAYER_COUNT 10
M keyboards/1upkeyboards/pi60_hse/config.h => keyboards/1upkeyboards/pi60_hse/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define DYNAMIC_KEYMAP_LAYER_COUNT 10
#define RGB_DI_PIN GP15
M keyboards/1upkeyboards/pi60_rgb/config.h => keyboards/1upkeyboards/pi60_rgb/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define RGB_DI_PIN GP19
#define RGB_MATRIX_LED_COUNT 61
M keyboards/1upkeyboards/super16/config.h => keyboards/1upkeyboards/super16/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/1upkeyboards/super16v2/config.h => keyboards/1upkeyboards/super16v2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/1upkeyboards/sweet16/config.h => keyboards/1upkeyboards/sweet16/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/1upkeyboards/sweet16/v1/config.h => keyboards/1upkeyboards/sweet16/v1/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix pins */
#define MATRIX_ROW_PINS { F4, F5, F6, F7 }
M keyboards/1upkeyboards/sweet16v2/kb2040/config.h => keyboards/1upkeyboards/sweet16v2/kb2040/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define DYNAMIC_KEYMAP_LAYER_COUNT 10
#define RGB_DI_PIN GP6
M keyboards/1upkeyboards/sweet16v2/pro_micro/config.h => keyboards/1upkeyboards/sweet16v2/pro_micro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define DYNAMIC_KEYMAP_LAYER_COUNT 10
M keyboards/25keys/aleth42/rev0/config.h => keyboards/25keys/aleth42/rev0/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/25keys/aleth42/rev1/config.h => keyboards/25keys/aleth42/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/25keys/cassette42/config.h => keyboards/25keys/cassette42/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/25keys/zinc/config.h => keyboards/25keys/zinc/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/2key2crawl/config.h => keyboards/2key2crawl/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/30wer/config.h => keyboards/30wer/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/3keyecosystem/2key2/config.h => keyboards/3keyecosystem/2key2/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/40percentclub/25/config.h => keyboards/40percentclub/25/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0
M keyboards/40percentclub/4pack/config.h => keyboards/40percentclub/4pack/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/40percentclub/4x4/config.h => keyboards/40percentclub/4x4/config.h +0 -1
@@ 2,7 2,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/40percentclub/5x5/config.h => keyboards/40percentclub/5x5/config.h +0 -1
@@ 2,7 2,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/40percentclub/6lit/config.h => keyboards/40percentclub/6lit/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0
M keyboards/40percentclub/foobar/config.h => keyboards/40percentclub/foobar/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0
M keyboards/40percentclub/gherkin/config.h => keyboards/40percentclub/gherkin/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/40percentclub/half_n_half/config.h => keyboards/40percentclub/half_n_half/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4*2
M keyboards/40percentclub/i75/config.h => keyboards/40percentclub/i75/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5
M keyboards/40percentclub/i75/promicro/config.h => keyboards/40percentclub/i75/promicro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/40percentclub/i75/teensy2/config.h => keyboards/40percentclub/i75/teensy2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/40percentclub/luddite/config.h => keyboards/40percentclub/luddite/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/40percentclub/mf68/config.h => keyboards/40percentclub/mf68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/40percentclub/mf68/keymaps/mf68_ble/config.h => keyboards/40percentclub/mf68/keymaps/mf68_ble/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Overrides for Feather 32u4 Bluefruit */
M keyboards/40percentclub/nano/config.h => keyboards/40percentclub/nano/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/40percentclub/nein/config.h => keyboards/40percentclub/nein/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/40percentclub/nori/config.h => keyboards/40percentclub/nori/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/40percentclub/polyandry/config.h => keyboards/40percentclub/polyandry/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5
M keyboards/40percentclub/polyandry/promicro/config.h => keyboards/40percentclub/polyandry/promicro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/40percentclub/polyandry/teensy2/config.h => keyboards/40percentclub/polyandry/teensy2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/40percentclub/sixpack/config.h => keyboards/40percentclub/sixpack/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/40percentclub/tomato/config.h => keyboards/40percentclub/tomato/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/40percentclub/ut47/config.h => keyboards/40percentclub/ut47/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/40percentclub/ut47/keymaps/rgb/config.h => keyboards/40percentclub/ut47/keymaps/rgb/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
// place overrides here
#define RGBLIGHT_EFFECT_BREATHING
M keyboards/45_ats/config.h => keyboards/45_ats/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/4by3/config.h => keyboards/4by3/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/4pplet/aekiso60/rev_a/config.h => keyboards/4pplet/aekiso60/rev_a/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/4pplet/aekiso60/rev_b/config.h => keyboards/4pplet/aekiso60/rev_b/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/4pplet/bootleg/rev_a/config.h => keyboards/4pplet/bootleg/rev_a/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/4pplet/steezy60/rev_a/config.h => keyboards/4pplet/steezy60/rev_a/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/4pplet/waffling60/rev_a/config.h => keyboards/4pplet/waffling60/rev_a/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/4pplet/waffling60/rev_b/config.h => keyboards/4pplet/waffling60/rev_b/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/4pplet/waffling60/rev_c/config.h => keyboards/4pplet/waffling60/rev_c/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/4pplet/waffling60/rev_d/config.h => keyboards/4pplet/waffling60/rev_d/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/4pplet/waffling60/rev_d_ansi/config.h => keyboards/4pplet/waffling60/rev_d_ansi/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/4pplet/waffling60/rev_d_iso/config.h => keyboards/4pplet/waffling60/rev_d_iso/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/4pplet/waffling80/rev_a/config.h => keyboards/4pplet/waffling80/rev_a/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/4pplet/waffling80/rev_b/config.h => keyboards/4pplet/waffling80/rev_b/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/7c8/framework/config.h => keyboards/7c8/framework/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 10
#define MATRIX_COLS 6
M keyboards/8pack/config.h => keyboards/8pack/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
M keyboards/9key/config.h => keyboards/9key/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/a_dux/config.h => keyboards/a_dux/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/abacus/config.h => keyboards/abacus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/abatskeyboardclub/nayeon/config.h => keyboards/abatskeyboardclub/nayeon/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* RGB Matrix setup */
#define RGB_DI_PIN GP19
M keyboards/abstract/ellipse/rev1/config.h => keyboards/abstract/ellipse/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/acekeyboard/titan60/config.h => keyboards/acekeyboard/titan60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/acheron/athena/alpha/config.h => keyboards/acheron/athena/alpha/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 17
M keyboards/acheron/athena/beta/config.h => keyboards/acheron/athena/beta/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 17
M keyboards/acheron/elongate/beta/config.h => keyboards/acheron/elongate/beta/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/acheron/elongate/delta/config.h => keyboards/acheron/elongate/delta/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/acheron/shark/alpha/config.h => keyboards/acheron/shark/alpha/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/acheron/shark/beta/config.h => keyboards/acheron/shark/beta/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 4
#define MATRIX_COLS 12
M keyboards/acheron/shark/beta/keymaps/gondolindrim/keymap.c => keyboards/acheron/shark/beta/keymaps/gondolindrim/keymap.c +4 -5
@@ 15,7 15,6 @@ 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 QMK_KEYBOARD_H
-#include "config_common.h"
#define MEDIA_KEY_DELAY 10
#define ALT_TAB_DELAY 1000
@@ 187,7 186,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
uint32_t held_click_timer = 0;
bool is_click_held = false;
bool is_shift_held = false;
-bool automatic_hold_cycle = false; // This flag registers if the encoder hold was automatically cycled
+bool automatic_hold_cycle = false; // This flag registers if the encoder hold was automatically cycled
// This bool records if LALT is pressed or not. Due to the automatic disabling of the ALT-TAB of the ALTTABS custom keystroke, the automatic disabling can un-register KC_LALT even when the LALT key is phisically pressed. Hence there needs to be two bools: one that keebs track of the ALT-TAB activity and one that keeps track of LALT so that the automatic disabling will not disable LALT if it is phisically pressed.
bool is_lalt_pressed = false;
@@ 213,7 212,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return true; // Skip all further processing of this key
case KC_LALT: // If this is not defined, if the encoder is activated in the alt-tab mode while the LALT key is pressed, the menu goes away.
if (record->event.pressed) is_lalt_pressed = true;
- else is_lalt_pressed = false;
+ else is_lalt_pressed = false;
return true;
case ENCMUP:
case ENCMDN:
@@ 225,7 224,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
if (!is_alt_tab_active) {
is_alt_tab_active = true;
register_code(KC_LALT);
-
+
}
tap_code16(keycode == ALTTABF ? KC_TAB : S(KC_TAB)); // Due to S(KC_TAB), the 16-bit tap_code16 is needed.
alt_tab_timer = timer_read32();
@@ 252,7 251,7 @@ void housekeeping_task_user(void) {
is_alt_tab_active = false;
}
}
-/* This piece of the code checks for the encoder push timer. If the encoder push interval was less than encoder_click_delay then it is automatically processed by process_record_user by triggering the current mode's click key. However, if the encoder push is held for more time than the defined delay, then the encoder hold "cycles", that is, gets activated and the timer needs to be reset. This does three things:
+/* This piece of the code checks for the encoder push timer. If the encoder push interval was less than encoder_click_delay then it is automatically processed by process_record_user by triggering the current mode's click key. However, if the encoder push is held for more time than the defined delay, then the encoder hold "cycles", that is, gets activated and the timer needs to be reset. This does three things:
- (1) Sets the automatic_hold_cycle flag which prevents process_record_user from triggering the click key when the push is released
- (2) Processes the current mode's hold key in process_record_user
- (3) Resets the click timer
M keyboards/ada/ada1800mini/config.h => keyboards/ada/ada1800mini/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ada/infinity81/config.h => keyboards/ada/infinity81/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/adafruit/macropad/config.h => keyboards/adafruit/macropad/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/adelheid/config.h => keyboards/adelheid/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/adkb96/config.h => keyboards/adkb96/config.h +0 -1
@@ 18,5 18,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/adm42/config.h => keyboards/adm42/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 4
#define MATRIX_COLS 12
M keyboards/adpenrose/akemipad/config.h => keyboards/adpenrose/akemipad/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 6
M keyboards/adpenrose/kintsugi/config.h => keyboards/adpenrose/kintsugi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/adpenrose/obi/config.h => keyboards/adpenrose/obi/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/adpenrose/shisaku/config.h => keyboards/adpenrose/shisaku/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/aeboards/aegis/config.h => keyboards/aeboards/aegis/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/aeboards/constellation/rev1/config.h => keyboards/aeboards/constellation/rev1/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/aeboards/constellation/rev2/config.h => keyboards/aeboards/constellation/rev2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/aeboards/constellation/rev3/config.h => keyboards/aeboards/constellation/rev3/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/afternoonlabs/breeze/config.h => keyboards/afternoonlabs/breeze/config.h +0 -1
@@ 16,4 16,3 @@
#pragma once
-#include "config_common.h"
M keyboards/afternoonlabs/gust/config.h => keyboards/afternoonlabs/gust/config.h +0 -1
@@ 16,4 16,3 @@
#pragma once
-#include "config_common.h"
M keyboards/afternoonlabs/oceanbreeze/config.h => keyboards/afternoonlabs/oceanbreeze/config.h +0 -1
@@ 16,4 16,3 @@
#pragma once
-#include "config_common.h"
M keyboards/afternoonlabs/southern_breeze/config.h => keyboards/afternoonlabs/southern_breeze/config.h +0 -1
@@ 16,4 16,3 @@
#pragma once
-#include "config_common.h"
M keyboards/afternoonlabs/summer_breeze/config.h => keyboards/afternoonlabs/summer_breeze/config.h +0 -1
@@ 16,4 16,3 @@
#pragma once
-#include "config_common.h"
M keyboards/ai03/equinox/config.h => keyboards/ai03/equinox/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ai03/jp60/config.h => keyboards/ai03/jp60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ai03/lunar/config.h => keyboards/ai03/lunar/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ai03/lunar_ii/config.h => keyboards/ai03/lunar_ii/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Mechanical lock switch support */
#define LOCKING_SUPPORT_ENABLE
M keyboards/ai03/orbit/config.h => keyboards/ai03/orbit/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10 // Double rows for split keyboards. Orbit has 5, so define 10
M keyboards/ai03/orbit_x/config.h => keyboards/ai03/orbit_x/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8 // Double the rows for split
M keyboards/ai03/polaris/config.h => keyboards/ai03/polaris/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ai03/quasar/config.h => keyboards/ai03/quasar/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/ai03/soyuz/config.h => keyboards/ai03/soyuz/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ai03/voyager60_alps/config.h => keyboards/ai03/voyager60_alps/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 14
M keyboards/aidansmithdotdev/fine40/config.h => keyboards/aidansmithdotdev/fine40/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define ENCODER_RESOLUTION 2
#define ENCODERS_PAD_A { D5 }
M keyboards/akb/eb46/config.h => keyboards/akb/eb46/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/akb/raine/config.h => keyboards/akb/raine/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/akegata_denki/device_one/config.h => keyboards/akegata_denki/device_one/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/al1/config.h => keyboards/al1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/aleblazer/zodiark/config.h => keyboards/aleblazer/zodiark/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
#define SOFT_SERIAL_PIN D3
#define SELECT_SOFT_SERIAL_SPEED 1
M keyboards/alf/dc60/config.h => keyboards/alf/dc60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/alf/x11/config.h => keyboards/alf/x11/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/alf/x2/config.h => keyboards/alf/x2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/alfredslab/swift65/hotswap/config.h => keyboards/alfredslab/swift65/hotswap/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/alfredslab/swift65/solder/config.h => keyboards/alfredslab/swift65/solder/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/alpha/config.h => keyboards/alpha/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/alps64/config.h => keyboards/alps64/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/amag23/config.h => keyboards/amag23/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/amjkeyboard/amj40/config.h => keyboards/amjkeyboard/amj40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/amjkeyboard/amj60/config.h => keyboards/amjkeyboard/amj60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/amjkeyboard/amj66/config.h => keyboards/amjkeyboard/amj66/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 5
M keyboards/amjkeyboard/amj84/config.h => keyboards/amjkeyboard/amj84/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/amjkeyboard/amj96/config.h => keyboards/amjkeyboard/amj96/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/amjkeyboard/amjpad/config.h => keyboards/amjkeyboard/amjpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/anavi/knob1/config.h => keyboards/anavi/knob1/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/anavi/macropad10/config.h => keyboards/anavi/macropad10/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* Double tap reset button to enter bootloader */
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
M keyboards/anavi/macropad8/config.h => keyboards/anavi/macropad8/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/anomalykb/a65i/config.h => keyboards/anomalykb/a65i/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/aos/tkl/config.h => keyboards/aos/tkl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/aozora/config.h => keyboards/aozora/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/aplyard/aplx6/rev1/config.h => keyboards/aplyard/aplx6/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/aplyard/aplx6/rev2/config.h => keyboards/aplyard/aplx6/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/ares/config.h => keyboards/ares/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 16
M keyboards/argo_works/ishi/80/mk0_avr/config.h => keyboards/argo_works/ishi/80/mk0_avr/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define BOOTMAGIC_LITE_ROW 1
#define BOOTMAGIC_LITE_COLUMN 0
M => +0 -1
@@ 3,7 3,6 @@
#pragma once
#include "config_common.h"
#define BOOTMAGIC_LITE_ROW 1
#define BOOTMAGIC_LITE_COLUMN 0
M keyboards/arisu/config.h => keyboards/arisu/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/arrayperipherals/1x4p1/config.h => keyboards/arrayperipherals/1x4p1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/ash1800/config.h => keyboards/ash1800/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/ash_xiix/config.h => keyboards/ash_xiix/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/ashpil/modelm_usbc/config.h => keyboards/ashpil/modelm_usbc/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/ask55/config.h => keyboards/ask55/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*== customize breathing effect ==*/
/*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/
M keyboards/atlantis/ak81_ve/config.h => keyboards/atlantis/ak81_ve/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 6
M keyboards/atlas_65/config.h => keyboards/atlas_65/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/atomic/config.h => keyboards/atomic/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/atreus/astar/config.h => keyboards/atreus/astar/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/atreus/astar_mirrored/config.h => keyboards/atreus/astar_mirrored/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/atreus/config.h => keyboards/atreus/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/atreus/f103/config.h => keyboards/atreus/f103/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/atreus/feather/config.h => keyboards/atreus/feather/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/atreus/promicro/config.h => keyboards/atreus/promicro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/atreus/teensy2/config.h => keyboards/atreus/teensy2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/atreus62/config.h => keyboards/atreus62/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/atreyu/config.h => keyboards/atreyu/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/*
* Feature disable options
M keyboards/atreyu/keymaps/default/config.h => keyboards/atreyu/keymaps/default/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
// place overrides here
#ifdef TAPPING_TERM
M keyboards/atreyu/rev1/config.h => keyboards/atreyu/rev1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/atreyu/rev2/config.h => keyboards/atreyu/rev2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/atset/at1/config.h => keyboards/atset/at1/config.h +0 -1
@@ 15,7 15,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 1
M keyboards/atset/at12/config.h => keyboards/atset/at12/config.h +0 -1
@@ 15,7 15,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 4
M keyboards/atset/at16/config.h => keyboards/atset/at16/config.h +0 -1
@@ 15,7 15,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 4
M keyboards/atset/at3/config.h => keyboards/atset/at3/config.h +0 -1
@@ 15,7 15,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 1
M keyboards/atset/at6/config.h => keyboards/atset/at6/config.h +0 -1
@@ 15,7 15,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 2
M keyboards/atset/at9/config.h => keyboards/atset/at9/config.h +0 -1
@@ 15,7 15,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 3
M keyboards/atxkb/1894/config.h => keyboards/atxkb/1894/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/aurora65/config.h => keyboards/aurora65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/avalanche/config.h => keyboards/avalanche/config.h +0 -1
@@ 3,4 3,3 @@
#pragma once
-#include "config_common.h"
M keyboards/aves60/config.h => keyboards/aves60/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/aves65/config.h => keyboards/aves65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/axolstudio/foundation_gamma/config.h => keyboards/axolstudio/foundation_gamma/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/axolstudio/helpo/config.h => keyboards/axolstudio/helpo/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/axolstudio/yeti/hotswap/config.h => keyboards/axolstudio/yeti/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/axolstudio/yeti/soldered/config.h => keyboards/axolstudio/yeti/soldered/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/aya/config.h => keyboards/aya/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 10
#define MATRIX_COLS 7
M keyboards/b_sides/rev41lp/config.h => keyboards/b_sides/rev41lp/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/bacca70/config.h => keyboards/bacca70/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/baguette/config.h => keyboards/baguette/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/bajjak/config.h => keyboards/bajjak/config.h +0 -1
@@ 21,7 21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 14
M keyboards/bandominedoni/config.h => keyboards/bandominedoni/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/bantam44/config.h => keyboards/bantam44/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/barleycorn_smd/config.h => keyboards/barleycorn_smd/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/barracuda/config.h => keyboards/barracuda/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/basekeys/slice/config.h => keyboards/basekeys/slice/config.h +0 -1
@@ 16,4 16,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
M keyboards/basekeys/trifecta/config.h => keyboards/basekeys/trifecta/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/basketweave/config.h => keyboards/basketweave/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/bastardkb/charybdis/config.h => keyboards/bastardkb/charybdis/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
/* Pointing device configuration. */
M keyboards/bastardkb/dilemma/config.h => keyboards/bastardkb/dilemma/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix configuration. */
M keyboards/bastardkb/scylla/config.h => keyboards/bastardkb/scylla/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix configuration. */
#define MATRIX_ROWS 10 // Rows are doubled-up.
M keyboards/bastardkb/skeletyl/config.h => keyboards/bastardkb/skeletyl/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix configuration. */
#define MATRIX_ROWS 8 // Rows are doubled-up.
M keyboards/bastardkb/tbkmini/config.h => keyboards/bastardkb/tbkmini/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix configuration. */
#define MATRIX_ROWS 8 // Rows are doubled-up.
M keyboards/bbrfkr/dynamis/config.h => keyboards/bbrfkr/dynamis/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix */
#define MATRIX_ROWS 10
M keyboards/bear_face/config.h => keyboards/bear_face/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/beatervan/config.h => keyboards/beatervan/config.h +0 -1
@@ 16,7 16,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/beekeeb/piantor/config.h => keyboards/beekeeb/piantor/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U
M keyboards/bemeier/bmek/config.h => keyboards/bemeier/bmek/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define DYNAMIC_KEYMAP_LAYER_COUNT 5
#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 20
M keyboards/bemeier/bmek/rev1/config.h => keyboards/bemeier/bmek/rev1/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS \
{ D4, D7, B6, B4, B7 }
M keyboards/bemeier/bmek/rev2/config.h => keyboards/bemeier/bmek/rev2/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS \
{ F4, F5, D7, B5, B4 }
M keyboards/bemeier/bmek/rev3/config.h => keyboards/bemeier/bmek/rev3/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS \
{ F1, B4, B5, D6, D7 }
M keyboards/bfake/config.h => keyboards/bfake/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 16
M keyboards/biacco42/ergo42/config.h => keyboards/biacco42/ergo42/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/biacco42/ergo42/rev1/config.h => keyboards/biacco42/ergo42/rev1/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/biacco42/meishi/config.h => keyboards/biacco42/meishi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/biacco42/meishi2/config.h => keyboards/biacco42/meishi2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/binepad/bn003/config.h => keyboards/binepad/bn003/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 1
M keyboards/binepad/bn009/config.h => keyboards/binepad/bn009/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 3
M keyboards/bioi/f60/config.h => keyboards/bioi/f60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/bioi/g60/config.h => keyboards/bioi/g60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/bioi/g60ble/config.h => keyboards/bioi/g60ble/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/bioi/morgan65/config.h => keyboards/bioi/morgan65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/bioi/s65/config.h => keyboards/bioi/s65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/black_hellebore/config.h => keyboards/black_hellebore/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#ifdef RGB_MATRIX_ENABLE
M keyboards/blackplum/config.h => keyboards/blackplum/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/blank/blank01/config.h => keyboards/blank/blank01/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/blank_tehnologii/manibus/config.h => keyboards/blank_tehnologii/manibus/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define EE_HANDS
M keyboards/blaster75/config.h => keyboards/blaster75/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Matrix Size */
#define MATRIX_ROWS 6
M keyboards/blockboy/ac980mini/config.h => keyboards/blockboy/ac980mini/config.h +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include "config_common.h"
// RGB configuration
#define RGB_DI_PIN B7
M keyboards/blockey/config.h => keyboards/blockey/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/bluebell/swoop/config.h => keyboards/bluebell/swoop/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
// key matrix size (rows are doubled)
M keyboards/boardrun/bizarre/config.h => keyboards/boardrun/bizarre/config.h +0 -1
@@ 15,7 15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/boardrun/classic/config.h => keyboards/boardrun/classic/config.h +0 -1
@@ 15,7 15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/boardwalk/config.h => keyboards/boardwalk/config.h +0 -1
@@ 15,7 15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/bobpad/config.h => keyboards/bobpad/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/bolsa/bolsalice/config.h => keyboards/bolsa/bolsalice/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/bolsa/damapad/config.h => keyboards/bolsa/damapad/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/bop/config.h => keyboards/bop/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/boston_meetup/config.h => keyboards/boston_meetup/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
//#define AUDIO_VOICES
M keyboards/botanicalkeyboards/fm2u/config.h => keyboards/botanicalkeyboards/fm2u/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/bpiphany/four_banger/config.h => keyboards/bpiphany/four_banger/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/bpiphany/frosty_flake/config.h => keyboards/bpiphany/frosty_flake/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Frosty Flake Rev. 20140521 made by Bathroom Ephiphanies
M keyboards/bpiphany/ghost_squid/config.h => keyboards/bpiphany/ghost_squid/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/bpiphany/hid_liber/config.h => keyboards/bpiphany/hid_liber/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 18
M keyboards/bpiphany/kitten_paw/config.h => keyboards/bpiphany/kitten_paw/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/bpiphany/pegasushoof/config.h => keyboards/bpiphany/pegasushoof/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/bpiphany/sixshooter/config.h => keyboards/bpiphany/sixshooter/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/bpiphany/tiger_lily/config.h => keyboards/bpiphany/tiger_lily/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Frosty Flake Rev. 20140521 made by Bathroom Ephiphanies
M keyboards/bpiphany/unloved_bastard/config.h => keyboards/bpiphany/unloved_bastard/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/bthlabs/geekpad/config.h => keyboards/bthlabs/geekpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/bubble75/hotswap/config.h => keyboards/bubble75/hotswap/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix pins */
#define MATRIX_ROW_PINS { F4, F5, F6, F7, C7, F1 }
M keyboards/buildakb/potato65/config.h => keyboards/buildakb/potato65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/buildakb/potato65hs/config.h => keyboards/buildakb/potato65hs/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/buildakb/potato65s/config.h => keyboards/buildakb/potato65s/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/buzzard/config.h => keyboards/buzzard/config.h +0 -1
@@ 3,4 3,3 @@
#pragma once
-#include "config_common.h">
\ No newline at end of file
M keyboards/cablecardesigns/cypher/rev6/config.h => keyboards/cablecardesigns/cypher/rev6/config.h +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/caffeinated/serpent65/config.h => keyboards/caffeinated/serpent65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/canary/canary60rgb/config.h => keyboards/canary/canary60rgb/config.h +0 -1
@@ 15,4 15,3 @@
*/
#pragma once
-#include "config_common.h"
M keyboards/cannonkeys/adelie/config.h => keyboards/cannonkeys/adelie/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/cannonkeys/atlas_alps/config.h => keyboards/cannonkeys/atlas_alps/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/cannonkeys/hoodrowg/config.h => keyboards/cannonkeys/hoodrowg/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 12
#define MATRIX_COLS 9
M keyboards/cannonkeys/nearfield/config.h => keyboards/cannonkeys/nearfield/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/cantor/config.h => keyboards/cantor/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/capsunlocked/cu24/config.h => keyboards/capsunlocked/cu24/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/capsunlocked/cu65/config.h => keyboards/capsunlocked/cu65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/capsunlocked/cu7/config.h => keyboards/capsunlocked/cu7/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/capsunlocked/cu75/config.h => keyboards/capsunlocked/cu75/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define DIODE_DIRECTION COL2ROW
#define MATRIX_ROWS 6
M keyboards/capsunlocked/cu80/v1/config.h => keyboards/capsunlocked/cu80/v1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/capsunlocked/cu80/v2_ansi/config.h => keyboards/capsunlocked/cu80/v2_ansi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
M keyboards/capsunlocked/cu80/v2_iso/config.h => keyboards/capsunlocked/cu80/v2_iso/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define LOCKING_SUPPORT_ENABLE
M keyboards/carbo65/config.h => keyboards/carbo65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/catch22/config.h => keyboards/catch22/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/centromere/config.h => keyboards/centromere/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/cest73/tkm/config.h => keyboards/cest73/tkm/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 11
M keyboards/chalice/config.h => keyboards/chalice/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/chaos65/config.h => keyboards/chaos65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/charue/charon/config.h => keyboards/charue/charon/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/charue/sunsetter_r2/config.h => keyboards/charue/sunsetter_r2/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 5
M keyboards/chavdai40/rev1/config.h => keyboards/chavdai40/rev1/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP FALSE
M keyboards/chavdai40/rev2/config.h => keyboards/chavdai40/rev2/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP FALSE
M keyboards/checkerboards/axon40/config.h => keyboards/checkerboards/axon40/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/checkerboards/candybar_ortho/config.h => keyboards/checkerboards/candybar_ortho/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/checkerboards/g_idb60/config.h => keyboards/checkerboards/g_idb60/config.h +0 -1
@@ 17,7 17,6 @@ Copyright 2021 Nathan Spears
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/checkerboards/nop60/config.h => keyboards/checkerboards/nop60/config.h +0 -1
@@ 17,7 17,6 @@ Copyright 2021 Nathan Spears
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/checkerboards/phoenix45_ortho/config.h => keyboards/checkerboards/phoenix45_ortho/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/checkerboards/plexus75/config.h => keyboards/checkerboards/plexus75/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/checkerboards/plexus75_he/config.h => keyboards/checkerboards/plexus75_he/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/checkerboards/pursuit40/config.h => keyboards/checkerboards/pursuit40/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/checkerboards/quark/config.h => keyboards/checkerboards/quark/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/checkerboards/quark_plus/config.h => keyboards/checkerboards/quark_plus/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/checkerboards/quark_squared/config.h => keyboards/checkerboards/quark_squared/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/checkerboards/snop60/config.h => keyboards/checkerboards/snop60/config.h +0 -1
@@ 17,7 17,6 @@ Copyright 2022 Nathan Spears
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/checkerboards/ud40_ortho_alt/config.h => keyboards/checkerboards/ud40_ortho_alt/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/cherrybstudio/cb1800/config.h => keyboards/cherrybstudio/cb1800/config.h +0 -1
@@ 13,7 13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/cherrybstudio/cb65/config.h => keyboards/cherrybstudio/cb65/config.h +0 -1
@@ 13,7 13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/cherrybstudio/cb87/config.h => keyboards/cherrybstudio/cb87/config.h +0 -1
@@ 13,7 13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/cherrybstudio/cb87rgb/config.h => keyboards/cherrybstudio/cb87rgb/config.h +0 -1
@@ 13,7 13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/cherrybstudio/cb87v2/config.h => keyboards/cherrybstudio/cb87v2/config.h +0 -1
@@ 13,7 13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/cheshire/curiosity/config.h => keyboards/cheshire/curiosity/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/chickenman/ciel/config.h => keyboards/chickenman/ciel/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/chlx/str_merro60/config.h => keyboards/chlx/str_merro60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/chocofly/config.h => keyboards/chocofly/config.h +0 -1
@@ 3,4 3,3 @@
#pragma once
-#include "config_common.h"
M keyboards/chocv/config.h => keyboards/chocv/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
- #include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/chromatonemini/config.h => keyboards/chromatonemini/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
M keyboards/cipulot/kallos/config.h => keyboards/cipulot/kallos/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ckeys/handwire_101/config.h => keyboards/ckeys/handwire_101/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ckeys/nakey/config.h => keyboards/ckeys/nakey/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ckeys/obelus/config.h => keyboards/ckeys/obelus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ckeys/thedora/config.h => keyboards/ckeys/thedora/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define ENCODERS_PAD_A { B13 }
#define ENCODERS_PAD_B { B15 }
M keyboards/ckeys/washington/config.h => keyboards/ckeys/washington/config.h +0 -1
@@ 15,7 15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/clawsome/bookerboard/config.h => keyboards/clawsome/bookerboard/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/clawsome/coupe/config.h => keyboards/clawsome/coupe/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/clawsome/doodle/config.h => keyboards/clawsome/doodle/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/clawsome/fightpad/config.h => keyboards/clawsome/fightpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/clawsome/gamebuddy/v1_0/config.h => keyboards/clawsome/gamebuddy/v1_0/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/clawsome/gamebuddy/v1_m/config.h => keyboards/clawsome/gamebuddy/v1_m/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/clawsome/hatchback/config.h => keyboards/clawsome/hatchback/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/clawsome/luggage_rack/config.h => keyboards/clawsome/luggage_rack/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/clawsome/numeros/config.h => keyboards/clawsome/numeros/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/clawsome/roadster/config.h => keyboards/clawsome/roadster/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/clawsome/sedan/config.h => keyboards/clawsome/sedan/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/clawsome/sidekick/config.h => keyboards/clawsome/sidekick/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/clawsome/suv/config.h => keyboards/clawsome/suv/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/clickety_split/leeloo/rev1/config.h => keyboards/clickety_split/leeloo/rev1/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/clueboard/17/config.h => keyboards/clueboard/17/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Number of backlighting levels */
#define BACKLIGHT_LEVELS 3
M keyboards/clueboard/2x1800/2018/config.h => keyboards/clueboard/2x1800/2018/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* audio support */
#define AUDIO_PIN_ALT B7
M keyboards/clueboard/2x1800/2019/config.h => keyboards/clueboard/2x1800/2019/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Encoder Assignments
M keyboards/clueboard/2x1800/2021/config.h => keyboards/clueboard/2x1800/2021/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* audio support */
#define AUDIO_PIN_ALT B7
M keyboards/clueboard/60/config.h => keyboards/clueboard/60/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* Backlight configuration
*/
M keyboards/clueboard/66/rev1/config.h => keyboards/clueboard/66/rev1/config.h +0 -1
@@ 1,3 1,2 @@
#pragma once
-#include "config_common.h"
M keyboards/clueboard/66/rev2/config.h => keyboards/clueboard/66/rev2/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* Backlight configuration
*/
M keyboards/clueboard/66/rev3/config.h => keyboards/clueboard/66/rev3/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* Backlight configuration
*/
M keyboards/clueboard/66/rev4/config.h => keyboards/clueboard/66/rev4/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* Backlight configuration
*/
M keyboards/clueboard/66_hotswap/config.h => keyboards/clueboard/66_hotswap/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/*
* Feature disable options
M keyboards/clueboard/66_hotswap/gen1/config.h => keyboards/clueboard/66_hotswap/gen1/config.h +0 -1
@@ 16,7 16,6 @@
*/
#pragma once
-#include "config_common.h"
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
// #define DEBOUNCE 6
M keyboards/clueboard/66_hotswap/prototype/config.h => keyboards/clueboard/66_hotswap/prototype/config.h +0 -1
@@ 1,5 1,4 @@
#pragma once
-#include "config_common.h"
/* Speaker configuration
*/
M keyboards/clueboard/california/config.h => keyboards/clueboard/california/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#define AUDIO_PIN A5
#define AUDIO_PIN_ALT A4
M keyboards/clueboard/card/config.h => keyboards/clueboard/card/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define BACKLIGHT_LEVELS 6
M keyboards/cmm_studio/fuji65/config.h => keyboards/cmm_studio/fuji65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/cmm_studio/saka68/hotswap/config.h => keyboards/cmm_studio/saka68/hotswap/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/cmm_studio/saka68/solder/config.h => keyboards/cmm_studio/saka68/solder/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/coarse/ixora/config.h => keyboards/coarse/ixora/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/coarse/vinta/config.h => keyboards/coarse/vinta/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/compound/config.h => keyboards/compound/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/contender/config.h => keyboards/contender/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/contra/config.h => keyboards/contra/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/contra/keymaps/basic/config.h => keyboards/contra/keymaps/basic/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
M keyboards/contra/keymaps/basic_qwerty/config.h => keyboards/contra/keymaps/basic_qwerty/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
M keyboards/contra/keymaps/maxr1998/config.h => keyboards/contra/keymaps/maxr1998/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#define TAPPING_TOGGLE 2
M keyboards/contra/keymaps/ryanm101/config.h => keyboards/contra/keymaps/ryanm101/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#define TAPPING_TERM 200
M keyboards/controllerworks/mini36/config.h => keyboards/controllerworks/mini36/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
/* #define DEBOUNCE 5 */
M keyboards/converter/a1200/miss1200/config.h => keyboards/converter/a1200/miss1200/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/converter/a1200/mistress1200/config.h => keyboards/converter/a1200/mistress1200/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/converter/a1200/teensy2pp/config.h => keyboards/converter/a1200/teensy2pp/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/converter/hp_46010a/config.h => keyboards/converter/hp_46010a/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 14
#define MATRIX_COLS 8
M keyboards/converter/ibm_terminal/matrix.c => keyboards/converter/ibm_terminal/matrix.c +2 -2
@@ 82,7 82,7 @@ uint8_t matrix_scan(void)
KBD_ID1,
CONFIG,
READY,
- F0,
+ F0_BREAK,
} state = RESET;
uint8_t code;
@@ 144,7 144,7 @@ uint8_t matrix_scan(void)
debug("\n");
}
break;
- case F0: // Break code
+ case F0_BREAK: // Break code
switch (code) {
case 0x00:
break;
M keyboards/converter/modelm101/config.h => keyboards/converter/modelm101/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/converter/modelm101_teensy2/config.h => keyboards/converter/modelm101_teensy2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/converter/modelm_ssk/config.h => keyboards/converter/modelm_ssk/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/converter/numeric_keypad_iie/config.h => keyboards/converter/numeric_keypad_iie/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
M keyboards/converter/periboard_512/config.h => keyboards/converter/periboard_512/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* matrix properties */
#define MATRIX_COLS 19
M keyboards/converter/usb_usb/config.h => keyboards/converter/usb_usb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* size of virtual matrix */
#define MATRIX_ROWS 16
M keyboards/converter/xt_usb/config.h => keyboards/converter/xt_usb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 16 // keycode bit: 3-0
M keyboards/cool836a/config.h => keyboards/cool836a/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/copenhagen_click/click_pad_v1/config.h => keyboards/copenhagen_click/click_pad_v1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/coseyfannitutti/discipad/config.h => keyboards/coseyfannitutti/discipad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/coseyfannitutti/discipline/config.h => keyboards/coseyfannitutti/discipline/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/coseyfannitutti/mullet/config.h => keyboards/coseyfannitutti/mullet/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/coseyfannitutti/mulletpad/config.h => keyboards/coseyfannitutti/mulletpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/coseyfannitutti/mysterium/config.h => keyboards/coseyfannitutti/mysterium/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/coseyfannitutti/romeo/config.h => keyboards/coseyfannitutti/romeo/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/cosmo65/config.h => keyboards/cosmo65/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see http://www.gnu.org/licenses/.
#pragma once
-#include "config_common.h"
/* RGB Lighting */
#define RGB_DI_PIN F7
M keyboards/cozykeys/bloomer/config.h => keyboards/cozykeys/bloomer/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
// Key matrix size
#define MATRIX_ROWS 6
M keyboards/cozykeys/bloomer/v2/config.h => keyboards/cozykeys/bloomer/v2/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
// Keyboard Matrix Assignments
#define MATRIX_ROW_PINS { D0, D1, D3, D2, D4, B2 }
M keyboards/cozykeys/bloomer/v3/config.h => keyboards/cozykeys/bloomer/v3/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
// Keyboard Matrix Assignments
#define MATRIX_ROW_PINS { D0, D1, D3, D2, D4, B2 }
M keyboards/cozykeys/speedo/v2/config.h => keyboards/cozykeys/speedo/v2/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
// Key matrix size
#define MATRIX_ROWS 5
M keyboards/cozykeys/speedo/v3/config.h => keyboards/cozykeys/speedo/v3/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
// Key matrix size
#define MATRIX_ROWS 5
M keyboards/craftwalk/config.h => keyboards/craftwalk/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/crawlpad/config.h => keyboards/crawlpad/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/crazy_keyboard_68/config.h => keyboards/crazy_keyboard_68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/crbn/config.h => keyboards/crbn/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/creatkeebs/glacier/config.h => keyboards/creatkeebs/glacier/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/creatkeebs/thera/config.h => keyboards/creatkeebs/thera/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/crimsonkeyboards/resume1800/config.h => keyboards/crimsonkeyboards/resume1800/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/crkbd/config.h => keyboards/crkbd/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/crkbd/keymaps/joe_scotto/config.h => keyboards/crkbd/keymaps/joe_scotto/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/crypt_macro/config.h => keyboards/crypt_macro/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 2
#define MATRIX_COLS 3
M keyboards/custommk/evo70/config.h => keyboards/custommk/evo70/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define OLED_UPDATE_INTERVAL 33
M keyboards/custommk/genesis/config.h => keyboards/custommk/genesis/config.h +0 -1
@@ 17,4 17,3 @@
#pragma once
-#include "config_common.h"
M keyboards/custommk/genesis/rev1/config.h => keyboards/custommk/genesis/rev1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/custommk/genesis/rev2/config.h => keyboards/custommk/genesis/rev2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/cutie_club/borsdorf/config.h => keyboards/cutie_club/borsdorf/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/cutie_club/giant_macro_pad/config.h => keyboards/cutie_club/giant_macro_pad/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 20
M keyboards/cutie_club/keebcats/denis/config.h => keyboards/cutie_club/keebcats/denis/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/cutie_club/keebcats/dougal/config.h => keyboards/cutie_club/keebcats/dougal/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/cutie_club/novus/config.h => keyboards/cutie_club/novus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/cutie_club/wraith/config.h => keyboards/cutie_club/wraith/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/cx60/config.h => keyboards/cx60/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/cybergear/macro25/config.h => keyboards/cybergear/macro25/config.h +0 -1
@@ 16,4 16,3 @@
#pragma once
-#include "config_common.h"
M keyboards/dailycraft/bat43/config.h => keyboards/dailycraft/bat43/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/dailycraft/claw44/config.h => keyboards/dailycraft/claw44/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/dailycraft/owl8/config.h => keyboards/dailycraft/owl8/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/dailycraft/sandbox/rev1/config.h => keyboards/dailycraft/sandbox/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/dailycraft/sandbox/rev2/config.h => keyboards/dailycraft/sandbox/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/dailycraft/stickey4/config.h => keyboards/dailycraft/stickey4/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/dailycraft/wings42/config.h => keyboards/dailycraft/wings42/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/dailycraft/wings42/rev1/config.h => keyboards/dailycraft/wings42/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/dailycraft/wings42/rev1_extkeys/config.h => keyboards/dailycraft/wings42/rev1_extkeys/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/dailycraft/wings42/rev2/config.h => keyboards/dailycraft/wings42/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/daji/seis_cinco/config.h => keyboards/daji/seis_cinco/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dc01/arrow/config.h => keyboards/dc01/arrow/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dc01/left/config.h => keyboards/dc01/left/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dc01/numpad/config.h => keyboards/dc01/numpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dc01/right/config.h => keyboards/dc01/right/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dekunukem/duckypad/config.h => keyboards/dekunukem/duckypad/config.h +0 -1
@@ 20,7 20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 1
#define MATRIX_COLS 17
M keyboards/delikeeb/flatbread60/config.h => keyboards/delikeeb/flatbread60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/delikeeb/vaguettelite/config.h => keyboards/delikeeb/vaguettelite/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/delikeeb/vanana/config.h => keyboards/delikeeb/vanana/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/delikeeb/vaneela/config.h => keyboards/delikeeb/vaneela/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/delikeeb/vaneelaex/config.h => keyboards/delikeeb/vaneelaex/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/delikeeb/waaffle/config.h => keyboards/delikeeb/waaffle/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/deltapad/config.h => keyboards/deltapad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/deltasplit75/v2/config.h => keyboards/deltasplit75/v2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/demiurge/config.h => keyboards/demiurge/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/deng/djam/config.h => keyboards/deng/djam/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 3
#define MATRIX_COLS 8
M keyboards/deng/thirty/config.h => keyboards/deng/thirty/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* Matrix */
#define MATRIX_ROWS 6
M keyboards/dichotomy/config.h => keyboards/dichotomy/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dinofizz/fnrow/v1/config.h => keyboards/dinofizz/fnrow/v1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 2
#define MATRIX_COLS 7
M keyboards/dk60/config.h => keyboards/dk60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dm9records/ergoinu/config.h => keyboards/dm9records/ergoinu/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D2
M keyboards/dm9records/lain/config.h => keyboards/dm9records/lain/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/dm9records/plaid/config.h => keyboards/dm9records/plaid/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/dm9records/tartan/config.h => keyboards/dm9records/tartan/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dmqdesign/spin/config.h => keyboards/dmqdesign/spin/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/do60/config.h => keyboards/do60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/doio/kb16/rev1/config.h => keyboards/doio/kb16/rev1/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/doio/kb16/rev2/config.h => keyboards/doio/kb16/rev2/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/doio/kb30/config.h => keyboards/doio/kb30/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/donutcables/budget96/config.h => keyboards/donutcables/budget96/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 18
M keyboards/donutcables/scrabblepad/config.h => keyboards/donutcables/scrabblepad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 15
M keyboards/doodboard/duckboard/config.h => keyboards/doodboard/duckboard/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/doodboard/duckboard_r2/config.h => keyboards/doodboard/duckboard_r2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/doppelganger/config.h => keyboards/doppelganger/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/doro67/multi/config.h => keyboards/doro67/multi/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/doro67/regular/config.h => keyboards/doro67/regular/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/doro67/rgb/config.h => keyboards/doro67/rgb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dp60/config.h => keyboards/dp60/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dp60/keymaps/indicator/config.h => keyboards/dp60/keymaps/indicator/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define RGB_INDICATOR_NUM 8
#undef RGBLED_NUM
M keyboards/draculad/config.h => keyboards/draculad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 8
#define MATRIX_COLS 5
M keyboards/draytronics/daisy/config.h => keyboards/draytronics/daisy/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/draytronics/elise/config.h => keyboards/draytronics/elise/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/draytronics/elise_v2/config.h => keyboards/draytronics/elise_v2/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/draytronics/scarlet/config.h => keyboards/draytronics/scarlet/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/drewkeys/iskar/config.h => keyboards/drewkeys/iskar/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/drhigsby/bkf/config.h => keyboards/drhigsby/bkf/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/drhigsby/dubba175/config.h => keyboards/drhigsby/dubba175/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/drhigsby/ogurec/config.h => keyboards/drhigsby/ogurec/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/drhigsby/packrat/config.h => keyboards/drhigsby/packrat/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/dtisaac/cg108/config.h => keyboards/dtisaac/cg108/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 11
M keyboards/dtisaac/dosa40rgb/config.h => keyboards/dtisaac/dosa40rgb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/dtisaac/dtisaac01/config.h => keyboards/dtisaac/dtisaac01/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/duck/eagle_viper/v2/config.h => keyboards/duck/eagle_viper/v2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/duck/jetfire/config.h => keyboards/duck/jetfire/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/duck/lightsaver/config.h => keyboards/duck/lightsaver/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/duck/octagon/v1/config.h => keyboards/duck/octagon/v1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/duck/octagon/v2/config.h => keyboards/duck/octagon/v2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/duck/orion/v3/config.h => keyboards/duck/orion/v3/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/duck/tcv3/config.h => keyboards/duck/tcv3/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ducky/one2mini/1861st/config.h => keyboards/ducky/one2mini/1861st/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ducky/one2sf/1967st/config.h => keyboards/ducky/one2sf/1967st/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dumbo/config.h => keyboards/dumbo/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
/* Rows are doubled up */
M keyboards/dumbpad/config.h => keyboards/dumbpad/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Column/Row IO definitions */
#define DIODE_DIRECTION COL2ROW
M keyboards/dumbpad/v0x/config.h => keyboards/dumbpad/v0x/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Column/Row IO definitions */
#define MATRIX_ROWS 4
M keyboards/dumbpad/v0x_dualencoder/config.h => keyboards/dumbpad/v0x_dualencoder/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Column/Row IO definitions - dualencoder version is true 4x4 */
#define MATRIX_ROWS 4
M keyboards/dumbpad/v1x/config.h => keyboards/dumbpad/v1x/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Column/Row IO definitions */
#define MATRIX_ROWS 4
M keyboards/dumbpad/v1x_dualencoder/config.h => keyboards/dumbpad/v1x_dualencoder/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Column/Row IO definitions */
#define MATRIX_ROWS 4
M keyboards/dumbpad/v1x_oled/config.h => keyboards/dumbpad/v1x_oled/config.h +0 -1
@@ 13,7 13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Column/Row IO definitions */
#define MATRIX_ROWS 4
M keyboards/dumbpad/v1x_right/config.h => keyboards/dumbpad/v1x_right/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Column/Row IO definitions */
#define MATRIX_ROWS 4
M keyboards/durgod/dgk6x/config.h => keyboards/durgod/dgk6x/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define WAIT_US_TIMER GPTD3
M keyboards/durgod/dgk6x/galaxy/config.h => keyboards/durgod/dgk6x/galaxy/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix rows */
#define MATRIX_ROWS 6
M keyboards/durgod/dgk6x/hades/config.h => keyboards/durgod/dgk6x/hades/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix rows */
#define MATRIX_ROWS 5
M keyboards/durgod/dgk6x/venus/config.h => keyboards/durgod/dgk6x/venus/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix rows */
#define MATRIX_ROWS 5
M keyboards/durgod/k310/base/config.h => keyboards/durgod/k310/base/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
#define WAIT_US_TIMER GPTD3
M keyboards/durgod/k320/base/config.h => keyboards/durgod/k320/base/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
#define WAIT_US_TIMER GPTD3
M keyboards/dyz/dyz40/config.h => keyboards/dyz/dyz40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/dyz/dyz60/config.h => keyboards/dyz/dyz60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5
M keyboards/dyz/dyz60_hs/config.h => keyboards/dyz/dyz60_hs/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5
M keyboards/dyz/dyz_tkl/config.h => keyboards/dyz/dyz_tkl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5
M keyboards/dyz/selka40/config.h => keyboards/dyz/selka40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5
M keyboards/dyz/synthesis60/config.h => keyboards/dyz/synthesis60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5
M keyboards/dz60/config.h => keyboards/dz60/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dztech/bocc/config.h => keyboards/dztech/bocc/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dztech/duo_s/config.h => keyboards/dztech/duo_s/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dztech/dz60rgb/config.h => keyboards/dztech/dz60rgb/config.h +0 -1
@@ 1,3 1,2 @@
#pragma once
-#include "config_common.h"
M keyboards/dztech/dz60rgb_ansi/config.h => keyboards/dztech/dz60rgb_ansi/config.h +0 -1
@@ 1,3 1,2 @@
#pragma once
-#include "config_common.h"
M keyboards/dztech/dz60rgb_wkl/config.h => keyboards/dztech/dz60rgb_wkl/config.h +0 -1
@@ 1,3 1,2 @@
#pragma once
-#include "config_common.h"
M keyboards/dztech/dz65rgb/config.h => keyboards/dztech/dz65rgb/config.h +0 -1
@@ 15,4 15,3 @@
*/
#pragma once
-#include "config_common.h"
M keyboards/dztech/dz65rgb/v3/config.h => keyboards/dztech/dz65rgb/v3/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/dztech/dz96/config.h => keyboards/dztech/dz96/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/dztech/endless80/config.h => keyboards/dztech/endless80/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 15
M keyboards/e88/config.h => keyboards/e88/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ealdin/quadrant/config.h => keyboards/ealdin/quadrant/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/earth_rover/config.h => keyboards/earth_rover/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/eason/capsule65/config.h => keyboards/eason/capsule65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ebastler/e80_1800/config.h => keyboards/ebastler/e80_1800/config.h +0 -1
@@ 14,7 14,6 @@
*/
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD1
#define BACKLIGHT_PWM_CHANNEL 2
#define BACKLIGHT_PAL_MODE 2
M keyboards/ebastler/isometria_75/rev1/config.h => keyboards/ebastler/isometria_75/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/eco/config.h => keyboards/eco/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/edc40/config.h => keyboards/edc40/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 4
#define MATRIX_COLS 11
M keyboards/edda/config.h => keyboards/edda/config.h +0 -1
@@ 13,7 13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/edi/hardlight/mk1/config.h => keyboards/edi/hardlight/mk1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/edi/standaside/config.h => keyboards/edi/standaside/config.h +0 -1
@@ 2,7 2,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/edinburgh41/config.h => keyboards/edinburgh41/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS \
{ F4, F5, F6, F7, B1, B3, B2 }
M keyboards/eek/config.h => keyboards/eek/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/efreet/config.h => keyboards/efreet/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/ein_60/config.h => keyboards/ein_60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ekow/akira/config.h => keyboards/ekow/akira/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
// key matrix size
#define MATRIX_ROWS 5
M keyboards/elephant42/config.h => keyboards/elephant42/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/emajesty/eiri/config.h => keyboards/emajesty/eiri/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/emery65/config.h => keyboards/emery65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/emi20/config.h => keyboards/emi20/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/emptystring/nqg/config.h => keyboards/emptystring/nqg/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/eniigmakeyboards/ek60/config.h => keyboards/eniigmakeyboards/ek60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/eniigmakeyboards/ek65/config.h => keyboards/eniigmakeyboards/ek65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/eniigmakeyboards/ek87/config.h => keyboards/eniigmakeyboards/ek87/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ep/40/config.h => keyboards/ep/40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ep/96/config.h => keyboards/ep/96/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ep/comsn/hs68/config.h => keyboards/ep/comsn/hs68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ep/comsn/mollydooker/config.h => keyboards/ep/comsn/mollydooker/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ep/comsn/tf_longeboye/config.h => keyboards/ep/comsn/tf_longeboye/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/epoch80/config.h => keyboards/epoch80/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ergodox_ez/config.h => keyboards/ergodox_ez/config.h +0 -1
@@ 20,7 20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 14
M keyboards/ergodox_stm32/config.h => keyboards/ergodox_stm32/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 14
#define MATRIX_ROWS_PER_SIDE (MATRIX_ROWS / 2)
M keyboards/ergoslab/config.h => keyboards/ergoslab/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MOUSEKEY_INTERVAL 16
#define MOUSEKEY_DELAY 0
M keyboards/ergotravel/config.h => keyboards/ergotravel/config.h +0 -1
@@ 17,5 17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/ericrlau/numdiscipline/rev1/config.h => keyboards/ericrlau/numdiscipline/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/esca/getawayvan/config.h => keyboards/esca/getawayvan/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/esca/getawayvan_f042/config.h => keyboards/esca/getawayvan_f042/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/eternal_keypad/config.h => keyboards/eternal_keypad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/eu_isolation/config.h => keyboards/eu_isolation/config.h +0 -1
@@ 14,7 14,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/evancookaudio/sleepingdinosaur/config.h => keyboards/evancookaudio/sleepingdinosaur/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
M keyboards/evancookaudio/tenpad/config.h => keyboards/evancookaudio/tenpad/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
M keyboards/eve/meteor/config.h => keyboards/eve/meteor/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 15
M keyboards/evil80/config.h => keyboards/evil80/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/evyd13/atom47/rev2/config.h => keyboards/evyd13/atom47/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/evyd13/atom47/rev3/config.h => keyboards/evyd13/atom47/rev3/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/evyd13/atom47/rev4/config.h => keyboards/evyd13/atom47/rev4/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/evyd13/atom47/rev5/config.h => keyboards/evyd13/atom47/rev5/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/evyd13/eon40/config.h => keyboards/evyd13/eon40/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/evyd13/eon65/config.h => keyboards/evyd13/eon65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/evyd13/eon75/config.h => keyboards/evyd13/eon75/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/evyd13/eon87/config.h => keyboards/evyd13/eon87/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/evyd13/eon95/config.h => keyboards/evyd13/eon95/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/evyd13/gh80_1800/config.h => keyboards/evyd13/gh80_1800/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/evyd13/gh80_3700/config.h => keyboards/evyd13/gh80_3700/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/evyd13/gud70/config.h => keyboards/evyd13/gud70/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/evyd13/minitomic/config.h => keyboards/evyd13/minitomic/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/evyd13/mx5160/config.h => keyboards/evyd13/mx5160/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/evyd13/nt660/config.h => keyboards/evyd13/nt660/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/evyd13/nt750/config.h => keyboards/evyd13/nt750/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/evyd13/nt980/config.h => keyboards/evyd13/nt980/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/evyd13/omrontkl/config.h => keyboards/evyd13/omrontkl/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/evyd13/plain60/config.h => keyboards/evyd13/plain60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/evyd13/pockettype/config.h => keyboards/evyd13/pockettype/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/evyd13/quackfire/config.h => keyboards/evyd13/quackfire/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/evyd13/solheim68/config.h => keyboards/evyd13/solheim68/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/evyd13/ta65/config.h => keyboards/evyd13/ta65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/evyd13/wasdat/config.h => keyboards/evyd13/wasdat/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/evyd13/wasdat_code/config.h => keyboards/evyd13/wasdat_code/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/evyd13/wonderland/config.h => keyboards/evyd13/wonderland/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/exclusive/e65/config.h => keyboards/exclusive/e65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/exclusive/e6_rgb/config.h => keyboards/exclusive/e6_rgb/config.h +0 -1
@@ 4,7 4,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/exclusive/e6v2/le/config.h => keyboards/exclusive/e6v2/le/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/exclusive/e6v2/oe/config.h => keyboards/exclusive/e6v2/oe/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/exclusive/e7v1/config.h => keyboards/exclusive/e7v1/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/exclusive/e7v1se/config.h => keyboards/exclusive/e7v1se/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/exclusive/e85/config.h => keyboards/exclusive/e85/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 11
M keyboards/exent/config.h => keyboards/exent/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/eyeohdesigns/babyv/config.h => keyboards/eyeohdesigns/babyv/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/eyeohdesigns/sprh/config.h => keyboards/eyeohdesigns/sprh/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/eyeohdesigns/theboulevard/config.h => keyboards/eyeohdesigns/theboulevard/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/facew/config.h => keyboards/facew/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 16
M keyboards/fallacy/config.h => keyboards/fallacy/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size
*/
M keyboards/fc660c/config.h => keyboards/fc660c/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fc980c/config.h => keyboards/fc980c/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Maximum dynamic keymap layers (constrained by EEPROM space) */
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
M keyboards/fc980c/keymaps/actuation-point-example/config.h => keyboards/fc980c/keymaps/actuation-point-example/config.h +0 -1
@@ 17,7 17,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
// place overrides here
M keyboards/fc980c/keymaps/coloneljesus/config.h => keyboards/fc980c/keymaps/coloneljesus/config.h +0 -1
@@ 17,7 17,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
// place overrides here
M keyboards/feels/feels65/config.h => keyboards/feels/feels65/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/feker/ik75/config.h => keyboards/feker/ik75/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ferris/sweep/config.h => keyboards/ferris/sweep/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/ffkeebs/puca/config.h => keyboards/ffkeebs/puca/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 5
M keyboards/ffkeebs/siris/config.h => keyboards/ffkeebs/siris/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/7vhotswap/config.h => keyboards/fjlabs/7vhotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/fjlabs/ad65/config.h => keyboards/fjlabs/ad65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/avalon/config.h => keyboards/fjlabs/avalon/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/bks65/config.h => keyboards/fjlabs/bks65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/bks65solder/config.h => keyboards/fjlabs/bks65solder/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/bolsa65/config.h => keyboards/fjlabs/bolsa65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/kf87/config.h => keyboards/fjlabs/kf87/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/fjlabs/kyuu/config.h => keyboards/fjlabs/kyuu/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/ldk65/config.h => keyboards/fjlabs/ldk65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/midway60/config.h => keyboards/fjlabs/midway60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/mk61rgbansi/config.h => keyboards/fjlabs/mk61rgbansi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/peaker/config.h => keyboards/fjlabs/peaker/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/polaris/config.h => keyboards/fjlabs/polaris/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/ready100/config.h => keyboards/fjlabs/ready100/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/sinanju/config.h => keyboards/fjlabs/sinanju/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/sinanjuwk/config.h => keyboards/fjlabs/sinanjuwk/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/solanis/config.h => keyboards/fjlabs/solanis/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/fjlabs/swordfish/config.h => keyboards/fjlabs/swordfish/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/tf60ansi/config.h => keyboards/fjlabs/tf60ansi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/tf60v2/config.h => keyboards/fjlabs/tf60v2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/fjlabs/tf65rgbv2/config.h => keyboards/fjlabs/tf65rgbv2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/flehrad/bigswitch/config.h => keyboards/flehrad/bigswitch/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/flehrad/downbubble/config.h => keyboards/flehrad/downbubble/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/flehrad/numbrero/config.h => keyboards/flehrad/numbrero/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/flehrad/snagpad/config.h => keyboards/flehrad/snagpad/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/flehrad/tradestation/config.h => keyboards/flehrad/tradestation/config.h +0 -1
@@ 15,7 15,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/fleuron/config.h => keyboards/fleuron/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/fluorite/config.h => keyboards/fluorite/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 16
M keyboards/flx/lodestone/config.h => keyboards/flx/lodestone/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/flx/virgo/config.h => keyboards/flx/virgo/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/flxlb/zplit/config.h => keyboards/flxlb/zplit/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/flygone60/rev3/config.h => keyboards/flygone60/rev3/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/foostan/cornelius/config.h => keyboards/foostan/cornelius/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/for_science/config.h => keyboards/for_science/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/forever65/config.h => keyboards/forever65/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
M keyboards/fortitude60/rev1/config.h => keyboards/fortitude60/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/foxlab/key65/hotswap/config.h => keyboards/foxlab/key65/hotswap/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/foxlab/key65/universal/config.h => keyboards/foxlab/key65/universal/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/foxlab/leaf60/hotswap/config.h => keyboards/foxlab/leaf60/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/foxlab/leaf60/universal/config.h => keyboards/foxlab/leaf60/universal/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/foxlab/time80/config.h => keyboards/foxlab/time80/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/foxlab/time_re/hotswap/config.h => keyboards/foxlab/time_re/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/foxlab/time_re/universal/config.h => keyboards/foxlab/time_re/universal/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/fr4/southpaw75/config.h => keyboards/fr4/southpaw75/config.h +0 -1
@@ 16,7 16,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/fr4/unix60/config.h => keyboards/fr4/unix60/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/fractal/config.h => keyboards/fractal/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/free_willy/config.h => keyboards/free_willy/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/friedrich/config.h => keyboards/friedrich/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/frooastboard/nano/config.h => keyboards/frooastboard/nano/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/ft/mars65/config.h => keyboards/ft/mars65/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ft/mars80/config.h => keyboards/ft/mars80/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 20
M keyboards/function96/v1/config.h => keyboards/function96/v1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/function96/v2/config.h => keyboards/function96/v2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/fungo/rev1/config.h => keyboards/fungo/rev1/config.h +0 -1
@@ 18,7 18,6 @@
-#include "config_common.h"
#define SOFT_SERIAL_PIN D3 // RX8
M keyboards/funky40/config.h => keyboards/funky40/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/gami_studio/lex60/config.h => keyboards/gami_studio/lex60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/gboards/butterstick/config.h => keyboards/gboards/butterstick/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#define VERSION "Paula Deen"
M keyboards/gboards/ergotaco/config.h => keyboards/gboards/ergotaco/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Copy and worked on with love from the EZ team
#pragma once
-#include "config_common.h"
#define VERBOSE
M keyboards/gboards/georgi/config.h => keyboards/gboards/georgi/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Copy and worked on with love from the EZ team
#pragma once
-#include "config_common.h"
/* Defaults */
M keyboards/gboards/gergo/config.h => keyboards/gboards/gergo/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Copy and worked on with love from the EZ team
#pragma once
-#include "config_common.h"
#define BOOTMAGIC_LITE_ROW 13
#define BOOTMAGIC_LITE_COLUMN 2
M keyboards/gboards/gergoplex/config.h => keyboards/gboards/gergoplex/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Copy and worked on with love from the EZ team
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/geekboards/macropad_v2/config.h => keyboards/geekboards/macropad_v2/config.h +0 -1
@@ 13,7 13,6 @@
* 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 "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/geekboards/tester/config.h => keyboards/geekboards/tester/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 2
#define MATRIX_COLS 4
M keyboards/generic_panda/panda65_01/config.h => keyboards/generic_panda/panda65_01/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/genone/eclipse_65/config.h => keyboards/genone/eclipse_65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/genone/g1_65/config.h => keyboards/genone/g1_65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/geonworks/frogmini/fmh/config.h => keyboards/geonworks/frogmini/fmh/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 14
M keyboards/geonworks/frogmini/fms/config.h => keyboards/geonworks/frogmini/fms/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 14
M keyboards/ggkeyboards/genesis/hotswap/config.h => keyboards/ggkeyboards/genesis/hotswap/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ggkeyboards/genesis/solder/config.h => keyboards/ggkeyboards/genesis/solder/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/gh60/revc/config.h => keyboards/gh60/revc/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/gh60/satan/config.h => keyboards/gh60/satan/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/gh60/v1p3/config.h => keyboards/gh60/v1p3/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/gh80_3000/config.h => keyboards/gh80_3000/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 11
M keyboards/ghs/rar/config.h => keyboards/ghs/rar/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/giabalanai/config.h => keyboards/giabalanai/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/gizmo_engineering/gk6/config.h => keyboards/gizmo_engineering/gk6/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/gkeyboard/gkb_m16/config.h => keyboards/gkeyboard/gkb_m16/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/gl516/a52gl/config.h => keyboards/gl516/a52gl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/gl516/j73gl/config.h => keyboards/gl516/j73gl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/gl516/n51gl/config.h => keyboards/gl516/n51gl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/glenpickle/chimera_ergo/config.h => keyboards/glenpickle/chimera_ergo/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/glenpickle/chimera_ls/config.h => keyboards/glenpickle/chimera_ls/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/glenpickle/chimera_ortho/config.h => keyboards/glenpickle/chimera_ortho/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/glenpickle/chimera_ortho_plus/config.h => keyboards/glenpickle/chimera_ortho_plus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/gmmk/gmmk2/p65/config.h => keyboards/gmmk/gmmk2/p65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/gmmk/gmmk2/p96/ansi/keymaps/via/config.h => keyboards/gmmk/gmmk2/p96/ansi/keymaps/via/config.h +0 -1
@@ 16,6 16,5 @@
#pragma once
-#include "config_common.h"
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
M keyboards/gmmk/gmmk2/p96/config.h => keyboards/gmmk/gmmk2/p96/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 14
M keyboards/gmmk/gmmk2/p96/iso/keymaps/via/config.h => keyboards/gmmk/gmmk2/p96/iso/keymaps/via/config.h +0 -1
@@ 16,6 16,5 @@
#pragma once
-#include "config_common.h"
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
M keyboards/gmmk/pro/config.h => keyboards/gmmk/pro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 11
M keyboards/gmmk/pro/rev1/ansi/config.h => keyboards/gmmk/pro/rev1/ansi/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define DRIVER_1_LED_TOTAL 66
#define DRIVER_2_LED_TOTAL 32
M keyboards/gmmk/pro/rev1/config.h => keyboards/gmmk/pro/rev1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* SPI Config for LED Driver */
#define SPI_DRIVER SPID1
M keyboards/gmmk/pro/rev1/iso/config.h => keyboards/gmmk/pro/rev1/iso/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define DRIVER_1_LED_TOTAL 66
#define DRIVER_2_LED_TOTAL 33
M keyboards/gmmk/pro/rev2/ansi/config.h => keyboards/gmmk/pro/rev2/ansi/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define DRIVER_1_LED_TOTAL 66
#define DRIVER_2_LED_TOTAL 32
M keyboards/gmmk/pro/rev2/config.h => keyboards/gmmk/pro/rev2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* External spi flash */
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B12
M keyboards/gmmk/pro/rev2/iso/config.h => keyboards/gmmk/pro/rev2/iso/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define DRIVER_1_LED_TOTAL 66
#define DRIVER_2_LED_TOTAL 33
M keyboards/gon/nerd60/config.h => keyboards/gon/nerd60/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/gon/nerdtkl/config.h => keyboards/gon/nerdtkl/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/gopolar/gg86/config.h => keyboards/gopolar/gg86/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/gorthage_truck/config.h => keyboards/gorthage_truck/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/gowla/config.h => keyboards/gowla/config.h +0 -1
@@ 15,7 15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Matrix size */
#define MATRIX_ROWS 3
M keyboards/gray_studio/aero75/config.h => keyboards/gray_studio/aero75/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/gray_studio/apollo80/config.h => keyboards/gray_studio/apollo80/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/gray_studio/cod67/config.h => keyboards/gray_studio/cod67/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/gray_studio/space65/config.h => keyboards/gray_studio/space65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/gray_studio/space65r3/config.h => keyboards/gray_studio/space65r3/config.h +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-2.0
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/gray_studio/think65/hotswap/config.h => keyboards/gray_studio/think65/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/gray_studio/think65/solder/config.h => keyboards/gray_studio/think65/solder/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/grid600/press/config.h => keyboards/grid600/press/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/gvalchca/ga150/config.h => keyboards/gvalchca/ga150/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/gvalchca/spaccboard/config.h => keyboards/gvalchca/spaccboard/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/h0oni/deskpad/config.h => keyboards/h0oni/deskpad/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/h0oni/hotduck/config.h => keyboards/h0oni/hotduck/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/hadron/config.h => keyboards/hadron/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
//#define AUDIO_VOICES
M keyboards/halfcliff/config.h => keyboards/halfcliff/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 20
M keyboards/halokeys/elemental75/config.h => keyboards/halokeys/elemental75/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/han60/config.h => keyboards/han60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/hand88/config.h => keyboards/hand88/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/108key_trackpoint/config.h => keyboards/handwired/108key_trackpoint/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 8
#define MATRIX_COLS 23
M keyboards/handwired/10k/config.h => keyboards/handwired/10k/config.h +0 -1
@@ 15,7 15,6 @@ 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 "config_common.h"
/* Enables This makes it easier for fast typists to use dual-function keys */
#define PERMISSIVE_HOLD
M keyboards/handwired/2x5keypad/config.h => keyboards/handwired/2x5keypad/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/handwired/3dfoxc/config.h => keyboards/handwired/3dfoxc/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/3dortho14u/rev1/config.h => keyboards/handwired/3dortho14u/rev1/config.h +0 -1
@@ 3,4 3,3 @@
#pragma once
-#include "config_common.h"
M keyboards/handwired/3dortho14u/rev2/config.h => keyboards/handwired/3dortho14u/rev2/config.h +0 -1
@@ 3,4 3,3 @@
#pragma once
-#include "config_common.h"
M keyboards/handwired/3dp660/config.h => keyboards/handwired/3dp660/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define TAPPING_TERM 400
M keyboards/handwired/412_64/config.h => keyboards/handwired/412_64/config.h +0 -1
@@ 2,7 2,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/handwired/42/config.h => keyboards/handwired/42/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/6key/config.h => keyboards/handwired/6key/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/handwired/6macro/config.h => keyboards/handwired/6macro/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/handwired/aball/config.h => keyboards/handwired/aball/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/handwired/acacia/config.h => keyboards/handwired/acacia/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
//#define TAPPING_TERM 200
//#define PERMISSIVE_HOLD
M keyboards/handwired/aek64/config.h => keyboards/handwired/aek64/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/aim65/config.h => keyboards/handwired/aim65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/handwired/alcor_dactyl/config.h => keyboards/handwired/alcor_dactyl/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/*
* Feature disable options
M keyboards/handwired/amigopunk/config.h => keyboards/handwired/amigopunk/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/aplx2/config.h => keyboards/handwired/aplx2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/handwired/aranck/config.h => keyboards/handwired/aranck/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/arrow_pad/config.h => keyboards/handwired/arrow_pad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/atreus50/config.h => keyboards/handwired/atreus50/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/axon/config.h => keyboards/handwired/axon/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/baredev/rev1/config.h => keyboards/handwired/baredev/rev1/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/handwired/battleship_gamepad/config.h => keyboards/handwired/battleship_gamepad/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/bdn9_ble/config.h => keyboards/handwired/bdn9_ble/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/handwired/bento/rev1/config.h => keyboards/handwired/bento/rev1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/handwired/bigmac/config.h => keyboards/handwired/bigmac/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/bolek/config.h => keyboards/handwired/bolek/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/handwired/boss566y/redragon_vara/config.h => keyboards/handwired/boss566y/redragon_vara/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/handwired/brain/config.h => keyboards/handwired/brain/config.h +0 -1
@@ 20,7 20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define SPLIT_USB_DETECT
M keyboards/handwired/bstk100/config.h => keyboards/handwired/bstk100/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/cans12er/config.h => keyboards/handwired/cans12er/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/handwired/carpolly/config.h => keyboards/handwired/carpolly/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/chiron/config.h => keyboards/handwired/chiron/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 10
#define MATRIX_COLS 7
M keyboards/handwired/cmd60/config.h => keyboards/handwired/cmd60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/co60/rev1/config.h => keyboards/handwired/co60/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/co60/rev6/config.h => keyboards/handwired/co60/rev6/config.h +0 -1
@@ 16,7 16,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/co60/rev7/config.h => keyboards/handwired/co60/rev7/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/colorlice/config.h => keyboards/handwired/colorlice/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/concertina/64key/config.h => keyboards/handwired/concertina/64key/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 8
#define MATRIX_COLS 8
M keyboards/handwired/consolekeyboard/18key/config.h => keyboards/handwired/consolekeyboard/18key/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/handwired/consolekeyboard/20key/config.h => keyboards/handwired/consolekeyboard/20key/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/handwired/consolekeyboard/27key/config.h => keyboards/handwired/consolekeyboard/27key/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/handwired/consolekeyboard/30key/config.h => keyboards/handwired/consolekeyboard/30key/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/handwired/croxsplit44/config.h => keyboards/handwired/croxsplit44/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 4
#define MATRIX_COLS 12
M keyboards/handwired/curiosity/config.h => keyboards/handwired/curiosity/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/cyberstar/config.h => keyboards/handwired/cyberstar/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/d48/config.h => keyboards/handwired/d48/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/dactyl/config.h => keyboards/handwired/dactyl/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define DIODE_DIRECTION ROW2COL
#define MATRIX_ROWS 6
M keyboards/handwired/dactyl_left/config.h => keyboards/handwired/dactyl_left/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/dactyl_manuform/3x5_3/config.h => keyboards/handwired/dactyl_manuform/3x5_3/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/dactyl_manuform/4x5/config.h => keyboards/handwired/dactyl_manuform/4x5/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/dactyl_manuform/4x5_5/config.h => keyboards/handwired/dactyl_manuform/4x5_5/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 10
#define MATRIX_COLUMNS 5
M keyboards/handwired/dactyl_manuform/4x6/config.h => keyboards/handwired/dactyl_manuform/4x6/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/dactyl_manuform/4x6_5/config.h => keyboards/handwired/dactyl_manuform/4x6_5/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/dactyl_manuform/5x6/config.h => keyboards/handwired/dactyl_manuform/5x6/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/dactyl_manuform/5x6_2_5/config.h => keyboards/handwired/dactyl_manuform/5x6_2_5/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/handwired/dactyl_manuform/5x6_5/config.h => keyboards/handwired/dactyl_manuform/5x6_5/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/dactyl_manuform/5x6_6/config.h => keyboards/handwired/dactyl_manuform/5x6_6/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/dactyl_manuform/5x7/config.h => keyboards/handwired/dactyl_manuform/5x7/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/config.h => keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#undef SOFT_SERIAL_PIN
M keyboards/handwired/dactyl_manuform/6x6/config.h => keyboards/handwired/dactyl_manuform/6x6/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* USB Device descriptor parameter */
M keyboards/handwired/dactyl_manuform/6x6/promicro/config.h => keyboards/handwired/dactyl_manuform/6x6/promicro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
// wiring of each half
#define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B5 }
M keyboards/handwired/dactyl_manuform/6x6_4/config.h => keyboards/handwired/dactyl_manuform/6x6_4/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/dactyl_manuform/6x6_kinesis/config.h => keyboards/handwired/dactyl_manuform/6x6_kinesis/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/dactyl_manuform/6x7/config.h => keyboards/handwired/dactyl_manuform/6x7/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/dactyl_manuform/config.h => keyboards/handwired/dactyl_manuform/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* mouse config */
#define MOUSEKEY_INTERVAL 20
M keyboards/handwired/dactyl_manuform/dmote/62key/config.h => keyboards/handwired/dactyl_manuform/dmote/62key/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 12
#define MATRIX_COLS 6
M keyboards/handwired/dactyl_manuform/dmote/config.h => keyboards/handwired/dactyl_manuform/dmote/config.h +0 -1
@@ 1,3 1,2 @@
#pragma once
-#include "config_common.h"
M keyboards/handwired/dactyl_promicro/config.h => keyboards/handwired/dactyl_promicro/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/dactyl_rah/config.h => keyboards/handwired/dactyl_rah/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/daishi/config.h => keyboards/handwired/daishi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/handwired/datahand/config.h => keyboards/handwired/datahand/config.h +0 -1
@@ 15,7 15,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 13
M keyboards/handwired/dc/mc/001/config.h => keyboards/handwired/dc/mc/001/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
BUTTON_MUTE = _BV(4),
M keyboards/handwired/ddg_56/config.h => keyboards/handwired/ddg_56/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/dqz11n1g/config.h => keyboards/handwired/dqz11n1g/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Matrix size */
#define MATRIX_ROWS 7
M keyboards/handwired/dygma/raise/config.h => keyboards/handwired/dygma/raise/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
// rows are doubled for split
M keyboards/handwired/eagleii/config.h => keyboards/handwired/eagleii/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 12
#define MATRIX_COLS 12
M keyboards/handwired/elrgo_s/config.h => keyboards/handwired/elrgo_s/config.h +0 -1
@@ 17,7 17,6 @@ Copyright 2021 Yaroslav Smirnov <elorenn@bk.ru>
#pragma once
-#include "config_common.h"
// Rows are doubled-up for splits
#define MATRIX_ROWS 8
M keyboards/handwired/evk/v1_3/config.h => keyboards/handwired/evk/v1_3/config.h +0 -1
@@ 15,7 15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/fc200rt_qmk/config.h => keyboards/handwired/fc200rt_qmk/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/handwired/fivethirteen/config.h => keyboards/handwired/fivethirteen/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/floorboard/config.h => keyboards/handwired/floorboard/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/frankie_macropad/config.h => keyboards/handwired/frankie_macropad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/handwired/frenchdev/config.h => keyboards/handwired/frenchdev/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 16
M keyboards/handwired/freoduo/config.h => keyboards/handwired/freoduo/config.h +0 -1
@@ 15,7 15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
/* rows are doubled-up */
M keyboards/handwired/fruity60/config.h => keyboards/handwired/fruity60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/gamenum/config.h => keyboards/handwired/gamenum/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/hacked_motospeed/config.h => keyboards/handwired/hacked_motospeed/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/handwired/heisenberg/config.h => keyboards/handwired/heisenberg/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/hexon38/config.h => keyboards/handwired/hexon38/config.h +0 -1
@@ 2,7 2,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/hnah108/config.h => keyboards/handwired/hnah108/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/handwired/hnah40/config.h => keyboards/handwired/hnah40/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/hnah40rgb/config.h => keyboards/handwired/hnah40rgb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/hwpm87/config.h => keyboards/handwired/hwpm87/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
M keyboards/handwired/ibm122m/config.h => keyboards/handwired/ibm122m/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/handwired/ibm_wheelwriter/config.h => keyboards/handwired/ibm_wheelwriter/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/handwired/jn68m/config.h => keyboards/handwired/jn68m/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/jopr/config.h => keyboards/handwired/jopr/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/handwired/jot50/config.h => keyboards/handwired/jot50/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/jotanck/config.h => keyboards/handwired/jotanck/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/jotpad16/config.h => keyboards/handwired/jotpad16/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/jtallbean/split_65/config.h => keyboards/handwired/jtallbean/split_65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10 // Double rows for split keyboards. split_65 has 5, so define 10
M keyboards/handwired/juliet/config.h => keyboards/handwired/juliet/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/k8split/config.h => keyboards/handwired/k8split/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/k_numpad17/config.h => keyboards/handwired/k_numpad17/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define TAPPING_TERM 400
M keyboards/handwired/kbod/config.h => keyboards/handwired/kbod/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/handwired/ks63/config.h => keyboards/handwired/ks63/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/handwired/lagrange/config.h => keyboards/handwired/lagrange/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define EE_HANDS
#define SPLIT_USB_DETECT
M keyboards/handwired/leftynumpad/config.h => keyboards/handwired/leftynumpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/lemonpad/config.h => keyboards/handwired/lemonpad/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/handwired/lovelive9/config.h => keyboards/handwired/lovelive9/config.h +0 -1
@@ 1,7 1,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/handwired/m40/5x5_macropad/config.h => keyboards/handwired/m40/5x5_macropad/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/macroboard/config.h => keyboards/handwired/macroboard/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/macroboard/f401/config.h => keyboards/handwired/macroboard/f401/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS { A4, A3, A2, A1, A0 }
#define MATRIX_COL_PINS { A5, A6, A7, B0, B1, B10 }
M keyboards/handwired/macroboard/f411/config.h => keyboards/handwired/macroboard/f411/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS { A15, B3, B4, B5, B7 }
#define MATRIX_COL_PINS { B12, B13, B14, B15, A8, A10 }
M keyboards/handwired/magicforce61/config.h => keyboards/handwired/magicforce61/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/magicforce68/config.h => keyboards/handwired/magicforce68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/marauder/config.h => keyboards/handwired/marauder/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/handwired/mechboards_micropad/config.h => keyboards/handwired/mechboards_micropad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/handwired/meck_tkl/config.h => keyboards/handwired/meck_tkl/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/minorca/config.h => keyboards/handwired/minorca/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/misterdeck/config.h => keyboards/handwired/misterdeck/config.h +0 -1
@@ 17,4 17,3 @@
#pragma once
-#include "config_common.h"
M keyboards/handwired/ms_sculpt_mobile/config.h => keyboards/handwired/ms_sculpt_mobile/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/handwired/mutepad/config.h => keyboards/handwired/mutepad/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/handwired/myskeeb/config.h => keyboards/handwired/myskeeb/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
// Key Matrix Size //
// Rows are Doubled-up
M keyboards/handwired/nicekey/config.h => keyboards/handwired/nicekey/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/handwired/not_so_minidox/config.h => keyboards/handwired/not_so_minidox/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/novem/config.h => keyboards/handwired/novem/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/handwired/nozbe_macro/config.h => keyboards/handwired/nozbe_macro/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/handwired/numpad20/config.h => keyboards/handwired/numpad20/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/obuwunkunubi/spaget/config.h => keyboards/handwired/obuwunkunubi/spaget/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/oem_ansi_fullsize/config.h => keyboards/handwired/oem_ansi_fullsize/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/oem_iso_fullsize/config.h => keyboards/handwired/oem_iso_fullsize/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/onekey/blackpill_f401/config.h => keyboards/handwired/onekey/blackpill_f401/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD5
#define BACKLIGHT_PWM_CHANNEL 1
M keyboards/handwired/onekey/blackpill_f401_tinyuf2/config.h => keyboards/handwired/onekey/blackpill_f401_tinyuf2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD5
#define BACKLIGHT_PWM_CHANNEL 1
M keyboards/handwired/onekey/blackpill_f411/config.h => keyboards/handwired/onekey/blackpill_f411/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD5
#define BACKLIGHT_PWM_CHANNEL 1
M keyboards/handwired/onekey/blackpill_f411_tinyuf2/config.h => keyboards/handwired/onekey/blackpill_f411_tinyuf2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD5
#define BACKLIGHT_PWM_CHANNEL 1
M keyboards/handwired/onekey/bluepill/config.h => keyboards/handwired/onekey/bluepill/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD2
#define BACKLIGHT_PWM_CHANNEL 1
M keyboards/handwired/onekey/bluepill_f103c6/config.h => keyboards/handwired/onekey/bluepill_f103c6/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD2
#define BACKLIGHT_PWM_CHANNEL 1
M keyboards/handwired/onekey/bluepill_uf2boot/config.h => keyboards/handwired/onekey/bluepill_uf2boot/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD2
#define BACKLIGHT_PWM_CHANNEL 1
M keyboards/handwired/onekey/elite_c/config.h => keyboards/handwired/onekey/elite_c/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define RGB_CI_PIN B1
M keyboards/handwired/onekey/evb_wb32f3g71/config.h => keyboards/handwired/onekey/evb_wb32f3g71/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define ADC_PIN A0
M keyboards/handwired/onekey/evb_wb32fq95/config.h => keyboards/handwired/onekey/evb_wb32fq95/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define ADC_PIN A0
M keyboards/handwired/onekey/kb2040/config.h => keyboards/handwired/onekey/kb2040/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define DEBUG_MATRIX_SCAN_RATE
M keyboards/handwired/onekey/nucleo_f446re/config.h => keyboards/handwired/onekey/nucleo_f446re/config.h +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD4
#define BACKLIGHT_PWM_CHANNEL 3
M keyboards/handwired/onekey/nucleo_l432kc/config.h => keyboards/handwired/onekey/nucleo_l432kc/config.h +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD4
#define BACKLIGHT_PWM_CHANNEL 3
M keyboards/handwired/onekey/promicro/config.h => keyboards/handwired/onekey/promicro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define RGB_CI_PIN B1
M keyboards/handwired/onekey/proton_c/config.h => keyboards/handwired/onekey/proton_c/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD4
#define BACKLIGHT_PWM_CHANNEL 3
M keyboards/handwired/onekey/rp2040/config.h => keyboards/handwired/onekey/rp2040/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define DEBUG_MATRIX_SCAN_RATE
M keyboards/handwired/onekey/sipeed_longan_nano/config.h => keyboards/handwired/onekey/sipeed_longan_nano/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD5 /* GD32 numbering scheme starts from 0, TIMER4 on GD32 boards is TIMER5 on STM32 boards. */
#define BACKLIGHT_PWM_CHANNEL 2 /* GD32 numbering scheme starts from 0, Channel 1 on GD32 boards is Channel 2 on STM32 boards. */
M keyboards/handwired/onekey/stm32f0_disco/config.h => keyboards/handwired/onekey/stm32f0_disco/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PWM_DRIVER PWMD3
#define BACKLIGHT_PWM_CHANNEL 3
M keyboards/handwired/onekey/teensy_2/config.h => keyboards/handwired/onekey/teensy_2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define ADC_PIN F6
M keyboards/handwired/onekey/teensy_2pp/config.h => keyboards/handwired/onekey/teensy_2pp/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define ADC_PIN F6
M keyboards/handwired/onekey/teensy_32/config.h => keyboards/handwired/onekey/teensy_32/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
// TODO: including this causes "error: expected identifier before '(' token" errors
-//#include "config_common.h"
// i2c_master defines
#define I2C1_SCL_PIN B0 // A2 on pinout = B0
M keyboards/handwired/onekey/teensy_35/config.h => keyboards/handwired/onekey/teensy_35/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
// TODO: including this causes "error: expected identifier before '(' token" errors
-//#include "config_common.h"
// i2c_master defines
#define I2C1_SCL_PIN B0 // 16/A2 on pinout
M keyboards/handwired/onekey/teensy_lc/config.h => keyboards/handwired/onekey/teensy_lc/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
// TODO: including this causes "error: expected identifier before '(' token" errors
-//#include "config_common.h"
// i2c_master defines
#define I2C1_SCL_PIN B0 // A2 on pinout = B0
M keyboards/handwired/ortho5x13/config.h => keyboards/handwired/ortho5x13/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/ortho5x14/config.h => keyboards/handwired/ortho5x14/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/ortho_brass/config.h => keyboards/handwired/ortho_brass/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/owlet60/config.h => keyboards/handwired/owlet60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/handwired/p65rgb/config.h => keyboards/handwired/p65rgb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/pilcrow/config.h => keyboards/handwired/pilcrow/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/pill60/config.h => keyboards/handwired/pill60/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 14
M keyboards/handwired/postageboard/config.h => keyboards/handwired/postageboard/config.h +0 -1
@@ 17,5 17,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/handwired/postageboard/mini/config.h => keyboards/handwired/postageboard/mini/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/handwired/postageboard/r1/config.h => keyboards/handwired/postageboard/r1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/handwired/prime_exl/config.h => keyboards/handwired/prime_exl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/handwired/prime_exl_plus/config.h => keyboards/handwired/prime_exl_plus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/handwired/prkl30/feather/config.h => keyboards/handwired/prkl30/feather/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/prkl30/promicro/config.h => keyboards/handwired/prkl30/promicro/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/promethium/config.h => keyboards/handwired/promethium/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_COLS 6
M keyboards/handwired/pterodactyl/config.h => keyboards/handwired/pterodactyl/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
#define DIODE_DIRECTION COL2ROW
#define MATRIX_ROWS 6
M keyboards/handwired/pteron/config.h => keyboards/handwired/pteron/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/pteron38/config.h => keyboards/handwired/pteron38/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/pteron44/config.h => keyboards/handwired/pteron44/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/pytest/config.h => keyboards/handwired/pytest/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/handwired/qc60/config.h => keyboards/handwired/qc60/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/qc60/proto/config.h => keyboards/handwired/qc60/proto/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
// wiring of each half
#define MATRIX_ROW_PINS { F4, F5, C6, D7, E6 }
M keyboards/handwired/reclined/config.h => keyboards/handwired/reclined/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
M keyboards/handwired/retro_refit/config.h => keyboards/handwired/retro_refit/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 11
M keyboards/handwired/riblee_f401/config.h => keyboards/handwired/riblee_f401/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 12
M keyboards/handwired/riblee_f411/config.h => keyboards/handwired/riblee_f411/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 12
M keyboards/handwired/selene/config.h => keyboards/handwired/selene/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 21
M keyboards/handwired/sick68/config.h => keyboards/handwired/sick68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/sick_pad/config.h => keyboards/handwired/sick_pad/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/skakunm_dactyl/config.h => keyboards/handwired/skakunm_dactyl/config.h +0 -1
@@ 4,7 4,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/slash/config.h => keyboards/handwired/slash/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/handwired/snatchpad/config.h => keyboards/handwired/snatchpad/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/handwired/sono1/config.h => keyboards/handwired/sono1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 15
M keyboards/handwired/sono1/stm32f103/config.h => keyboards/handwired/sono1/stm32f103/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS { A5, B3, A9, A10, B13, B14, B15, A8, B7, B8, B9, C13, A15, A0, A1 }
#define MATRIX_COL_PINS { A4, A3, B11, B10, B1, B0, A7, A6 }
M keyboards/handwired/sono1/t2pp/config.h => keyboards/handwired/sono1/t2pp/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS { F7, F6, F5, F4, F3, F2, F1, F0, D7, B7, D0, D1, D2, D3, D4 }
#define MATRIX_COL_PINS { C6, C5, C4, C3, C2, C1, C0, E1 }
M keyboards/handwired/space_oddity/config.h => keyboards/handwired/space_oddity/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#define MOUSEKEY_INTERVAL 16
#define MOUSEKEY_DELAY 0
M keyboards/handwired/split65/promicro/config.h => keyboards/handwired/split65/promicro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
// Matrix Assignments
#define MATRIX_ROWS 10 //Rows are doubled-up
M keyboards/handwired/split65/stm32/config.h => keyboards/handwired/split65/stm32/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
// Audio
#define AUDIO_PIN A5
M keyboards/handwired/split89/config.h => keyboards/handwired/split89/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/handwired/splittest/bluepill/config.h => keyboards/handwired/splittest/bluepill/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
// wiring of each half
#define MATRIX_ROW_PINS { B10 }
M keyboards/handwired/splittest/config.h => keyboards/handwired/splittest/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/splittest/promicro/config.h => keyboards/handwired/splittest/promicro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
// use I2C on AVR
#define USE_I2C
M keyboards/handwired/splittest/teensy_2/config.h => keyboards/handwired/splittest/teensy_2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
// use I2C on AVR
#define USE_I2C
M keyboards/handwired/steamvan/rev1/config.h => keyboards/handwired/steamvan/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/stef9998/split_5x7/config.h => keyboards/handwired/stef9998/split_5x7/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h">
\ No newline at end of file
M keyboards/handwired/stef9998/split_5x7/rev1/config.h => keyboards/handwired/stef9998/split_5x7/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/sticc14/config.h => keyboards/handwired/sticc14/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/stream_cheap/2x3/config.h => keyboards/handwired/stream_cheap/2x3/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/handwired/stream_cheap/2x4/config.h => keyboards/handwired/stream_cheap/2x4/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/handwired/stream_cheap/2x5/config.h => keyboards/handwired/stream_cheap/2x5/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/handwired/swiftrax/astro65/config.h => keyboards/handwired/swiftrax/astro65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/swiftrax/bebol/config.h => keyboards/handwired/swiftrax/bebol/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/swiftrax/beegboy/config.h => keyboards/handwired/swiftrax/beegboy/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/handwired/swiftrax/bumblebee/config.h => keyboards/handwired/swiftrax/bumblebee/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/handwired/swiftrax/cowfish/config.h => keyboards/handwired/swiftrax/cowfish/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/swiftrax/digicarp65/config.h => keyboards/handwired/swiftrax/digicarp65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/swiftrax/digicarpice/config.h => keyboards/handwired/swiftrax/digicarpice/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/swiftrax/equator/config.h => keyboards/handwired/swiftrax/equator/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/swiftrax/glacier/config.h => keyboards/handwired/swiftrax/glacier/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/handwired/swiftrax/joypad/config.h => keyboards/handwired/swiftrax/joypad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/swiftrax/koalafications/config.h => keyboards/handwired/swiftrax/koalafications/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/swiftrax/nodu/config.h => keyboards/handwired/swiftrax/nodu/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/swiftrax/pandamic/config.h => keyboards/handwired/swiftrax/pandamic/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/handwired/swiftrax/the_galleon/config.h => keyboards/handwired/swiftrax/the_galleon/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 14
M keyboards/handwired/swiftrax/unsplit/config.h => keyboards/handwired/swiftrax/unsplit/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/swiftrax/walter/config.h => keyboards/handwired/swiftrax/walter/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/symmetric70_proto/promicro/config.h => keyboards/handwired/symmetric70_proto/promicro/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/symmetric70_proto/proton_c/config.h => keyboards/handwired/symmetric70_proto/proton_c/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/symmetry60/config.h => keyboards/handwired/symmetry60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/t111/config.h => keyboards/handwired/t111/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/handwired/tennie/config.h => keyboards/handwired/tennie/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/handwired/terminus_mini/config.h => keyboards/handwired/terminus_mini/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/trackpoint/config.h => keyboards/handwired/trackpoint/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 1
#define MATRIX_COLS 3
M keyboards/handwired/tractyl_manuform/4x6_right/config.h => keyboards/handwired/tractyl_manuform/4x6_right/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/tractyl_manuform/5x6_right/config.h => keyboards/handwired/tractyl_manuform/5x6_right/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/tractyl_manuform/config.h => keyboards/handwired/tractyl_manuform/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* disable debug print */
// #define NO_DEBUG
M keyboards/handwired/traveller/config.h => keyboards/handwired/traveller/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/tritium_numpad/config.h => keyboards/handwired/tritium_numpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/handwired/twadlee/tp69/config.h => keyboards/handwired/twadlee/tp69/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-//#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/handwired/twig/twig50/config.h => keyboards/handwired/twig/twig50/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/unicomp_mini_m/config.h => keyboards/handwired/unicomp_mini_m/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/handwired/unk/rev1/config.h => keyboards/handwired/unk/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/uthol/config.h => keyboards/handwired/uthol/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/uthol/rev1/config.h => keyboards/handwired/uthol/rev1/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* Uthol PCB default pin-out */
#define MATRIX_ROW_PINS { D1, D0, D4, C6, D7 }
M keyboards/handwired/uthol/rev2/config.h => keyboards/handwired/uthol/rev2/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* Uthol PCB default pin-out */
#define MATRIX_ROW_PINS { B1, F7, F6, F5, F4 }
M keyboards/handwired/uthol/rev3/config.h => keyboards/handwired/uthol/rev3/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// A11 and A12 dont work. They are reserved for USB. B2 is reserved for BOOT1
M keyboards/handwired/videowriter/config.h => keyboards/handwired/videowriter/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/handwired/wabi/config.h => keyboards/handwired/wabi/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
M keyboards/handwired/wakizashi40/config.h => keyboards/handwired/wakizashi40/config.h +0 -1
@@ 16,4 16,3 @@
#pragma once
-#include "config_common.h"
M keyboards/handwired/woodpad/config.h => keyboards/handwired/woodpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/handwired/wulkan/config.h => keyboards/handwired/wulkan/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/handwired/xealous/config.h => keyboards/handwired/xealous/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
#define USE_I2C
#define SCL_CLOCK 800000UL
M keyboards/handwired/xealous/rev1/config.h => keyboards/handwired/xealous/rev1/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/handwired/z150/config.h => keyboards/handwired/z150/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 11
M keyboards/handwired/zergo/config.h => keyboards/handwired/zergo/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/hardlineworks/otd_plus/config.h => keyboards/hardlineworks/otd_plus/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/heliar/wm1_hotswap/config.h => keyboards/heliar/wm1_hotswap/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/heliotrope/config.h => keyboards/heliotrope/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#ifdef RGB_MATRIX_ENABLE
M keyboards/helix/config.h => keyboards/helix/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
// GCC include 'config.h" sequence in qmk_firmware/keyboards/helix/
// -include keyboards/helix/config.h
M keyboards/helix/rev3_4rows/config.h => keyboards/helix/rev3_4rows/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#include <stdio.h>
/* key matrix size */
M keyboards/helix/rev3_5rows/config.h => keyboards/helix/rev3_5rows/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#include <stdio.h>
/* key matrix size */
M keyboards/hhkb/ansi/config.h => keyboards/hhkb/ansi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/hhkb/jp/config.h => keyboards/hhkb/jp/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 16
M keyboards/hhkb/yang/config.h => keyboards/hhkb/yang/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/hhkb_lite_2/config.h => keyboards/hhkb_lite_2/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/hidtech/bastyl/config.h => keyboards/hidtech/bastyl/config.h +0 -1
@@ 17,7 17,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 10
#define MATRIX_COLS 6
M keyboards/hifumi/config.h => keyboards/hifumi/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/hillside/46/0_1/config.h => keyboards/hillside/46/0_1/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/hillside/48/0_1/config.h => keyboards/hillside/48/0_1/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/hillside/52/0_1/config.h => keyboards/hillside/52/0_1/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/hineybush/h08_ocelot/config.h => keyboards/hineybush/h08_ocelot/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/hineybush/h10/config.h => keyboards/hineybush/h10/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/hineybush/h60/config.h => keyboards/hineybush/h60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/hineybush/h65/config.h => keyboards/hineybush/h65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/hineybush/h65_hotswap/config.h => keyboards/hineybush/h65_hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/hineybush/h660s/config.h => keyboards/hineybush/h660s/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/hineybush/h75_singa/config.h => keyboards/hineybush/h75_singa/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/hineybush/h87a/config.h => keyboards/hineybush/h87a/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define CONFIG_H
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/hineybush/h88/config.h => keyboards/hineybush/h88/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/hineybush/hbcp/config.h => keyboards/hineybush/hbcp/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/hineybush/hineyg80/config.h => keyboards/hineybush/hineyg80/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/hineybush/physix/config.h => keyboards/hineybush/physix/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/hineybush/sm68/config.h => keyboards/hineybush/sm68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/hnahkb/freyr/config.h => keyboards/hnahkb/freyr/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/hnahkb/stella/config.h => keyboards/hnahkb/stella/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/hnahkb/vn66/config.h => keyboards/hnahkb/vn66/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/holyswitch/southpaw75/config.h => keyboards/holyswitch/southpaw75/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/horizon/config.h => keyboards/horizon/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/horrortroll/caticorn/config.h => keyboards/horrortroll/caticorn/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/horrortroll/chinese_pcb/black_e65/config.h => keyboards/horrortroll/chinese_pcb/black_e65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 5
M keyboards/horrortroll/chinese_pcb/devil68_pro/config.h => keyboards/horrortroll/chinese_pcb/devil68_pro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 5
M keyboards/horrortroll/handwired_k552/config.h => keyboards/horrortroll/handwired_k552/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 6
M keyboards/horrortroll/lemon40/config.h => keyboards/horrortroll/lemon40/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/horrortroll/paws60/config.h => keyboards/horrortroll/paws60/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/hotdox/config.h => keyboards/hotdox/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/hotdox76v2/config.h => keyboards/hotdox76v2/config.h +0 -1
@@ 4,7 4,6 @@
#pragma once
-#include "config_common.h"
/*
* Feature disable options
* These options are also useful to firmware size reduction.
M keyboards/hp69/config.h => keyboards/hp69/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/hs60/v1/config.h => keyboards/hs60/v1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/hs60/v2/ansi/config.h => keyboards/hs60/v2/ansi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define HS60_ANSI
M keyboards/hs60/v2/hhkb/config.h => keyboards/hs60/v2/hhkb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define HS60_HHKB
M keyboards/hs60/v2/iso/config.h => keyboards/hs60/v2/iso/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/hub16/config.h => keyboards/hub16/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/hubble/config.h => keyboards/hubble/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* rgb */
#define RGB_DI_PIN D2
M keyboards/huytbt/h50/config.h => keyboards/huytbt/h50/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ianklug/grooveboard/config.h => keyboards/ianklug/grooveboard/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/ibm/model_m_4th_gen/overnumpad_1xb/config.h => keyboards/ibm/model_m_4th_gen/overnumpad_1xb/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define SERIAL_NUMBER "purdea.ro:overnumpad_controller"
M keyboards/ibnuda/alicia_cook/config.h => keyboards/ibnuda/alicia_cook/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ibnuda/gurindam/config.h => keyboards/ibnuda/gurindam/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/ibnuda/squiggle/config.h => keyboards/ibnuda/squiggle/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
M keyboards/idb/idb_60/config.h => keyboards/idb/idb_60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/idobao/id42/config.h => keyboards/idobao/id42/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* Other settings */
M keyboards/idobao/id61/config.h => keyboards/idobao/id61/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// #define MATRIX_ROWS 5
M keyboards/idobao/id63/config.h => keyboards/idobao/id63/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* NB: Most configuration information resides in `info.json` */
M keyboards/idobao/id67/config.h => keyboards/idobao/id67/config.h +0 -1
@@ 5,7 5,6 @@
#pragma once
-#include "config_common.h"
#define RGB_DI_PIN F0
M keyboards/idobao/id75/v1/config.h => keyboards/idobao/id75/v1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/idobao/id75/v2/config.h => keyboards/idobao/id75/v2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/idobao/id80/v2/config.h => keyboards/idobao/id80/v2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/idobao/id80/v3/ansi/config.h => keyboards/idobao/id80/v3/ansi/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* --------------------------------
* Bootmagic Lite key configuration
M keyboards/idobao/id87/v1/config.h => keyboards/idobao/id87/v1/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 11
M keyboards/idobao/id87/v2/config.h => keyboards/idobao/id87/v2/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* ----------------
* RGB Matrix stuff
M keyboards/idobao/id96/config.h => keyboards/idobao/id96/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/idobao/montex/v1/config.h => keyboards/idobao/montex/v1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/idobao/montex/v1rgb/config.h => keyboards/idobao/montex/v1rgb/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/idobao/montex/v2/config.h => keyboards/idobao/montex/v2/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* LED Matrix & Animations */
#define RGB_DI_PIN B1
M keyboards/idyllic/tinny50_rgb/config.h => keyboards/idyllic/tinny50_rgb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define DYNAMIC_KEYMAP_LAYER_COUNT 6
M keyboards/illuminati/is0/config.h => keyboards/illuminati/is0/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/illusion/rosa/config.h => keyboards/illusion/rosa/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ilumkb/primus75/config.h => keyboards/ilumkb/primus75/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ilumkb/simpler61/config.h => keyboards/ilumkb/simpler61/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ilumkb/simpler64/config.h => keyboards/ilumkb/simpler64/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ilumkb/volcano660/config.h => keyboards/ilumkb/volcano660/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/inett_studio/sqx/hotswap/config.h => keyboards/inett_studio/sqx/hotswap/config.h +0 -1
@@ 18,7 18,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/inett_studio/sqx/universal/config.h => keyboards/inett_studio/sqx/universal/config.h +0 -1
@@ 18,7 18,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ingrained/config.h => keyboards/ingrained/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/io_mini1800/config.h => keyboards/io_mini1800/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/irene/config.h => keyboards/irene/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/iriskeyboards/config.h => keyboards/iriskeyboards/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/j80/config.h => keyboards/j80/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 7
#define MATRIX_COLS 14
M keyboards/jacky_studio/bear_65/config.h => keyboards/jacky_studio/bear_65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/jacky_studio/s7_elephant/rev1/config.h => keyboards/jacky_studio/s7_elephant/rev1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/jacky_studio/s7_elephant/rev2/config.h => keyboards/jacky_studio/s7_elephant/rev2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/jadookb/jkb2/config.h => keyboards/jadookb/jkb2/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 1
#define MATRIX_COLS 2
M keyboards/jadookb/jkb65/config.h => keyboards/jadookb/jkb65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 16
M keyboards/jae/j01/config.h => keyboards/jae/j01/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/jagdpietr/drakon/config.h => keyboards/jagdpietr/drakon/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/janus/config.h => keyboards/janus/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* Serial communication */
#define SERIAL_USART_FULL_DUPLEX
M keyboards/jc65/v32a/config.h => keyboards/jc65/v32a/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* matrix size */
#define MATRIX_ROWS 7
M keyboards/jc65/v32u4/config.h => keyboards/jc65/v32u4/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/jd40/config.h => keyboards/jd40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/jd45/config.h => keyboards/jd45/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/jels/jels60/config.h => keyboards/jels/jels60/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Define Matrix size */
#define MATRIX_ROWS 5
M keyboards/jels/jels88/config.h => keyboards/jels/jels88/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Define Matrix size */
#define MATRIX_ROWS 12
M keyboards/jian/config.h => keyboards/jian/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/jian/handwired/config.h => keyboards/jian/handwired/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/jian/nsrev2/config.h => keyboards/jian/nsrev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/jian/rev1/config.h => keyboards/jian/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/jian/rev2/config.h => keyboards/jian/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/jiran/config.h => keyboards/jiran/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/jkdlab/binary_monkey/config.h => keyboards/jkdlab/binary_monkey/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 1
#define MATRIX_COLS 3
M keyboards/jkeys_design/gentleman65/config.h => keyboards/jkeys_design/gentleman65/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/jkeys_design/gentleman65_se_s/config.h => keyboards/jkeys_design/gentleman65_se_s/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/jolofsor/denial75/config.h => keyboards/jolofsor/denial75/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/jones/v03/config.h => keyboards/jones/v03/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Same size for Jones' custom Round-Robin matrix.
M keyboards/jones/v03_1/config.h => keyboards/jones/v03_1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Same size for Jones' custom Round-Robin matrix.
M keyboards/jones/v1/config.h => keyboards/jones/v1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Same number for Round-Robin matrix.
M keyboards/jorne/config.h => keyboards/jorne/config.h +0 -1
@@ 2,5 2,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include "config_common.h"
M keyboards/k34/config.h => keyboards/k34/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kabedon/kabedon78s/config.h => keyboards/kabedon/kabedon78s/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kabedon/kabedon980/config.h => keyboards/kabedon/kabedon980/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/kabedon/kabedon98e/config.h => keyboards/kabedon/kabedon98e/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/kagizaraya/chidori/config.h => keyboards/kagizaraya/chidori/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/kagizaraya/halberd/config.h => keyboards/kagizaraya/halberd/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kagizaraya/scythe/config.h => keyboards/kagizaraya/scythe/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/kakunpc/angel17/alpha/config.h => keyboards/kakunpc/angel17/alpha/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kakunpc/angel17/rev1/config.h => keyboards/kakunpc/angel17/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kakunpc/angel64/alpha/config.h => keyboards/kakunpc/angel64/alpha/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/kakunpc/angel64/rev1/config.h => keyboards/kakunpc/angel64/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/kakunpc/business_card/alpha/config.h => keyboards/kakunpc/business_card/alpha/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/kakunpc/business_card/beta/config.h => keyboards/kakunpc/business_card/beta/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/kakunpc/choc_taro/config.h => keyboards/kakunpc/choc_taro/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 16
M keyboards/kakunpc/rabbit_capture_plan/config.h => keyboards/kakunpc/rabbit_capture_plan/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/kakunpc/suihankey/alpha/config.h => keyboards/kakunpc/suihankey/alpha/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kakunpc/suihankey/rev1/config.h => keyboards/kakunpc/suihankey/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kakunpc/suihankey/split/alpha/config.h => keyboards/kakunpc/suihankey/split/alpha/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/kakunpc/suihankey/split/rev1/config.h => keyboards/kakunpc/suihankey/split/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/kakunpc/thedogkeyboard/config.h => keyboards/kakunpc/thedogkeyboard/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 20
M keyboards/kapcave/gskt00/config.h => keyboards/kapcave/gskt00/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/kapcave/paladin64/config.h => keyboards/kapcave/paladin64/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/kapcave/paladinpad/config.h => keyboards/kapcave/paladinpad/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kapcave/paladinpad/rev1/config.h => keyboards/kapcave/paladinpad/rev1/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix pins */
#define MATRIX_ROW_PINS { C7, B6, B4, D7, D6 }
M keyboards/kapcave/paladinpad/rev2/config.h => keyboards/kapcave/paladinpad/rev2/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix pins */
#define MATRIX_ROW_PINS { F4, F6, D7, B4, D6 }
M keyboards/kapl/config.h => keyboards/kapl/config.h +0 -1
@@ 2,4 2,3 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include "config_common.h"
M keyboards/kb58/config.h => keyboards/kb58/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/kb_elmo/67mk_e/config.h => keyboards/kb_elmo/67mk_e/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kb_elmo/aek2_usb/config.h => keyboards/kb_elmo/aek2_usb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/kb_elmo/elmopad/config.h => keyboards/kb_elmo/elmopad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kb_elmo/isolation/config.h => keyboards/kb_elmo/isolation/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/kb_elmo/m0110a_usb/config.h => keyboards/kb_elmo/m0110a_usb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kb_elmo/m0116_usb/config.h => keyboards/kb_elmo/m0116_usb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kb_elmo/noah_avr/config.h => keyboards/kb_elmo/noah_avr/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kb_elmo/qez/config.h => keyboards/kb_elmo/qez/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kb_elmo/sesame/config.h => keyboards/kb_elmo/sesame/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kb_elmo/twelvekey/config.h => keyboards/kb_elmo/twelvekey/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/kb_elmo/vertex/config.h => keyboards/kb_elmo/vertex/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kbdclack/kaishi65/config.h => keyboards/kbdclack/kaishi65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/baguette66/rgb/config.h => keyboards/kbdfans/baguette66/rgb/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/baguette66/soldered/config.h => keyboards/kbdfans/baguette66/soldered/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/bella/rgb/config.h => keyboards/kbdfans/bella/rgb/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kbdfans/bella/rgb_iso/config.h => keyboards/kbdfans/bella/rgb_iso/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kbdfans/bella/soldered/config.h => keyboards/kbdfans/bella/soldered/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kbdfans/boop65/rgb/config.h => keyboards/kbdfans/boop65/rgb/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/bounce/75/hotswap/config.h => keyboards/kbdfans/bounce/75/hotswap/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kbdfans/bounce/75/soldered/config.h => keyboards/kbdfans/bounce/75/soldered/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kbdfans/bounce/pad/config.h => keyboards/kbdfans/bounce/pad/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 4
M keyboards/kbdfans/kbd19x/config.h => keyboards/kbdfans/kbd19x/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/kbdfans/kbd4x/config.h => keyboards/kbdfans/kbd4x/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kbdfans/kbd66/config.h => keyboards/kbdfans/kbd66/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/kbd67/hotswap/config.h => keyboards/kbdfans/kbd67/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/kbd67/mkii_soldered/config.h => keyboards/kbdfans/kbd67/mkii_soldered/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/kbd67/mkiirgb/v1/config.h => keyboards/kbdfans/kbd67/mkiirgb/v1/config.h +0 -1
@@ 1,5 1,4 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/kbdfans/kbd67/mkiirgb/v2/config.h => keyboards/kbdfans/kbd67/mkiirgb/v2/config.h +0 -1
@@ 1,5 1,4 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/kbdfans/kbd67/mkiirgb/v3/config.h => keyboards/kbdfans/kbd67/mkiirgb/v3/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/kbd67/mkiirgb/v4/config.h => keyboards/kbdfans/kbd67/mkiirgb/v4/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/kbd67/mkiirgb_iso/config.h => keyboards/kbdfans/kbd67/mkiirgb_iso/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/kbd67/rev1/config.h => keyboards/kbdfans/kbd67/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/kbd67/rev2/config.h => keyboards/kbdfans/kbd67/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/kbd6x/config.h => keyboards/kbdfans/kbd6x/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/kbd75/config.h => keyboards/kbdfans/kbd75/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kbdfans/kbd75hs/config.h => keyboards/kbdfans/kbd75hs/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kbdfans/kbd75rgb/config.h => keyboards/kbdfans/kbd75rgb/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kbdfans/kbd8x/config.h => keyboards/kbdfans/kbd8x/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kbdfans/kbd8x_mk2/config.h => keyboards/kbdfans/kbd8x_mk2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/kbdfans/kbdmini/config.h => keyboards/kbdfans/kbdmini/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kbdfans/kbdpad/mk1/config.h => keyboards/kbdfans/kbdpad/mk1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 4
M keyboards/kbdfans/kbdpad/mk2/config.h => keyboards/kbdfans/kbdpad/mk2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kbdfans/maja/config.h => keyboards/kbdfans/maja/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/kbdfans/maja_soldered/config.h => keyboards/kbdfans/maja_soldered/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/kbdfans/niu_mini/config.h => keyboards/kbdfans/niu_mini/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kbdfans/odin/rgb/config.h => keyboards/kbdfans/odin/rgb/config.h +0 -1
@@ 13,7 13,6 @@
* 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 "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 20
M keyboards/kbdfans/odin/soldered/config.h => keyboards/kbdfans/odin/soldered/config.h +0 -1
@@ 13,7 13,6 @@
* 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 "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 20
M keyboards/kbdfans/odin/v2/config.h => keyboards/kbdfans/odin/v2/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 20
M keyboards/kbdfans/odinmini/config.h => keyboards/kbdfans/odinmini/config.h +0 -1
@@ 13,7 13,6 @@
* 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 "config_common.h"
#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_EFFECT_RAINBOW_MOOD + 8)
M keyboards/kbdfans/phaseone/config.h => keyboards/kbdfans/phaseone/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kbdfans/tiger80/config.h => keyboards/kbdfans/tiger80/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 16
M keyboards/kbdfans/tiger80/keymaps/micros24/config.h => keyboards/kbdfans/tiger80/keymaps/micros24/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Disable locking support */
#ifdef LOCKING_SUPPORT_ENABLE
M keyboards/kbnordic/nordic60/rev_a/config.h => keyboards/kbnordic/nordic60/rev_a/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kc60/config.h => keyboards/kc60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kc60se/config.h => keyboards/kc60se/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keebio/bamfk1/config.h => keyboards/keebio/bamfk1/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/keebio/bamfk4/config.h => keyboards/keebio/bamfk4/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
M keyboards/keebio/bdn9/config.h => keyboards/keebio/bdn9/config.h +0 -1
@@ 1,3 1,2 @@
#pragma once
-#include "config_common.h"
M keyboards/keebio/bdn9/rev1/config.h => keyboards/keebio/bdn9/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/keebio/bdn9/rev2/config.h => keyboards/keebio/bdn9/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/keebio/bfo9000/config.h => keyboards/keebio/bfo9000/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/keebio/bigswitchseat/config.h => keyboards/keebio/bigswitchseat/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/keebio/choconum/config.h => keyboards/keebio/choconum/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keebio/chocopad/config.h => keyboards/keebio/chocopad/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/keebio/dilly/config.h => keyboards/keebio/dilly/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/keebio/dsp40/config.h => keyboards/keebio/dsp40/config.h +0 -1
@@ 16,4 16,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/keebio/dsp40/rev1/config.h => keyboards/keebio/dsp40/rev1/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/keebio/ergodicity/config.h => keyboards/keebio/ergodicity/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keebio/foldkb/config.h => keyboards/keebio/foldkb/config.h +0 -1
@@ 16,4 16,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/keebio/fourier/config.h => keyboards/keebio/fourier/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/keebio/fourier/keymaps/maxim/config.h => keyboards/keebio/fourier/keymaps/maxim/config.h +0 -1
@@ 20,5 20,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/keebio/iris/config.h => keyboards/keebio/iris/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/keebio/iris/keymaps/hbbisenieks/config.h => keyboards/keebio/iris/keymaps/hbbisenieks/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Select hand configuration */
M keyboards/keebio/iris/keymaps/impstyle/config.h => keyboards/keebio/iris/keymaps/impstyle/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#define USE_I2C
M keyboards/keebio/iris/keymaps/krusli/config.h => keyboards/keebio/iris/keymaps/krusli/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
/* Select hand configuration */
M keyboards/keebio/kbo5000/config.h => keyboards/keebio/kbo5000/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/keebio/laplace/config.h => keyboards/keebio/laplace/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/keebio/levinson/config.h => keyboards/keebio/levinson/config.h +0 -1
@@ 19,4 19,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/keebio/levinson/keymaps/drogglbecher/config.h => keyboards/keebio/levinson/keymaps/drogglbecher/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
/* Select hand configuration */
M keyboards/keebio/levinson/keymaps/treadwell/config.h => keyboards/keebio/levinson/keymaps/treadwell/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
/* Select hand configuration */
M keyboards/keebio/nyquist/config.h => keyboards/keebio/nyquist/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/keebio/nyquist/keymaps/kim-kim/config.h => keyboards/keebio/nyquist/keymaps/kim-kim/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
/* Select hand configuration */
M keyboards/keebio/quefrency/config.h => keyboards/keebio/quefrency/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/keebio/rorschach/config.h => keyboards/keebio/rorschach/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/keebio/stick/config.h => keyboards/keebio/stick/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/keebio/tragicforce68/config.h => keyboards/keebio/tragicforce68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/keebio/tukey/config.h => keyboards/keebio/tukey/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/keebio/viterbi/config.h => keyboards/keebio/viterbi/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/keebio/viterbi/rev1/config.h => keyboards/keebio/viterbi/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/keebio/wavelet/config.h => keyboards/keebio/wavelet/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/keebio/wtf60/config.h => keyboards/keebio/wtf60/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keebmonkey/kbmg68/config.h => keyboards/keebmonkey/kbmg68/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keebsforall/freebird60/config.h => keyboards/keebsforall/freebird60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keebsforall/freebirdnp/lite/config.h => keyboards/keebsforall/freebirdnp/lite/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keebsforall/freebirdnp/pro/config.h => keyboards/keebsforall/freebirdnp/pro/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/keebsforall/freebirdtkl/config.h => keyboards/keebsforall/freebirdtkl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/keebwerk/mega/ansi/config.h => keyboards/keebwerk/mega/ansi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keebwerk/nano_slider/config.h => keyboards/keebwerk/nano_slider/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/keebzdotnet/fme/config.h => keyboards/keebzdotnet/fme/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/keebzdotnet/wazowski/config.h => keyboards/keebzdotnet/wazowski/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/kegen/gboy/config.h => keyboards/kegen/gboy/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
M keyboards/keybage/radpad/config.h => keyboards/keybage/radpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keybee/keybee65/config.h => keyboards/keybee/keybee65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keyboardio/atreus/config.h => keyboards/keyboardio/atreus/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/keyboardio/model01/config.h => keyboards/keyboardio/model01/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size; rows are doubled for split */
#define MATRIX_ROWS 8
M keyboards/keycapsss/kimiko/config.h => keyboards/keycapsss/kimiko/config.h +0 -1
@@ 14,5 14,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/keycapsss/o4l_5x12/config.h => keyboards/keycapsss/o4l_5x12/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keycapsss/plaid_pad/config.h => keyboards/keycapsss/plaid_pad/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/keygem/kg60ansi/config.h => keyboards/keygem/kg60ansi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keygem/kg65rgbv2/config.h => keyboards/keygem/kg65rgbv2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keyhive/absinthe/config.h => keyboards/keyhive/absinthe/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/keyhive/ergosaurus/config.h => keyboards/keyhive/ergosaurus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/keyhive/honeycomb/config.h => keyboards/keyhive/honeycomb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/keyhive/lattice60/config.h => keyboards/keyhive/lattice60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/keyhive/maypad/config.h => keyboards/keyhive/maypad/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keyhive/navi10/rev0/config.h => keyboards/keyhive/navi10/rev0/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/keyhive/navi10/rev2/config.h => keyboards/keyhive/navi10/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/keyhive/navi10/rev3/config.h => keyboards/keyhive/navi10/rev3/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/keyhive/opus/config.h => keyboards/keyhive/opus/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/keyhive/smallice/config.h => keyboards/keyhive/smallice/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/keyhive/southpole/config.h => keyboards/keyhive/southpole/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-//#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keyhive/uno/config.h => keyboards/keyhive/uno/config.h +0 -1
@@ 16,6 16,5 @@
#pragma once
-#include "config_common.h"
// See rev1/config.h and rev2/config.h to configure your uno.
M keyboards/keyhive/uno/rev1/config.h => keyboards/keyhive/uno/rev1/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
M keyboards/keyhive/uno/rev2/config.h => keyboards/keyhive/uno/rev2/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
M keyboards/keyhive/ut472/config.h => keyboards/keyhive/ut472/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/keyprez/bison/config.h => keyboards/keyprez/bison/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/keyprez/corgi/config.h => keyboards/keyprez/corgi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/keyprez/rhino/config.h => keyboards/keyprez/rhino/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/keyprez/unicorn/config.h => keyboards/keyprez/unicorn/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/keysofkings/twokey/config.h => keyboards/keysofkings/twokey/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/keystonecaps/gameroyadvance/config.h => keyboards/keystonecaps/gameroyadvance/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/keyten/aperture/config.h => keyboards/keyten/aperture/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/keyten/kt3700/config.h => keyboards/keyten/kt3700/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/keyten/kt60_m/config.h => keyboards/keyten/kt60_m/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kikkou/config.h => keyboards/kikkou/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kikoslab/ellora65/config.h => keyboards/kikoslab/ellora65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/kikoslab/kl90/config.h => keyboards/kikoslab/kl90/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kin80/config.h => keyboards/kin80/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_COLS 12
M keyboards/kindakeyboards/conone65/config.h => keyboards/kindakeyboards/conone65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kinesis/alvicstep/config.h => keyboards/kinesis/alvicstep/config.h +0 -1
@@ 1,7 1,6 @@
#pragma once
#include "../config.h"
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 16
M keyboards/kinesis/stapelberg/config.h => keyboards/kinesis/stapelberg/config.h +0 -1
@@ 1,7 1,6 @@
#pragma once
#include "../config.h"
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 15
M keyboards/kineticlabs/emu/hotswap/config.h => keyboards/kineticlabs/emu/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kineticlabs/emu/soldered/config.h => keyboards/kineticlabs/emu/soldered/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kingly_keys/ave/config.h => keyboards/kingly_keys/ave/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M => +0 -1
@@ 16,7 16,6 @@
#pragma once
#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kingly_keys/romac/config.h => keyboards/kingly_keys/romac/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kingly_keys/romac_plus/config.h => keyboards/kingly_keys/romac_plus/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kingly_keys/ropro/config.h => keyboards/kingly_keys/ropro/config.h +0 -1
@@ 16,7 16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.#pragma once
*/
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/kingly_keys/smd_milk/config.h => keyboards/kingly_keys/smd_milk/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/kingly_keys/soap/config.h => keyboards/kingly_keys/soap/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.#pragma once
*/
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/kira75/config.h => keyboards/kira75/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kira80/config.h => keyboards/kira80/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/kiwikeebs/macro/config.h => keyboards/kiwikeebs/macro/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/kiwikeebs/macro_v2/config.h => keyboards/kiwikeebs/macro_v2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/kiwikey/borderland/config.h => keyboards/kiwikey/borderland/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kiwikey/kawii9/config.h => keyboards/kiwikey/kawii9/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/kiwikey/wanderland/config.h => keyboards/kiwikey/wanderland/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kkatano/bakeneko60/config.h => keyboards/kkatano/bakeneko60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kkatano/bakeneko65/rev2/config.h => keyboards/kkatano/bakeneko65/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kkatano/bakeneko65/rev3/config.h => keyboards/kkatano/bakeneko65/rev3/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kkatano/bakeneko80/config.h => keyboards/kkatano/bakeneko80/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kkatano/wallaby/config.h => keyboards/kkatano/wallaby/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kkatano/yurei/config.h => keyboards/kkatano/yurei/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kmac/config.h => keyboards/kmac/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kmac_pad/config.h => keyboards/kmac_pad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kmini/config.h => keyboards/kmini/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/knobgoblin/config.h => keyboards/knobgoblin/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/knops/mini/config.h => keyboards/knops/mini/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/kona_classic/config.h => keyboards/kona_classic/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kopibeng/mnk65/config.h => keyboards/kopibeng/mnk65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kopibeng/mnk65_stm32/config.h => keyboards/kopibeng/mnk65_stm32/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
M keyboards/kopibeng/mnk88/config.h => keyboards/kopibeng/mnk88/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kopibeng/typ65/config.h => keyboards/kopibeng/typ65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kopibeng/xt60/config.h => keyboards/kopibeng/xt60/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kopibeng/xt60_singa/config.h => keyboards/kopibeng/xt60_singa/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kopibeng/xt65/config.h => keyboards/kopibeng/xt65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kopibeng/xt8x/config.h => keyboards/kopibeng/xt8x/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kprepublic/bm16s/config.h => keyboards/kprepublic/bm16s/config.h +0 -1
@@ 1,5 1,4 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kprepublic/bm40hsrgb/config.h => keyboards/kprepublic/bm40hsrgb/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kprepublic/bm43a/config.h => keyboards/kprepublic/bm43a/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kprepublic/bm43hsrgb/config.h => keyboards/kprepublic/bm43hsrgb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/kprepublic/bm60hsrgb/rev1/config.h => keyboards/kprepublic/bm60hsrgb/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kprepublic/bm60hsrgb/rev2/config.h => keyboards/kprepublic/bm60hsrgb/rev2/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kprepublic/bm60hsrgb_ec/rev1/config.h => keyboards/kprepublic/bm60hsrgb_ec/rev1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kprepublic/bm60hsrgb_ec/rev2/config.h => keyboards/kprepublic/bm60hsrgb_ec/rev2/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kprepublic/bm60hsrgb_iso/rev1/config.h => keyboards/kprepublic/bm60hsrgb_iso/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kprepublic/bm60hsrgb_iso/rev2/config.h => keyboards/kprepublic/bm60hsrgb_iso/rev2/config.h +0 -1
@@ 17,7 17,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kprepublic/bm60hsrgb_poker/rev1/config.h => keyboards/kprepublic/bm60hsrgb_poker/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kprepublic/bm60hsrgb_poker/rev2/config.h => keyboards/kprepublic/bm60hsrgb_poker/rev2/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kprepublic/bm65hsrgb/rev1/config.h => keyboards/kprepublic/bm65hsrgb/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kprepublic/bm65hsrgb_iso/rev1/config.h => keyboards/kprepublic/bm65hsrgb_iso/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kprepublic/bm68hsrgb/rev1/config.h => keyboards/kprepublic/bm68hsrgb/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kprepublic/bm68hsrgb/rev2/config.h => keyboards/kprepublic/bm68hsrgb/rev2/config.h +0 -1
@@ 16,7 16,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kprepublic/bm80hsrgb/config.h => keyboards/kprepublic/bm80hsrgb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kprepublic/bm80v2/config.h => keyboards/kprepublic/bm80v2/config.h +0 -1
@@ 14,7 14,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kprepublic/bm80v2_iso/config.h => keyboards/kprepublic/bm80v2_iso/config.h +0 -1
@@ 14,7 14,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kprepublic/bm980hsrgb/config.h => keyboards/kprepublic/bm980hsrgb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/kprepublic/cospad/config.h => keyboards/kprepublic/cospad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kprepublic/jj40/config.h => keyboards/kprepublic/jj40/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* matrix size */
#define MATRIX_ROWS 4
M keyboards/kprepublic/jj4x4/config.h => keyboards/kprepublic/jj4x4/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* matrix size */
#define MATRIX_ROWS 4
M keyboards/kprepublic/jj50/config.h => keyboards/kprepublic/jj50/config.h +0 -1
@@ 20,7 20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* matrix size */
#define MATRIX_ROWS 5
M keyboards/ktec/daisy/config.h => keyboards/ktec/daisy/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ktec/staryu/config.h => keyboards/ktec/staryu/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/kudox/columner/config.h => keyboards/kudox/columner/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/kudox/config.h => keyboards/kudox/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Select hand configuration */
#define MASTER_LEFT
M keyboards/kudox/rev1/config.h => keyboards/kudox/rev1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/kudox/rev2/config.h => keyboards/kudox/rev2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/kudox/rev3/config.h => keyboards/kudox/rev3/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/kudox_full/config.h => keyboards/kudox_full/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* Select hand configuration */
#define MASTER_LEFT
M keyboards/kudox_full/rev1/config.h => keyboards/kudox_full/rev1/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/kudox_game/config.h => keyboards/kudox_game/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Select hand configuration */
#define MASTER_LEFT
M keyboards/kudox_game/rev1/config.h => keyboards/kudox_game/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kudox_game/rev2/config.h => keyboards/kudox_game/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/kv/revt/config.h => keyboards/kv/revt/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/kwub/bloop/config.h => keyboards/kwub/bloop/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ky01/config.h => keyboards/ky01/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/labbe/labbeminiv1/config.h => keyboards/labbe/labbeminiv1/config.h +0 -1
@@ 15,7 15,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/labyrinth75/config.h => keyboards/labyrinth75/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/laser_ninja/pumpkin_pad/config.h => keyboards/laser_ninja/pumpkin_pad/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#ifdef RGB_MATRIX_ENABLE
# define RGB_DI_PIN A10
M keyboards/late9/config.h => keyboards/late9/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION ROW2COL
M keyboards/late9/rev1/config.h => keyboards/late9/rev1/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Column/Row IO definitions */
#define MATRIX_ROWS 6
M keyboards/latincompass/latin17rgb/config.h => keyboards/latincompass/latin17rgb/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
/* USB Device descriptor parameter */
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/latincompass/latin47ble/config.h => keyboards/latincompass/latin47ble/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/latincompass/latin60rgb/config.h => keyboards/latincompass/latin60rgb/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
/* USB Device descriptor parameter */
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/latincompass/latin64ble/config.h => keyboards/latincompass/latin64ble/config.h +0 -1
@@ 15,7 15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/latincompass/latin6rgb/config.h => keyboards/latincompass/latin6rgb/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
/* USB Device descriptor parameter */
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/latincompass/latinpad/config.h => keyboards/latincompass/latinpad/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/latincompass/latinpadble/config.h => keyboards/latincompass/latinpadble/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.*/
#pragma once
-#include "config_common.h"
// #define NO_ACTION_LAYER
// #define NO_ACTION_TAPPING
M keyboards/lazydesigners/bolt/config.h => keyboards/lazydesigners/bolt/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/lazydesigners/cassette8/config.h => keyboards/lazydesigners/cassette8/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/lazydesigners/dimple/config.h => keyboards/lazydesigners/dimple/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/lazydesigners/dimpleplus/config.h => keyboards/lazydesigners/dimpleplus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/lazydesigners/the30/config.h => keyboards/lazydesigners/the30/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/lazydesigners/the40/config.h => keyboards/lazydesigners/the40/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/lazydesigners/the50/config.h => keyboards/lazydesigners/the50/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/lazydesigners/the60/rev1/config.h => keyboards/lazydesigners/the60/rev1/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/lazydesigners/the60/rev2/config.h => keyboards/lazydesigners/the60/rev2/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/leafcutterlabs/bigknob/config.h => keyboards/leafcutterlabs/bigknob/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/leeku/finger65/config.h => keyboards/leeku/finger65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 12
M keyboards/lefty/config.h => keyboards/lefty/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/lets_split/config.h => keyboards/lets_split/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/lfkeyboards/lfk65_hs/config.h => keyboards/lfkeyboards/lfk65_hs/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#define DIODE_DIRECTION COL2ROW
#define MATRIX_ROWS 5
M keyboards/lfkeyboards/lfk78/config.h => keyboards/lfkeyboards/lfk78/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW
M keyboards/lfkeyboards/lfk87/config.h => keyboards/lfkeyboards/lfk87/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define DIODE_DIRECTION COL2ROW
M keyboards/lfkeyboards/lfkpad/config.h => keyboards/lfkeyboards/lfkpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/lfkeyboards/mini1800/config.h => keyboards/lfkeyboards/mini1800/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define DIODE_DIRECTION COL2ROW
M keyboards/lfkeyboards/smk65/revb/config.h => keyboards/lfkeyboards/smk65/revb/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
// RevA
// #define DIODE_DIRECTION COL2ROW
M keyboards/lfkeyboards/smk65/revf/config.h => keyboards/lfkeyboards/smk65/revf/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/lily58/config.h => keyboards/lily58/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#ifndef SOFT_SERIAL_PIN
#define SOFT_SERIAL_PIN D2
M keyboards/lime/config.h => keyboards/lime/config.h +0 -1
@@ 16,5 16,4 @@
#pragma once
-#include "config_common.h"
M keyboards/linworks/dolice/config.h => keyboards/linworks/dolice/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Force USB NKRO */
#define FORCE_NKRO
M keyboards/linworks/fave104/config.h => keyboards/linworks/fave104/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/linworks/fave65h/config.h => keyboards/linworks/fave65h/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/linworks/fave84h/config.h => keyboards/linworks/fave84h/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/linworks/fave87/config.h => keyboards/linworks/fave87/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Force USB NKRO */
#define FORCE_NKRO
M keyboards/linworks/fave87h/config.h => keyboards/linworks/fave87h/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/linworks/whale75/config.h => keyboards/linworks/whale75/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Force USB NKRO */
#define FORCE_NKRO
M keyboards/littlealby/mute/config.h => keyboards/littlealby/mute/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
#define USB_MAX_POWER_CONSUMPTION 100
M keyboards/lizard_trick/tenkey_plusplus/config.h => keyboards/lizard_trick/tenkey_plusplus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ll3macorn/bongopad/config.h => keyboards/ll3macorn/bongopad/config.h +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include "config_common.h"
/* bootmagic */
#define BOOTMAGIC_LITE_ROW 1
M keyboards/lm_keyboard/lm60n/config.h => keyboards/lm_keyboard/lm60n/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/loki65/config.h => keyboards/loki65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/longnald/corin/config.h => keyboards/longnald/corin/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/lucid/alexa/config.h => keyboards/lucid/alexa/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/lucid/alexa_solder/config.h => keyboards/lucid/alexa_solder/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/lucid/kbd8x_hs/config.h => keyboards/lucid/kbd8x_hs/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/lucid/phantom_hs/config.h => keyboards/lucid/phantom_hs/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/lucid/phantom_solder/config.h => keyboards/lucid/phantom_solder/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/lucid/scarlet/config.h => keyboards/lucid/scarlet/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/lw67/config.h => keyboards/lw67/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/lyso1/lck75/config.h => keyboards/lyso1/lck75/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/lyso1/lefishe/config.h => keyboards/lyso1/lefishe/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/lz/erghost/config.h => keyboards/lz/erghost/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/m10a/config.h => keyboards/m10a/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/machine_industries/m4_a/config.h => keyboards/machine_industries/m4_a/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/machkeyboards/mach3/config.h => keyboards/machkeyboards/mach3/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/macro1/config.h => keyboards/macro1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/macro3/config.h => keyboards/macro3/config.h +0 -1
@@ 4,7 4,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/macrocat/config.h => keyboards/macrocat/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* rotary encoder */
#define ENCODERS_PAD_A { D3 }
M keyboards/majistic/config.h => keyboards/majistic/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/makenova/omega/omega4/config.h => keyboards/makenova/omega/omega4/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/*
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
M keyboards/makeymakey/config.h => keyboards/makeymakey/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/makrosu/config.h => keyboards/makrosu/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/malevolti/lyra/config.h => keyboards/malevolti/lyra/config.h +0 -1
@@ 15,5 15,4 @@
*/
#pragma once
-#include "config_common.h"
M keyboards/malevolti/superlyra/config.h => keyboards/malevolti/superlyra/config.h +0 -1
@@ 15,5 15,4 @@
*/
#pragma once
-#include "config_common.h"
M keyboards/manta60/config.h => keyboards/manta60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/manyboard/macro/config.h => keyboards/manyboard/macro/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/maple_computing/6ball/config.h => keyboards/maple_computing/6ball/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/maple_computing/c39/config.h => keyboards/maple_computing/c39/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/maple_computing/christmas_tree/config.h => keyboards/maple_computing/christmas_tree/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/maple_computing/ivy/config.h => keyboards/maple_computing/ivy/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/maple_computing/jnao/config.h => keyboards/maple_computing/jnao/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/maple_computing/launchpad/config.h => keyboards/maple_computing/launchpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/maple_computing/lets_split_eh/config.h => keyboards/maple_computing/lets_split_eh/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/maple_computing/lets_split_eh/eh/config.h => keyboards/maple_computing/lets_split_eh/eh/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Let's Split EH? pin-out */
#define MATRIX_ROW_PINS { B1, B3, D7, B4 }
M keyboards/maple_computing/minidox/config.h => keyboards/maple_computing/minidox/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/maple_computing/the_ruler/config.h => keyboards/maple_computing/the_ruler/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/marksard/leftover30/config.h => keyboards/marksard/leftover30/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Encoder */
#define ENCODERS_PAD_A { F4 }
M keyboards/marksard/rhymestone/rev1/config.h => keyboards/marksard/rhymestone/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/marksard/treadstone32/lite/config.h => keyboards/marksard/treadstone32/lite/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/marksard/treadstone32/rev1/config.h => keyboards/marksard/treadstone32/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/marksard/treadstone48/rev1/config.h => keyboards/marksard/treadstone48/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 16
M keyboards/marksard/treadstone48/rev2/config.h => keyboards/marksard/treadstone48/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/massdrop/alt/config.h => keyboards/massdrop/alt/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* USB Device descriptor parameter */
#define SERIAL_NUM "Unavailable"
M keyboards/massdrop/ctrl/config.h => keyboards/massdrop/ctrl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* USB Device descriptor parameter */
#define SERIAL_NUM "Unavailable"
M keyboards/massdrop/ctrl/keymaps/r-pufky/config.h => keyboards/massdrop/ctrl/keymaps/r-pufky/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define FORCE_NKRO
M keyboards/massdrop/thekey/config.h => keyboards/massdrop/thekey/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/massdrop/thekey_v2/config.h => keyboards/massdrop/thekey_v2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/masterworks/classy_tkl/rev_a/config.h => keyboards/masterworks/classy_tkl/rev_a/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/matchstickworks/southpad/config.h => keyboards/matchstickworks/southpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/matrix/cain_re/config.h => keyboards/matrix/cain_re/config.h +0 -1
@@ 19,7 19,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/matrix/falcon/config.h => keyboards/matrix/falcon/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/matrix/m12og/rev1/config.h => keyboards/matrix/m12og/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/matrix/m12og/rev2/config.h => keyboards/matrix/m12og/rev2/config.h +0 -1
@@ 4,7 4,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/matrix/me/config.h => keyboards/matrix/me/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/matthewdias/m3n3van/config.h => keyboards/matthewdias/m3n3van/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/matthewdias/minim/config.h => keyboards/matthewdias/minim/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/matthewdias/model_v/config.h => keyboards/matthewdias/model_v/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/matthewdias/txuu/config.h => keyboards/matthewdias/txuu/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/maxipad/config.h => keyboards/maxipad/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* define if matrix has ghost (lacks anti-ghosting diodes) */
//#define MATRIX_HAS_GHOST
M keyboards/maxipad/promicro/config.h => keyboards/maxipad/promicro/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/maxipad/teensy2/config.h => keyboards/maxipad/teensy2/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/maxr1998/phoebe/config.h => keyboards/maxr1998/phoebe/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
M keyboards/maxr1998/pulse4k/config.h => keyboards/maxr1998/pulse4k/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 2
M keyboards/mb44/config.h => keyboards/mb44/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/mc_76k/config.h => keyboards/mc_76k/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechanickeys/miniashen40/config.h => keyboards/mechanickeys/miniashen40/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/mechanickeys/undead60m/config.h => keyboards/mechanickeys/undead60m/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechbrewery/mb65h/config.h => keyboards/mechbrewery/mb65h/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechbrewery/mb65s/config.h => keyboards/mechbrewery/mb65s/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechkeys/acr60/config.h => keyboards/mechkeys/acr60/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechkeys/alu84/config.h => keyboards/mechkeys/alu84/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechkeys/espectro/config.h => keyboards/mechkeys/espectro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/mechkeys/mechmini/v1/config.h => keyboards/mechkeys/mechmini/v1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* matrix size */
#define MATRIX_ROWS 4
M keyboards/mechkeys/mechmini/v2/config.h => keyboards/mechkeys/mechmini/v2/config.h +0 -1
@@ 15,7 15,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#undef MATRIX_COLS
M keyboards/mechkeys/mk60/config.h => keyboards/mechkeys/mk60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechllama/g35/config.h => keyboards/mechllama/g35/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 7
M keyboards/mechlovin/adelais/config.h => keyboards/mechlovin/adelais/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechlovin/delphine/config.h => keyboards/mechlovin/delphine/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechlovin/foundation/config.h => keyboards/mechlovin/foundation/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS { B12, B13, B14, A8, A2 }
#define MATRIX_COL_PINS { B11, B10, B2, B1, B0, A7, A6, A5, A4, A3, A15, B9, B8, B7, B6, B5, B4, B3}
M keyboards/mechlovin/hannah60rgb/config.h => keyboards/mechlovin/hannah60rgb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechlovin/hannah65/config.h => keyboards/mechlovin/hannah65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/mechlovin/hannah910/config.h => keyboards/mechlovin/hannah910/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechlovin/hex4b/config.h => keyboards/mechlovin/hex4b/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechlovin/hex4b/rev1/config.h => keyboards/mechlovin/hex4b/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/mechlovin/hex4b/rev2/config.h => keyboards/mechlovin/hex4b/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/mechlovin/hex6c/config.h => keyboards/mechlovin/hex6c/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechlovin/infinity87/config.h => keyboards/mechlovin/infinity87/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechlovin/infinity875/config.h => keyboards/mechlovin/infinity875/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechlovin/infinity88/config.h => keyboards/mechlovin/infinity88/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechlovin/infinityce/config.h => keyboards/mechlovin/infinityce/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechlovin/jay60/config.h => keyboards/mechlovin/jay60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechlovin/kanu/config.h => keyboards/mechlovin/kanu/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechlovin/kay60/config.h => keyboards/mechlovin/kay60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechlovin/kay65/config.h => keyboards/mechlovin/kay65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/mechlovin/mechlovin9/config.h => keyboards/mechlovin/mechlovin9/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/mechlovin/olly/bb/config.h => keyboards/mechlovin/olly/bb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechlovin/olly/jf/config.h => keyboards/mechlovin/olly/jf/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechlovin/olly/octagon/config.h => keyboards/mechlovin/olly/octagon/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* COL2ROW, ROW2COL */
M keyboards/mechlovin/olly/orion/config.h => keyboards/mechlovin/olly/orion/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechlovin/pisces/config.h => keyboards/mechlovin/pisces/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechlovin/serratus/config.h => keyboards/mechlovin/serratus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechlovin/th1800/config.h => keyboards/mechlovin/th1800/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechlovin/tmkl/config.h => keyboards/mechlovin/tmkl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechlovin/zed60/config.h => keyboards/mechlovin/zed60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechlovin/zed65/config.h => keyboards/mechlovin/zed65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/mechlovin/zed65/mono_led/config.h => keyboards/mechlovin/zed65/mono_led/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 16
M keyboards/mechlovin/zed65/no_backlight/config.h => keyboards/mechlovin/zed65/no_backlight/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h">
\ No newline at end of file
M keyboards/mechlovin/zed65/no_backlight/cor65/config.h => keyboards/mechlovin/zed65/no_backlight/cor65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 16
M keyboards/mechlovin/zed65/no_backlight/retro66/config.h => keyboards/mechlovin/zed65/no_backlight/retro66/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/mechlovin/zed65/no_backlight/wearhaus66/config.h => keyboards/mechlovin/zed65/no_backlight/wearhaus66/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/mechstudio/dawn/config.h => keyboards/mechstudio/dawn/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechstudio/ud_40_ortho/config.h => keyboards/mechstudio/ud_40_ortho/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/mechwild/bbs/config.h => keyboards/mechwild/bbs/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mechwild/bde/config.h => keyboards/mechwild/bde/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
M keyboards/mechwild/mercutio/config.h => keyboards/mechwild/mercutio/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/mechwild/mokulua/mirrored/config.h => keyboards/mechwild/mokulua/mirrored/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 12
M keyboards/mechwild/mokulua/standard/config.h => keyboards/mechwild/mokulua/standard/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 12
M keyboards/mechwild/mokulua/standard/keymaps/silly/config.h => keyboards/mechwild/mokulua/standard/keymaps/silly/config.h +0 -1
@@ 3,5 3,4 @@
#pragma once
-#include "config_common.h"
#define RGBLIGHT_LAYERS=
\ No newline at end of file
M keyboards/mechwild/murphpad/config.h => keyboards/mechwild/murphpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 6
M keyboards/mechwild/obe/config.h => keyboards/mechwild/obe/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/mechwild/puckbuddy/config.h => keyboards/mechwild/puckbuddy/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/mechwild/waka60/config.h => keyboards/mechwild/waka60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/mehkee96/config.h => keyboards/mehkee96/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* matrix size */
#define MATRIX_ROWS 8
M keyboards/meletrix/zoom65/config.h => keyboards/meletrix/zoom65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/meletrix/zoom65_lite/config.h => keyboards/meletrix/zoom65_lite/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/meletrix/zoom87/config.h => keyboards/meletrix/zoom87/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/melgeek/mach80/config.h => keyboards/melgeek/mach80/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/melgeek/mj61/config.h => keyboards/melgeek/mj61/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/melgeek/mj63/config.h => keyboards/melgeek/mj63/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/melgeek/mj64/config.h => keyboards/melgeek/mj64/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/melgeek/mj65/config.h => keyboards/melgeek/mj65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/melgeek/mj6xy/config.h => keyboards/melgeek/mj6xy/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3
M keyboards/melgeek/mojo68/config.h => keyboards/melgeek/mojo68/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/melgeek/mojo75/config.h => keyboards/melgeek/mojo75/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/melgeek/tegic/config.h => keyboards/melgeek/tegic/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/melgeek/z70ultra/config.h => keyboards/melgeek/z70ultra/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW
M keyboards/meme/config.h => keyboards/meme/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/meow48/config.h => keyboards/meow48/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/meow65/config.h => keyboards/meow65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/merge/iso_macro/config.h => keyboards/merge/iso_macro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/merge/uc1/config.h => keyboards/merge/uc1/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/merge/um70/config.h => keyboards/merge/um70/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config_common.h"
#define MATRIX_ROWS 10
#define MATRIX_COLS 8
M keyboards/merge/um80/config.h => keyboards/merge/um80/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config_common.h"
#define MATRIX_ROWS 12
#define MATRIX_COLS 8
M keyboards/merge/uma/config.h => keyboards/merge/uma/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config_common.h"
#define MATRIX_ROWS 10
#define MATRIX_COLS 8
M keyboards/mesa/mesa_tkl/config.h => keyboards/mesa/mesa_tkl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/meson/config.h => keyboards/meson/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8 // 4 rows each half
M keyboards/metamechs/timberwolf/config.h => keyboards/metamechs/timberwolf/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_COLS 9
M keyboards/mexsistor/ludmila/config.h => keyboards/mexsistor/ludmila/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/mikeneko65/config.h => keyboards/mikeneko65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/miller/gm862/config.h => keyboards/miller/gm862/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/millipad/config.h => keyboards/millipad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/mincedshon/ecila/config.h => keyboards/mincedshon/ecila/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/*Bootmagic boot button, set to topmost, leftmost key */
#define BOOTMAGIC_LITE_ROW 0
M keyboards/mini_elixivy/config.h => keyboards/mini_elixivy/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mini_ten_key_plus/config.h => keyboards/mini_ten_key_plus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/miniaxe/config.h => keyboards/miniaxe/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/minimacro5/config.h => keyboards/minimacro5/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/minimon/index_tab/config.h => keyboards/minimon/index_tab/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mino/hotswap/config.h => keyboards/mino/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/mino_plus/soldered/config.h => keyboards/mino_plus/soldered/config.h +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include "config_common.h"
#define DEBOUNCE 5
M keyboards/mint60/config.h => keyboards/mint60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/misonoworks/chocolatebar/config.h => keyboards/misonoworks/chocolatebar/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/misonoworks/karina/config.h => keyboards/misonoworks/karina/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
// matrix
#define MATRIX_ROWS 4
M keyboards/misterknife/knife66/config.h => keyboards/misterknife/knife66/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/misterknife/knife66_iso/config.h => keyboards/misterknife/knife66_iso/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/mitosis/config.h => keyboards/mitosis/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/miuni32/config.h => keyboards/miuni32/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/mixi/config.h => keyboards/mixi/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/mk65/config.h => keyboards/mk65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Encoders */
M keyboards/ml/gas75/config.h => keyboards/ml/gas75/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mlego/m48/config.h => keyboards/mlego/m48/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 4 // Rows are doubled-up
#define MATRIX_COLS 12
M keyboards/mlego/m48/rev1/config.h => keyboards/mlego/m48/rev1/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS \
{ A6, A7, B0, B10 }
M keyboards/mlego/m60/config.h => keyboards/mlego/m60/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 12
M keyboards/mlego/m60/rev1/config.h => keyboards/mlego/m60/rev1/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define LED_NUM_LOCK_PIN B12
#define LED_SCROLL_LOCK_PIN B13
M keyboards/mlego/m60_split/config.h => keyboards/mlego/m60_split/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 10 // Rows are doubled-up
#define MATRIX_COLS 6
M keyboards/mlego/m60_split/rev1/config.h => keyboards/mlego/m60_split/rev1/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS \
{ B0, A6, A7, B1, A5 }
M keyboards/mlego/m60_split/rev2/config.h => keyboards/mlego/m60_split/rev2/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS \
{ B0, A6, A7, B1, A5 }
M keyboards/mlego/m65/config.h => keyboards/mlego/m65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 13
M keyboards/mmkzoo65/config.h => keyboards/mmkzoo65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mnk1800s/config.h => keyboards/mnk1800s/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mnk50/config.h => keyboards/mnk50/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/mnk75/config.h => keyboards/mnk75/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mntre/config.h => keyboards/mntre/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mode/m80v1/config.h => keyboards/mode/m80v1/config.h +0 -1
@@ 14,7 14,6 @@ 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/>.
*/
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mokey/ginkgo65hot/config.h => keyboards/mokey/ginkgo65hot/config.h +0 -1
@@ 13,7 13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mokey/ibis80/config.h => keyboards/mokey/ibis80/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mokey/mokey63/config.h => keyboards/mokey/mokey63/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mokey/mokey64/config.h => keyboards/mokey/mokey64/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/mokey/xox70/config.h => keyboards/mokey/xox70/config.h +0 -1
@@ 13,7 13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mokey/xox70hot/config.h => keyboards/mokey/xox70hot/config.h +0 -1
@@ 13,7 13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/molecule/config.h => keyboards/molecule/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/momoka_ergo/config.h => keyboards/momoka_ergo/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 14
M keyboards/momokai/tap_duo/config.h => keyboards/momokai/tap_duo/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 1
#define MATRIX_COLS 5
M keyboards/momokai/tap_trio/config.h => keyboards/momokai/tap_trio/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 1
#define MATRIX_COLS 6
M keyboards/monoflex60/config.h => keyboards/monoflex60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/monstargear/xo87/rgb/config.h => keyboards/monstargear/xo87/rgb/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/monstargear/xo87/solderable/config.h => keyboards/monstargear/xo87/solderable/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define brightnessMax 8
M keyboards/montsinger/rebound/rev1/config.h => keyboards/montsinger/rebound/rev1/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
M keyboards/montsinger/rebound/rev2/config.h => keyboards/montsinger/rebound/rev2/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
M keyboards/montsinger/rebound/rev3/config.h => keyboards/montsinger/rebound/rev3/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
M keyboards/montsinger/rebound/rev4/config.h => keyboards/montsinger/rebound/rev4/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
M keyboards/montsinger/rewind/config.h => keyboards/montsinger/rewind/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
M keyboards/moon/config.h => keyboards/moon/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/moonlander/config.h => keyboards/moonlander/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
#define WEBUSB_LANDING_PAGE_URL u8"configure.ergodox-ez.com"
M keyboards/morizon/config.h => keyboards/morizon/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/mountainblocks/mb17/config.h => keyboards/mountainblocks/mb17/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mschwingen/modelm/config.h => keyboards/mschwingen/modelm/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 16
M keyboards/mss_studio/m63_rgb/config.h => keyboards/mss_studio/m63_rgb/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mss_studio/m64_rgb/config.h => keyboards/mss_studio/m64_rgb/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mt/blocked65/config.h => keyboards/mt/blocked65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mt/mt40/config.h => keyboards/mt/mt40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/mt/mt64rgb/config.h => keyboards/mt/mt64rgb/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mt/mt84/config.h => keyboards/mt/mt84/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mt/mt980/config.h => keyboards/mt/mt980/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/mt/ncr80/hotswap/config.h => keyboards/mt/ncr80/hotswap/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 11
M keyboards/mt/ncr80/solder/config.h => keyboards/mt/ncr80/solder/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 11
M keyboards/mtbkeys/mtb60/hotswap/config.h => keyboards/mtbkeys/mtb60/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mtbkeys/mtb60/solder/config.h => keyboards/mtbkeys/mtb60/solder/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/murcielago/rev1/config.h => keyboards/murcielago/rev1/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/mwstudio/alicekk/config.h => keyboards/mwstudio/alicekk/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mwstudio/mw65_black/config.h => keyboards/mwstudio/mw65_black/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mwstudio/mw65_rgb/config.h => keyboards/mwstudio/mw65_rgb/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mwstudio/mw660/config.h => keyboards/mwstudio/mw660/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5
M keyboards/mwstudio/mw75/config.h => keyboards/mwstudio/mw75/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/mwstudio/mw75r2/config.h => keyboards/mwstudio/mw75r2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/mxss/config.h => keyboards/mxss/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/mysticworks/wyvern/config.h => keyboards/mysticworks/wyvern/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Key Matrix Size */
#define MATRIX_ROWS 10
M keyboards/nack/config.h => keyboards/nack/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 4
#define MATRIX_COLS 13
M keyboards/nacly/sodium42/config.h => keyboards/nacly/sodium42/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/nacly/sodium50/config.h => keyboards/nacly/sodium50/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/nacly/sodium62/config.h => keyboards/nacly/sodium62/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/nacly/splitreus62/config.h => keyboards/nacly/splitreus62/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/nacly/ua62/config.h => keyboards/nacly/ua62/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/nasu/config.h => keyboards/nasu/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ncc1701kb/config.h => keyboards/ncc1701kb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/neito/config.h => keyboards/neito/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 10
#define MATRIX_COLS 8
M keyboards/nek_type_a/config.h => keyboards/nek_type_a/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/neokeys/g67/element_hs/config.h => keyboards/neokeys/g67/element_hs/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/neokeys/g67/hotswap/config.h => keyboards/neokeys/g67/hotswap/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/neokeys/g67/soldered/config.h => keyboards/neokeys/g67/soldered/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/neopad/config.h => keyboards/neopad/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Column/Row IO definitions */
#define DIODE_DIRECTION COL2ROW
M keyboards/neopad/rev1/config.h => keyboards/neopad/rev1/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Column/Row IO definitions */
#define MATRIX_ROWS 2
M keyboards/neson_design/700e/config.h => keyboards/neson_design/700e/config.h +0 -1
@@ 18,7 18,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/neson_design/n6/config.h => keyboards/neson_design/n6/config.h +0 -1
@@ 18,7 18,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/newgame40/config.h => keyboards/newgame40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/nightingale_studios/hailey/config.h => keyboards/nightingale_studios/hailey/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size - encoder is not part of matrix but wired to 2 pins so bodge a fake row/col*/
#define MATRIX_ROWS 7
M keyboards/nightly_boards/adellein/config.h => keyboards/nightly_boards/adellein/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/nightly_boards/alter/rev1/config.h => keyboards/nightly_boards/alter/rev1/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/nightly_boards/alter_lite/config.h => keyboards/nightly_boards/alter_lite/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/nightly_boards/conde60/config.h => keyboards/nightly_boards/conde60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/nightly_boards/daily60/config.h => keyboards/nightly_boards/daily60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/nightly_boards/jisoo/config.h => keyboards/nightly_boards/jisoo/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/nightly_boards/n2/config.h => keyboards/nightly_boards/n2/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/nightly_boards/n40_o/config.h => keyboards/nightly_boards/n40_o/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/nightly_boards/n60_s/config.h => keyboards/nightly_boards/n60_s/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/nightly_boards/n87/config.h => keyboards/nightly_boards/n87/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/nightly_boards/n9/config.h => keyboards/nightly_boards/n9/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/nightly_boards/octopad/config.h => keyboards/nightly_boards/octopad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/nightly_boards/octopadplus/config.h => keyboards/nightly_boards/octopadplus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/nightly_boards/paraluman/config.h => keyboards/nightly_boards/paraluman/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/nightly_boards/ph_arisu/config.h => keyboards/nightly_boards/ph_arisu/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/nightmare/config.h => keyboards/nightmare/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/nimrod/config.h => keyboards/nimrod/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/nix_studio/n60_a/config.h => keyboards/nix_studio/n60_a/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/nix_studio/oxalys80/config.h => keyboards/nix_studio/oxalys80/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/nixkeyboards/day_off/config.h => keyboards/nixkeyboards/day_off/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/nopunin10did/jabberwocky/v1/config.h => keyboards/nopunin10did/jabberwocky/v1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/nopunin10did/jabberwocky/v2/config.h => keyboards/nopunin10did/jabberwocky/v2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/nopunin10did/kastenwagen1840/config.h => keyboards/nopunin10did/kastenwagen1840/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/nopunin10did/kastenwagen48/config.h => keyboards/nopunin10did/kastenwagen48/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/nopunin10did/railroad/rev0/config.h => keyboards/nopunin10did/railroad/rev0/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/novelkeys/nk1/config.h => keyboards/novelkeys/nk1/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/novelkeys/nk20/config.h => keyboards/novelkeys/nk20/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/novelkeys/nk65/config.h => keyboards/novelkeys/nk65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/novelkeys/nk65b/config.h => keyboards/novelkeys/nk65b/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/novelkeys/nk87/config.h => keyboards/novelkeys/nk87/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/novelkeys/nk87b/config.h => keyboards/novelkeys/nk87b/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/novelkeys/novelpad/config.h => keyboards/novelkeys/novelpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/noxary/220/config.h => keyboards/noxary/220/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/noxary/260/config.h => keyboards/noxary/260/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/noxary/268/config.h => keyboards/noxary/268/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/noxary/268_2/config.h => keyboards/noxary/268_2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/noxary/268_2_rgb/config.h => keyboards/noxary/268_2_rgb/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/noxary/280/config.h => keyboards/noxary/280/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/noxary/vulcan/config.h => keyboards/noxary/vulcan/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/noxary/x268/config.h => keyboards/noxary/x268/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/np12/config.h => keyboards/np12/config.h +0 -1
@@ 16,7 16,6 @@
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/nullbitsco/nibble/config.h => keyboards/nullbitsco/nibble/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* Used to set host for remote KB if VUSB detect doesn't work. */
// #define KEYBOARD_HOST // Force host mode
M keyboards/nullbitsco/scramble/v1/config.h => keyboards/nullbitsco/scramble/v1/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/nullbitsco/tidbit/config.h => keyboards/nullbitsco/tidbit/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* Used to set remote for remote KB if VUSB detect doesn't work. */
// #define KEYBOARD_REMOTE
M keyboards/numatreus/config.h => keyboards/numatreus/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/obosob/arch_36/config.h => keyboards/obosob/arch_36/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
/* Rows are doubled up */
M keyboards/obosob/steal_this_keyboard/config.h => keyboards/obosob/steal_this_keyboard/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/ocean/addon/config.h => keyboards/ocean/addon/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ocean/gin_v2/config.h => keyboards/ocean/gin_v2/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/ocean/slamz/config.h => keyboards/ocean/slamz/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ocean/stealth/config.h => keyboards/ocean/stealth/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/ocean/sus/config.h => keyboards/ocean/sus/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ocean/wang_ergo/config.h => keyboards/ocean/wang_ergo/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ocean/wang_v2/config.h => keyboards/ocean/wang_v2/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ocean/yuri/config.h => keyboards/ocean/yuri/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/oddball/config.h => keyboards/oddball/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/oddforge/vea/config.h => keyboards/oddforge/vea/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* matrix size */
#define MATRIX_ROWS 8
M keyboards/odelia/config.h => keyboards/odelia/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/ogre/ergo_single/config.h => keyboards/ogre/ergo_single/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/ogre/ergo_split/config.h => keyboards/ogre/ergo_split/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/ok60/config.h => keyboards/ok60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/om60/config.h => keyboards/om60/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
M keyboards/omkbd/ergodash/config.h => keyboards/omkbd/ergodash/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/omkbd/ergodash/mini/config.h => keyboards/omkbd/ergodash/mini/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/omkbd/ergodash/rev1/config.h => keyboards/omkbd/ergodash/rev1/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/omkbd/runner3680/config.h => keyboards/omkbd/runner3680/config.h +0 -1
@@ 1,3 1,2 @@
#pragma once
-#include "config_common.h"
M keyboards/omnikeyish/config.h => keyboards/omnikeyish/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#define KEYBOARD_PCB_REV 11
M keyboards/onekeyco/dango40/config.h => keyboards/onekeyco/dango40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/opendeck/32/rev1/config.h => keyboards/opendeck/32/rev1/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
// Key matrix (TtB, LtR)
#define MATRIX_ROWS 4
M keyboards/org60/config.h => keyboards/org60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ortho5by12/config.h => keyboards/ortho5by12/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size, duplex 10x6 */
#define MATRIX_ROWS 10
M keyboards/orthocode/config.h => keyboards/orthocode/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/orthodox/keymaps/oscillope/config.h => keyboards/orthodox/keymaps/oscillope/config.h +0 -1
@@ 22,7 22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#define USE_I2C
M keyboards/orthodox/keymaps/rfvizarra/config.h => keyboards/orthodox/keymaps/rfvizarra/config.h +0 -1
@@ 22,7 22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
M keyboards/orthodox/rev1/config.h => keyboards/orthodox/rev1/config.h +0 -1
@@ 21,7 21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/orthodox/rev3/config.h => keyboards/orthodox/rev3/config.h +0 -1
@@ 21,7 21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/orthodox/rev3_teensy/config.h => keyboards/orthodox/rev3_teensy/config.h +0 -1
@@ 21,7 21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/owlab/jelly_epoch/hotswap/config.h => keyboards/owlab/jelly_epoch/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/owlab/jelly_epoch/soldered/config.h => keyboards/owlab/jelly_epoch/soldered/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/owlab/spring/config.h => keyboards/owlab/spring/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/owlab/suit80/ansi/config.h => keyboards/owlab/suit80/ansi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/owlab/suit80/iso/config.h => keyboards/owlab/suit80/iso/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/owlab/voice65/hotswap/config.h => keyboards/owlab/voice65/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/owlab/voice65/soldered/config.h => keyboards/owlab/voice65/soldered/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/p3d/glitch/config.h => keyboards/p3d/glitch/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/pabile/p18/config.h => keyboards/pabile/p18/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/pabile/p20/ver1/config.h => keyboards/pabile/p20/ver1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/pabile/p20/ver2/config.h => keyboards/pabile/p20/ver2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/pabile/p40/config.h => keyboards/pabile/p40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/pabile/p40_ortho/config.h => keyboards/pabile/p40_ortho/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/pabile/p42/config.h => keyboards/pabile/p42/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/palette1202/config.h => keyboards/palette1202/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/panc40/config.h => keyboards/panc40/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/panc60/config.h => keyboards/panc60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 12
M keyboards/papercranekeyboards/gerald65/config.h => keyboards/papercranekeyboards/gerald65/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/paprikman/albacore/config.h => keyboards/paprikman/albacore/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/parallel/parallel_65/hotswap/config.h => keyboards/parallel/parallel_65/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/parallel/parallel_65/soldered/config.h => keyboards/parallel/parallel_65/soldered/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/pdxkbc/config.h => keyboards/pdxkbc/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/pearl/config.h => keyboards/pearl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define LED_NUM_LOCK_PIN D0
#define LED_CAPS_LOCK_PIN D1
M keyboards/pearlboards/atlas/config.h => keyboards/pearlboards/atlas/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/pearlboards/pandora/config.h => keyboards/pearlboards/pandora/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/pearlboards/pearl/config.h => keyboards/pearlboards/pearl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/pearlboards/zeus/config.h => keyboards/pearlboards/zeus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/pearlboards/zeuspad/config.h => keyboards/pearlboards/zeuspad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/peej/lumberjack/config.h => keyboards/peej/lumberjack/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/peej/rosaline/config.h => keyboards/peej/rosaline/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/peej/tripel/config.h => keyboards/peej/tripel/config.h +0 -1
@@ 15,7 15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/pegasus/config.h => keyboards/pegasus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/peranekofactory/tone/rev1/config.h => keyboards/peranekofactory/tone/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/peranekofactory/tone/rev2/config.h => keyboards/peranekofactory/tone/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/percent/booster/config.h => keyboards/percent/booster/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/percent/canoe/config.h => keyboards/percent/canoe/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 2
M keyboards/percent/canoe_gen2/config.h => keyboards/percent/canoe_gen2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/percent/skog_lite/config.h => keyboards/percent/skog_lite/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 18
M keyboards/phage_studio/pila87/config.h => keyboards/phage_studio/pila87/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 6
M keyboards/phantom/config.h => keyboards/phantom/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/phase_studio/titan65/hotswap/config.h => keyboards/phase_studio/titan65/hotswap/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/phase_studio/titan65/soldered/config.h => keyboards/phase_studio/titan65/soldered/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/phoenix/config.h => keyboards/phoenix/config.h +0 -1
@@ 16,7 16,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/phrygian/ph100/config.h => keyboards/phrygian/ph100/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/pico/65keys/config.h => keyboards/pico/65keys/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/pico/70keys/config.h => keyboards/pico/70keys/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/pico/config.h => keyboards/pico/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Select hand configuration */
#define MASTER_LEFT
M keyboards/picolab/frusta_fundamental/config.h => keyboards/picolab/frusta_fundamental/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/pierce/config.h => keyboards/pierce/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/pimentoso/paddino02/config.h => keyboards/pimentoso/paddino02/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/pimentoso/paddino02/rev1/config.h => keyboards/pimentoso/paddino02/rev1/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/pimentoso/paddino02/rev2/left/config.h => keyboards/pimentoso/paddino02/rev2/left/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/pimentoso/paddino02/rev2/right/config.h => keyboards/pimentoso/paddino02/rev2/right/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/pimentoso/touhoupad/config.h => keyboards/pimentoso/touhoupad/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 1
#define MATRIX_COLS 10
M keyboards/pinky/config.h => keyboards/pinky/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/pisces/config.h => keyboards/pisces/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D2
M keyboards/pixelspace/capsule65i/config.h => keyboards/pixelspace/capsule65i/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/pjb/eros/config.h => keyboards/pjb/eros/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 17
M keyboards/pkb65/config.h => keyboards/pkb65/config.h +0 -1
@@ 21,7 21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/planck/config.h => keyboards/planck/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/planck/keymaps/andylikescandy/config.h => keyboards/planck/keymaps/andylikescandy/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
M keyboards/planck/keymaps/aviator/config.h => keyboards/planck/keymaps/aviator/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#ifndef KEYBOARD_planck_light
#define BACKLIGHT_BREATHING
M keyboards/planck/keymaps/coloneljesus/config.h => keyboards/planck/keymaps/coloneljesus/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
M keyboards/planck/keymaps/corvec/config.h => keyboards/planck/keymaps/corvec/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
M keyboards/planck/keymaps/kelorean/config.h => keyboards/planck/keymaps/kelorean/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
M keyboards/planck/keymaps/komidore64/config.h => keyboards/planck/keymaps/komidore64/config.h +0 -1
@@ 15,7 15,6 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
-#include "config_common.h"
// QMK configuration /////////
#define TAPPING_TERM 400
M keyboards/planck/keymaps/palleiko/config.h => keyboards/planck/keymaps/palleiko/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
M keyboards/planck/keymaps/rodhaene/config.h => keyboards/planck/keymaps/rodhaene/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
M keyboards/planck/light/config.h => keyboards/planck/light/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
#undef MATRIX_ROW_PINS
#undef MATRIX_COL_PINS
M keyboards/planck/thk/config.h => keyboards/planck/thk/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
// THK has a different pin-out
#undef MATRIX_ROW_PINS
M keyboards/playkbtw/ca66/config.h => keyboards/playkbtw/ca66/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/playkbtw/helen80/config.h => keyboards/playkbtw/helen80/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/playkbtw/pk60/config.h => keyboards/playkbtw/pk60/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/playkbtw/pk64rgb/config.h => keyboards/playkbtw/pk64rgb/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ploopyco/mouse/config.h => keyboards/ploopyco/mouse/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/ploopyco/trackball/config.h => keyboards/ploopyco/trackball/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/ploopyco/trackball_mini/config.h => keyboards/ploopyco/trackball_mini/config.h +0 -1
@@ 19,7 19,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/ploopyco/trackball_nano/config.h => keyboards/ploopyco/trackball_nano/config.h +0 -1
@@ 19,7 19,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/ploopyco/trackball_thumb/config.h => keyboards/ploopyco/trackball_thumb/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
/* define if matrix has ghost (lacks anti-ghosting diodes) */
//#define MATRIX_HAS_GHOST
M keyboards/pluckey/config.h => keyboards/pluckey/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/plume/plume65/config.h => keyboards/plume/plume65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/plut0nium/0x3e/config.h => keyboards/plut0nium/0x3e/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/plx/config.h => keyboards/plx/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/plywrks/ahgase/config.h => keyboards/plywrks/ahgase/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/plywrks/lune/config.h => keyboards/plywrks/lune/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/pohjolaworks/louhi/config.h => keyboards/pohjolaworks/louhi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/poker87c/config.h => keyboards/poker87c/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/poker87d/config.h => keyboards/poker87d/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/polilla/rev1/config.h => keyboards/polilla/rev1/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
M keyboards/polycarbdiet/s20/config.h => keyboards/polycarbdiet/s20/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/pom_keyboards/tnln95/config.h => keyboards/pom_keyboards/tnln95/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/portal_66/hotswap/config.h => keyboards/portal_66/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/portal_66/soldered/config.h => keyboards/portal_66/soldered/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/pos78/config.h => keyboards/pos78/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/preonic/config.h => keyboards/preonic/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/preonic/keymaps/blake-newman/config.h => keyboards/preonic/keymaps/blake-newman/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PREONIC_SOUND)
M keyboards/preonic/keymaps/choromanski/config.h => keyboards/preonic/keymaps/choromanski/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
M keyboards/preonic/keymaps/ekis_isa/config.h => keyboards/preonic/keymaps/ekis_isa/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PREONIC_SOUND)
M keyboards/preonic/keymaps/fig-r/config.h => keyboards/preonic/keymaps/fig-r/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PREONIC_SOUND)
M keyboards/preonic/keymaps/kuatsure/config.h => keyboards/preonic/keymaps/kuatsure/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PREONIC_SOUND)
M keyboards/primekb/meridian_rgb/config.h => keyboards/primekb/meridian_rgb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/primekb/prime_e/config.h => keyboards/primekb/prime_e/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/primekb/prime_e/rgb/config.h => keyboards/primekb/prime_e/rgb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGB_DI_PIN B7
#define RGBLED_NUM 8
M keyboards/primekb/prime_e/std/config.h => keyboards/primekb/prime_e/std/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define BACKLIGHT_PIN B7
#define BACKLIGHT_LEVELS 5
M keyboards/primekb/prime_l/config.h => keyboards/primekb/prime_l/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/primekb/prime_l/v1/config.h => keyboards/primekb/prime_l/v1/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Keyboard Matrix Assignments */
#define MATRIX_ROW_PINS { D1, D0, B7, B3, B2 }
M keyboards/primekb/prime_l/v2/config.h => keyboards/primekb/prime_l/v2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/primekb/prime_m/config.h => keyboards/primekb/prime_m/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/primekb/prime_o/config.h => keyboards/primekb/prime_o/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/primekb/prime_r/config.h => keyboards/primekb/prime_r/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/primekb/prime_r/keymaps/rooski/config.h => keyboards/primekb/prime_r/keymaps/rooski/config.h +0 -1
@@ 17,7 17,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
// place overrides here
M keyboards/program_yoink/config.h => keyboards/program_yoink/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/projectcain/relic/config.h => keyboards/projectcain/relic/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define ENCODERS_PAD_A { D4 }
#define ENCODERS_PAD_B { D6 }
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/projectcain/vault35/config.h => keyboards/projectcain/vault35/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/projectcain/vault45/config.h => keyboards/projectcain/vault45/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/prototypist/allison/config.h => keyboards/prototypist/allison/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/prototypist/allison_numpad/config.h => keyboards/prototypist/allison_numpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/prototypist/j01/config.h => keyboards/prototypist/j01/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/protozoa/cassini/config.h => keyboards/protozoa/cassini/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/protozoa/p01/config.h => keyboards/protozoa/p01/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 6
M keyboards/psuieee/pluto12/config.h => keyboards/psuieee/pluto12/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/pteron36/config.h => keyboards/pteron36/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/puck/config.h => keyboards/puck/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/punk75/config.h => keyboards/punk75/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/q4z/config.h => keyboards/q4z/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/qpockets/eggman/config.h => keyboards/qpockets/eggman/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/qpockets/space_space/rev1/config.h => keyboards/qpockets/space_space/rev1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/qpockets/space_space/rev2/config.h => keyboards/qpockets/space_space/rev2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/qpockets/wanten/config.h => keyboards/qpockets/wanten/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/quad_h/lb75/config.h => keyboards/quad_h/lb75/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/quantrik/kyuu/config.h => keyboards/quantrik/kyuu/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/quarkeys/z60/hotswap/config.h => keyboards/quarkeys/z60/hotswap/config.h +0 -1
@@ 13,7 13,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/quarkeys/z60/solder/config.h => keyboards/quarkeys/z60/solder/config.h +0 -1
@@ 14,7 14,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/qvex/lynepad/config.h => keyboards/qvex/lynepad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/qwertlekeys/calice/config.h => keyboards/qwertlekeys/calice/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Define Matrix size */
#define MATRIX_ROWS 12
M keyboards/qwertykeys/qk65/hotswap/config.h => keyboards/qwertykeys/qk65/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/qwertykeys/qk65/solder/config.h => keyboards/qwertykeys/qk65/solder/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/qwertyydox/config.h => keyboards/qwertyydox/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/rabbit/rabbit68/config.h => keyboards/rabbit/rabbit68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/rad/config.h => keyboards/rad/config.h +0 -1
@@ 14,7 14,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/rainkeebs/delilah/config.h => keyboards/rainkeebs/delilah/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/rainkeebs/rainkeeb/config.h => keyboards/rainkeebs/rainkeeb/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/rainkeebs/yasui/config.h => keyboards/rainkeebs/yasui/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ramonimbao/aelith/config.h => keyboards/ramonimbao/aelith/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ramonimbao/chevron/config.h => keyboards/ramonimbao/chevron/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ramonimbao/herringbone/pro/config.h => keyboards/ramonimbao/herringbone/pro/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/ramonimbao/herringbone/v1/config.h => keyboards/ramonimbao/herringbone/v1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ramonimbao/mona/v1/config.h => keyboards/ramonimbao/mona/v1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ramonimbao/mona/v1_1/config.h => keyboards/ramonimbao/mona/v1_1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ramonimbao/mona/v32a/config.h => keyboards/ramonimbao/mona/v32a/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ramonimbao/squishyfrl/config.h => keyboards/ramonimbao/squishyfrl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/ramonimbao/squishytkl/config.h => keyboards/ramonimbao/squishytkl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 14
M keyboards/ramonimbao/tkl_ff/config.h => keyboards/ramonimbao/tkl_ff/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ramonimbao/tkl_ff/v2/config.h => keyboards/ramonimbao/tkl_ff/v2/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define RGBLIGHT_LAYERS
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF
M keyboards/ramonimbao/wete/v2/config.h => keyboards/ramonimbao/wete/v2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 13
M keyboards/rart/rart45/config.h => keyboards/rart/rart45/config.h +0 -1
@@ 15,7 15,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 9
M keyboards/rart/rart4x4/config.h => keyboards/rart/rart4x4/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/rart/rart67/config.h => keyboards/rart/rart67/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/rart/rart67m/config.h => keyboards/rart/rart67m/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/rart/rart75/config.h => keyboards/rart/rart75/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/rart/rart75hs/config.h => keyboards/rart/rart75hs/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/rart/rart75m/config.h => keyboards/rart/rart75m/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/rart/rart80/config.h => keyboards/rart/rart80/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/rart/rartand/config.h => keyboards/rart/rartand/config.h +0 -1
@@ 15,7 15,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/rart/rartland/config.h => keyboards/rart/rartland/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/rart/rartlite/config.h => keyboards/rart/rartlite/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/rart/rartpad/config.h => keyboards/rart/rartpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/rate/pistachio/config.h => keyboards/rate/pistachio/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/rate/pistachio_mp/config.h => keyboards/rate/pistachio_mp/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/rate/pistachio_pro/config.h => keyboards/rate/pistachio_pro/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define ENCODERS_PAD_A {D2}
#define ENCODERS_PAD_B {D3}
M keyboards/rationalist/ratio65_hotswap/rev_a/config.h => keyboards/rationalist/ratio65_hotswap/rev_a/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/rationalist/ratio65_solder/rev_a/config.h => keyboards/rationalist/ratio65_solder/rev_a/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/recompile_keys/choco60/config.h => keyboards/recompile_keys/choco60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/recompile_keys/cocoa40/config.h => keyboards/recompile_keys/cocoa40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/recompile_keys/mio/config.h => keyboards/recompile_keys/mio/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/recompile_keys/nomu30/config.h => keyboards/recompile_keys/nomu30/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/rect44/config.h => keyboards/rect44/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/redox/config.h => keyboards/redox/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h">
\ No newline at end of file
M keyboards/redox/rev1/config.h => keyboards/redox/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/redox/rev1/proton_c/config.h => keyboards/redox/rev1/proton_c/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
// wiring of each half
#undef MATRIX_ROW_PINS
M keyboards/redox_media/config.h => keyboards/redox_media/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/redox_w/config.h => keyboards/redox_w/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/redscarf_i/config.h => keyboards/redscarf_i/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Matrix */
#define MATRIX_ROWS 6
M keyboards/redscarf_iiplus/verb/config.h => keyboards/redscarf_iiplus/verb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/redscarf_iiplus/verc/config.h => keyboards/redscarf_iiplus/verc/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/redscarf_iiplus/verd/config.h => keyboards/redscarf_iiplus/verd/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/retro_75/config.h => keyboards/retro_75/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/reversestudio/decadepad/config.h => keyboards/reversestudio/decadepad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/reviung/reviung33/config.h => keyboards/reviung/reviung33/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/reviung/reviung34/config.h => keyboards/reviung/reviung34/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/reviung/reviung39/config.h => keyboards/reviung/reviung39/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/reviung/reviung41/config.h => keyboards/reviung/reviung41/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/reviung/reviung5/config.h => keyboards/reviung/reviung5/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/reviung/reviung53/config.h => keyboards/reviung/reviung53/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/reviung/reviung61/config.h => keyboards/reviung/reviung61/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/rgbkb/mun/config.h => keyboards/rgbkb/mun/config.h +0 -1
@@ 9,7 9,6 @@
#pragma once
-#include "config_common.h"
/* Matrix Configuration - Rows are doubled up */
#define MATRIX_ROWS 14
M keyboards/rgbkb/pan/config.h => keyboards/rgbkb/pan/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/rgbkb/pan/rev1/32a/config.h => keyboards/rgbkb/pan/rev1/32a/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS { D7, D1, D5, D6, C2 }
#define MATRIX_COL_PINS { C3, C4, C5, C6, C7, A7, A6, A5, A4, A3, A2, A1, A0 }
#define ENCODERS_PAD_A { B0, D0 }
M keyboards/rgbkb/pan/rev1/proton_c/config.h => keyboards/rgbkb/pan/rev1/proton_c/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROW_PINS { A15, B10, A14, A13, A7 }
#define MATRIX_COL_PINS { A8, A6, B0, B1, B2, B4, B5, A1, A2, B3, B9, A10, A9 }
#define ENCODERS_PAD_A { B14, B11 }
M keyboards/rgbkb/sol/config.h => keyboards/rgbkb/sol/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define TAPPING_TERM 150
M keyboards/rgbkb/sol3/config.h => keyboards/rgbkb/sol3/config.h +0 -1
@@ 9,7 9,6 @@
#pragma once
-#include "config_common.h"
/* Matrix Configuration - Rows are doubled up */
#define MATRIX_ROWS 12
M keyboards/rgbkb/zen/rev1/config.h => keyboards/rgbkb/zen/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/rgbkb/zen/rev1/keymaps/333fred/config.h => keyboards/rgbkb/zen/rev1/keymaps/333fred/config.h +0 -1
@@ 22,7 22,6 @@
#pragma once
-#include "config_common.h"
/* Select hand configuration */
//#define MASTER_LEFT
M keyboards/rgbkb/zen/rev1/keymaps/cwebster2/config.h => keyboards/rgbkb/zen/rev1/keymaps/cwebster2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define EE_HANDS
M keyboards/rgbkb/zen/rev1/keymaps/default/config.h => keyboards/rgbkb/zen/rev1/keymaps/default/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Select hand configuration */
M keyboards/rgbkb/zen/rev1/keymaps/samae/config.h => keyboards/rgbkb/zen/rev1/keymaps/samae/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Select hand configuration */
M keyboards/rgbkb/zen/rev1/keymaps/xyverz/config.h => keyboards/rgbkb/zen/rev1/keymaps/xyverz/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define EE_HANDS
M keyboards/rgbkb/zen/rev2/config.h => keyboards/rgbkb/zen/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/rgbkb/zygomorph/config.h => keyboards/rgbkb/zygomorph/config.h +0 -1
@@ 18,5 18,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/ristretto/config.h => keyboards/ristretto/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/rmkeebs/rm_numpad/config.h => keyboards/rmkeebs/rm_numpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/rominronin/katana60/rev1/config.h => keyboards/rominronin/katana60/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/rominronin/katana60/rev2/config.h => keyboards/rominronin/katana60/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/roseslite/config.h => keyboards/roseslite/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/rotor/config.h => keyboards/rotor/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/rotr/config.h => keyboards/rotr/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/rpiguy9907/southpaw66/config.h => keyboards/rpiguy9907/southpaw66/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define TAPPING_TERM 400
M keyboards/rubi/config.h => keyboards/rubi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/runes/skjoldr/config.h => keyboards/runes/skjoldr/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/runes/vaengr/config.h => keyboards/runes/vaengr/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/rura66/config.h => keyboards/rura66/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/rura66/rev1/config.h => keyboards/rura66/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/ryanbaekr/rb1/config.h => keyboards/ryanbaekr/rb1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/ryanbaekr/rb18/config.h => keyboards/ryanbaekr/rb18/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/ryanbaekr/rb69/config.h => keyboards/ryanbaekr/rb69/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/ryanbaekr/rb86/config.h => keyboards/ryanbaekr/rb86/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/ryanbaekr/rb87/config.h => keyboards/ryanbaekr/rb87/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/ryanskidmore/rskeys100/config.h => keyboards/ryanskidmore/rskeys100/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* Key Matrix Sizes */
#define MATRIX_ROWS 6
M keyboards/ryloo_studio/m0110/config.h => keyboards/ryloo_studio/m0110/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/s_ol/0xc_pad/config.h => keyboards/s_ol/0xc_pad/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* ws2812 RGB LED */
#define RGB_DI_PIN C7
M keyboards/saevus/cor_tkl/config.h => keyboards/saevus/cor_tkl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* RGB Matrix setup */
#define RGB_DI_PIN GP19
M keyboards/salicylic_acid3/7skb/config.h => keyboards/salicylic_acid3/7skb/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/salicylic_acid3/7splus/config.h => keyboards/salicylic_acid3/7splus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 14
M keyboards/salicylic_acid3/ajisai74/config.h => keyboards/salicylic_acid3/ajisai74/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/salicylic_acid3/ergoarrows/config.h => keyboards/salicylic_acid3/ergoarrows/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/salicylic_acid3/getta25/config.h => keyboards/salicylic_acid3/getta25/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/salicylic_acid3/jisplit89/config.h => keyboards/salicylic_acid3/jisplit89/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/salicylic_acid3/nafuda/config.h => keyboards/salicylic_acid3/nafuda/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/salicylic_acid3/naked48/config.h => keyboards/salicylic_acid3/naked48/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/salicylic_acid3/naked60/config.h => keyboards/salicylic_acid3/naked60/config.h +0 -1
@@ 17,4 17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/salicylic_acid3/naked64/config.h => keyboards/salicylic_acid3/naked64/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/salicylic_acid3/nknl7en/config.h => keyboards/salicylic_acid3/nknl7en/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/salicylic_acid3/nknl7jp/config.h => keyboards/salicylic_acid3/nknl7jp/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/salicylic_acid3/setta21/config.h => keyboards/salicylic_acid3/setta21/config.h +0 -1
@@ 18,4 18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
M keyboards/sam/s80/config.h => keyboards/sam/s80/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 11
M keyboards/sam/sg81m/config.h => keyboards/sam/sg81m/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/sanctified/dystopia/config.h => keyboards/sanctified/dystopia/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Key Matrix Size */
#define MATRIX_ROWS 5
M keyboards/sandwich/keeb68/config.h => keyboards/sandwich/keeb68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/satt/comet46/config.h => keyboards/satt/comet46/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sauce/mild/config.h => keyboards/sauce/mild/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/sawnsprojects/amber80/solder/config.h => keyboards/sawnsprojects/amber80/solder/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/sawnsprojects/krush/krush60/solder/config.h => keyboards/sawnsprojects/krush/krush60/solder/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/sawnsprojects/krush/krush65/hotswap/config.h => keyboards/sawnsprojects/krush/krush65/hotswap/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sawnsprojects/krush/krush65/solder/config.h => keyboards/sawnsprojects/krush/krush65/solder/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/sawnsprojects/satxri6key/config.h => keyboards/sawnsprojects/satxri6key/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/sawnsprojects/vcl65/solder/config.h => keyboards/sawnsprojects/vcl65/solder/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/scatter42/config.h => keyboards/scatter42/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/sck/gtm/config.h => keyboards/sck/gtm/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/sck/m0116b/config.h => keyboards/sck/m0116b/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/sck/neiso/config.h => keyboards/sck/neiso/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/sck/osa/config.h => keyboards/sck/osa/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/sekigon/grs_70ec/config.h => keyboards/sekigon/grs_70ec/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/sendyyeah/75pixels/config.h => keyboards/sendyyeah/75pixels/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/sendyyeah/bevi/config.h => keyboards/sendyyeah/bevi/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/sendyyeah/pix/config.h => keyboards/sendyyeah/pix/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/senselessclay/ck60/config.h => keyboards/senselessclay/ck60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/senselessclay/ck65/config.h => keyboards/senselessclay/ck65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/senselessclay/gos65/config.h => keyboards/senselessclay/gos65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/senselessclay/had60/config.h => keyboards/senselessclay/had60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sentraq/number_pad/config.h => keyboards/sentraq/number_pad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sentraq/s60_x/default/config.h => keyboards/sentraq/s60_x/default/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sentraq/s60_x/rgb/config.h => keyboards/sentraq/s60_x/rgb/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sentraq/s65_plus/config.h => keyboards/sentraq/s65_plus/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sentraq/s65_x/config.h => keyboards/sentraq/s65_x/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sergiopoverony/creator_pro/config.h => keyboards/sergiopoverony/creator_pro/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size pins */
#define MATRIX_ROWS 1
M keyboards/sets3n/kk980/config.h => keyboards/sets3n/kk980/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/shambles/config.h => keyboards/shambles/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/shapeshifter4060/config.h => keyboards/shapeshifter4060/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/shiro/config.h => keyboards/shiro/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/shk9/config.h => keyboards/shk9/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/shoc/config.h => keyboards/shoc/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define OLED_DISPLAY_128X64
#define OLED_TIMEOUT 300000
M keyboards/sidderskb/majbritt/rev1/config.h => keyboards/sidderskb/majbritt/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sidderskb/majbritt/rev2/config.h => keyboards/sidderskb/majbritt/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/signum/3_0/config.h => keyboards/signum/3_0/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/signum/3_0/elitec/config.h => keyboards/signum/3_0/elitec/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix pins */
#define MATRIX_ROW_PINS { D2, D1, F5, B5 }
M keyboards/silverbullet44/config.h => keyboards/silverbullet44/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/singa/config.h => keyboards/singa/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 18
M keyboards/singa/keymaps/amnesia0287/config.h => keyboards/singa/keymaps/amnesia0287/config.h +0 -1
@@ 17,7 17,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
// place overrides here
M keyboards/sirius/uni660/rev1/config.h => keyboards/sirius/uni660/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sirius/uni660/rev2/ansi/config.h => keyboards/sirius/uni660/rev2/ansi/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sirius/uni660/rev2/iso/config.h => keyboards/sirius/uni660/rev2/iso/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sixkeyboard/config.h => keyboards/sixkeyboard/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/skeletn87/hotswap/config.h => keyboards/skeletn87/hotswap/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/skeletn87/soldered/config.h => keyboards/skeletn87/soldered/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/skeletonkbd/skeletonnumpad/config.h => keyboards/skeletonkbd/skeletonnumpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/skergo/config.h => keyboards/skergo/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/skippys_custom_pcs/rooboard65/config.h => keyboards/skippys_custom_pcs/rooboard65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/skippys_custom_pcs/roopad/config.h => keyboards/skippys_custom_pcs/roopad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/skme/zeno/config.h => keyboards/skme/zeno/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/slz40/config.h => keyboards/slz40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/smallkeyboard/config.h => keyboards/smallkeyboard/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/smithrune/iron165r2/config.h => keyboards/smithrune/iron165r2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/smk60/config.h => keyboards/smk60/config.h +0 -1
@@ 4,7 4,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/snampad/config.h => keyboards/snampad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/sneakbox/aliceclone/config.h => keyboards/sneakbox/aliceclone/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*Bootmagic boot button, set to topmost, leftmost key */
#define BOOTMAGIC_LITE_ROW 2
M keyboards/sneakbox/aliceclonergb/config.h => keyboards/sneakbox/aliceclonergb/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*Bootmagic boot button, set to topmost, leftmost key */
#define BOOTMAGIC_LITE_ROW 2
M keyboards/sneakbox/ava/config.h => keyboards/sneakbox/ava/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*Bootmagic boot button, set to topmost, leftmost key */
#define BOOTMAGIC_LITE_ROW 2
M keyboards/sneakbox/disarray/ortho/config.h => keyboards/sneakbox/disarray/ortho/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*Bootmagic boot button, set to topmost, leftmost key */
#define BOOTMAGIC_LITE_ROW 1
M keyboards/sneakbox/disarray/staggered/config.h => keyboards/sneakbox/disarray/staggered/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*Bootmagic boot button, set to topmost, leftmost key */
#define BOOTMAGIC_LITE_ROW 1
M keyboards/sofle/config.h => keyboards/sofle/config.h +0 -1
@@ 1,4 1,3 @@
#pragma once
-#include "config_common.h"
M keyboards/sofle/keyhive/config.h => keyboards/sofle/keyhive/config.h +0 -1
@@ 17,7 17,6 @@
*/
#pragma once
-#include "config_common.h"
// Key matrix size
// Rows are doubled-up. Added extra column for rotary encoder VIA mapping.
M keyboards/soup10/config.h => keyboards/soup10/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/sowbug/68keys/config.h => keyboards/sowbug/68keys/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
// key matrix size
#define MATRIX_ROWS 5
M keyboards/sowbug/ansi_tkl/config.h => keyboards/sowbug/ansi_tkl/config.h +0 -1
@@ 18,7 18,6 @@
#pragma once
-#include "config_common.h"
// key matrix size
#define MATRIX_ROWS 6
M keyboards/soy20/config.h => keyboards/soy20/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/spaceholdings/nebula12/config.h => keyboards/spaceholdings/nebula12/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */
#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
M keyboards/spaceholdings/nebula12b/config.h => keyboards/spaceholdings/nebula12b/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/spaceholdings/nebula68/config.h => keyboards/spaceholdings/nebula68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/spaceholdings/nebula68b/config.h => keyboards/spaceholdings/nebula68b/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/spaceman/2_milk/config.h => keyboards/spaceman/2_milk/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/spaceman/pancake/rev1/config.h => keyboards/spaceman/pancake/rev1/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/spaceman/pancake/rev1/feather/config.h => keyboards/spaceman/pancake/rev1/feather/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Pancake default pinout */
#define MATRIX_ROW_PINS { B5, D7, C6, D0 }
M keyboards/spaceman/pancake/rev1/promicro/config.h => keyboards/spaceman/pancake/rev1/promicro/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Pancake default pinout */
#define MATRIX_ROW_PINS { B1, B3, B2, B6 }
M keyboards/spaceman/pancake/rev2/config.h => keyboards/spaceman/pancake/rev2/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/spaceman/yun65/config.h => keyboards/spaceman/yun65/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* Key Matrix perameter */
#define MATRIX_ROWS 5
M keyboards/spacetime/config.h => keyboards/spacetime/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4*2
M keyboards/spacey/config.h => keyboards/spacey/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sparrow62/config.h => keyboards/sparrow62/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/specskeys/config.h => keyboards/specskeys/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/spiderisland/split78/config.h => keyboards/spiderisland/split78/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/splitish/config.h => keyboards/splitish/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 4
#define MATRIX_COLS 12
M keyboards/splitkb/zima/config.h => keyboards/splitkb/zima/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/splitography/config.h => keyboards/splitography/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 4
M keyboards/splitty/config.h => keyboards/splitty/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/sporewoh/banime40/config.h => keyboards/sporewoh/banime40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/star75/config.h => keyboards/star75/config.h +0 -1
@@ 3,7 3,6 @@ Copyright 2022 Horns Lyn (@hornslyn)
SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/stello65/beta/config.h => keyboards/stello65/beta/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/stello65/hs_rev1/config.h => keyboards/stello65/hs_rev1/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/stello65/sl_rev1/config.h => keyboards/stello65/sl_rev1/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/stenokeyboards/the_uni/pro_micro/config.h => keyboards/stenokeyboards/the_uni/pro_micro/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/stenokeyboards/the_uni/rp_2040/config.h => keyboards/stenokeyboards/the_uni/rp_2040/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
#define MATRIX_COLS 11
M keyboards/stenokeyboards/the_uni/usb_c/config.h => keyboards/stenokeyboards/the_uni/usb_c/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/sthlmkb/lagom/config.h => keyboards/sthlmkb/lagom/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/stratos/config.h => keyboards/stratos/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/studiokestra/bourgeau/config.h => keyboards/studiokestra/bourgeau/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 16
M keyboards/studiokestra/cascade/config.h => keyboards/studiokestra/cascade/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 14
M keyboards/studiokestra/galatea/config.h => keyboards/studiokestra/galatea/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 12
#define MATRIX_COLS 9
M keyboards/studiokestra/nascent/config.h => keyboards/studiokestra/nascent/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 10
#define MATRIX_COLS 8
M keyboards/studiokestra/nue/config.h => keyboards/studiokestra/nue/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 14
M keyboards/subatomic/config.h => keyboards/subatomic/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/subrezon/la_nc/config.h => keyboards/subrezon/la_nc/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
// key matrix
#define MATRIX_ROWS 6
M keyboards/superuser/ext/config.h => keyboards/superuser/ext/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/superuser/frl/config.h => keyboards/superuser/frl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/superuser/tkl/config.h => keyboards/superuser/tkl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/swiftrax/retropad/config.h => keyboards/swiftrax/retropad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/switchplate/southpaw_65/config.h => keyboards/switchplate/southpaw_65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/switchplate/southpaw_fullsize/config.h => keyboards/switchplate/southpaw_fullsize/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/switchplate/switchplate910/config.h => keyboards/switchplate/switchplate910/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/sx60/config.h => keyboards/sx60/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/synapse/config.h => keyboards/synapse/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/synthlabs/060/config.h => keyboards/synthlabs/060/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* Backlighting */
#define RGB_MATRIX_LED_COUNT 63
M keyboards/synthlabs/solo/config.h => keyboards/synthlabs/solo/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define ENCODERS 1
#define ENCODER_RESOLUTION 4
M keyboards/system76/launch_1/config.h => keyboards/system76/launch_1/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
// Key matrix size
#define MATRIX_ROWS 6
M keyboards/tada68/config.h => keyboards/tada68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/takashicompany/center_enter/config.h => keyboards/takashicompany/center_enter/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/takashicompany/compacx/config.h => keyboards/takashicompany/compacx/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5 * 2
M keyboards/takashicompany/dogtag/config.h => keyboards/takashicompany/dogtag/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/takashicompany/endzone34/config.h => keyboards/takashicompany/endzone34/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/takashicompany/heavy_left/config.h => keyboards/takashicompany/heavy_left/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5 * 2
M keyboards/takashicompany/minizone/config.h => keyboards/takashicompany/minizone/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/takashicompany/qoolee/config.h => keyboards/takashicompany/qoolee/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/takashicompany/radialex/config.h => keyboards/takashicompany/radialex/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/takashicompany/spreadwriter/config.h => keyboards/takashicompany/spreadwriter/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
#define ENCODER_RESOLUTION 4
#define ENCODERS_PAD_A { D1 }
M keyboards/takashiski/hecomi/alpha/config.h => keyboards/takashiski/hecomi/alpha/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
//#define MATRIX_ROWS 5
M keyboards/takashiski/namecard2x4/rev1/config.h => keyboards/takashiski/namecard2x4/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/takashiski/namecard2x4/rev2/config.h => keyboards/takashiski/namecard2x4/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/takashiski/otaku_split/rev0/config.h => keyboards/takashiski/otaku_split/rev0/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/takashiski/otaku_split/rev1/config.h => keyboards/takashiski/otaku_split/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/taleguers/taleguers75/config.h => keyboards/taleguers/taleguers75/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/tanuki/config.h => keyboards/tanuki/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/tau4/config.h => keyboards/tau4/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
// Buggy, currently disabled
/* #define EXTERNAL_EEPROM_I2C_BASE_ADDRESS 0b10100000
M keyboards/team0110/p1800fl/config.h => keyboards/team0110/p1800fl/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/teleport/native/config.h => keyboards/teleport/native/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* Enable NKRO by default*/
#define FORCE_NKRO
M keyboards/teleport/numpad/config.h => keyboards/teleport/numpad/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/telophase/config.h => keyboards/telophase/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/tender/macrowo_pad/config.h => keyboards/tender/macrowo_pad/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/tenki/config.h => keyboards/tenki/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/terrazzo/config.h => keyboards/terrazzo/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
M keyboards/tetris/config.h => keyboards/tetris/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/tg4x/config.h => keyboards/tg4x/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/tgr/910/config.h => keyboards/tgr/910/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 19
M keyboards/tgr/910ce/config.h => keyboards/tgr/910ce/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 18
M keyboards/tgr/jane/v2/config.h => keyboards/tgr/jane/v2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 8
#define MATRIX_COLS 15
M keyboards/tgr/jane/v2ce/config.h => keyboards/tgr/jane/v2ce/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 8
#define MATRIX_COLS 15
M keyboards/tgr/tris/config.h => keyboards/tgr/tris/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 4
M keyboards/the_royal/liminal/config.h => keyboards/the_royal/liminal/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/the_royal/schwann/config.h => keyboards/the_royal/schwann/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/themadnoodle/ncc1701kb/v2/config.h => keyboards/themadnoodle/ncc1701kb/v2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/themadnoodle/noodlepad/config.h => keyboards/themadnoodle/noodlepad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/thevankeyboards/bananasplit/config.h => keyboards/thevankeyboards/bananasplit/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/thevankeyboards/bananasplit/keymaps/coloneljesus/config.h => keyboards/thevankeyboards/bananasplit/keymaps/coloneljesus/config.h +0 -1
@@ 17,7 17,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
// place overrides here
#define GRAVE_ESC_CTRL_OVERRIDE
M keyboards/thevankeyboards/caravan/config.h => keyboards/thevankeyboards/caravan/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/thevankeyboards/jetvan/config.h => keyboards/thevankeyboards/jetvan/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/thevankeyboards/minivan/config.h => keyboards/thevankeyboards/minivan/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/thevankeyboards/roadkit/config.h => keyboards/thevankeyboards/roadkit/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/tkc/california/config.h => keyboards/tkc/california/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/tkc/candybar/lefty/config.h => keyboards/tkc/candybar/lefty/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/tkc/candybar/lefty_r3/config.h => keyboards/tkc/candybar/lefty_r3/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/tkc/candybar/righty/config.h => keyboards/tkc/candybar/righty/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/tkc/candybar/righty_r3/config.h => keyboards/tkc/candybar/righty_r3/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/tkc/godspeed75/config.h => keyboards/tkc/godspeed75/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/tkc/m0lly/config.h => keyboards/tkc/m0lly/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/tkc/osav2/config.h => keyboards/tkc/osav2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/tkc/portico/config.h => keyboards/tkc/portico/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/tkc/portico68v2/config.h => keyboards/tkc/portico68v2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/tkc/portico75/config.h => keyboards/tkc/portico75/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/tkc/tkc1800/config.h => keyboards/tkc/tkc1800/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/tkc/tkl_ab87/config.h => keyboards/tkc/tkl_ab87/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/tkw/grandiceps/config.h => keyboards/tkw/grandiceps/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/tkw/stoutgat/v1/config.h => keyboards/tkw/stoutgat/v1/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/tkw/stoutgat/v2/config.h => keyboards/tkw/stoutgat/v2/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/tmo50/config.h => keyboards/tmo50/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/toad/config.h => keyboards/toad/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/tokyokeyboard/alix40/config.h => keyboards/tokyokeyboard/alix40/config.h +0 -1
@@ 14,7 14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/tokyokeyboard/tokyo60/config.h => keyboards/tokyokeyboard/tokyo60/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/tominabox1/adalyn/config.h => keyboards/tominabox1/adalyn/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/tominabox1/bigboy/config.h => keyboards/tominabox1/bigboy/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define DIRECT_PINS { \
M keyboards/tominabox1/le_chiffre/config.h => keyboards/tominabox1/le_chiffre/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/tominabox1/le_chiffre/he/config.h => keyboards/tominabox1/le_chiffre/he/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* COL2ROW, ROW2COL*/
#undef DIODE_DIRECTION
M keyboards/tominabox1/le_chiffre/rev1/config.h => keyboards/tominabox1/le_chiffre/rev1/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/tominabox1/le_chiffre/rev2/config.h => keyboards/tominabox1/le_chiffre/rev2/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M => +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M => +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/tominabox1/qaz/config.h => keyboards/tominabox1/qaz/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/tominabox1/underscore33/rev1/config.h => keyboards/tominabox1/underscore33/rev1/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/tominabox1/underscore33/rev2/config.h => keyboards/tominabox1/underscore33/rev2/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/torn/config.h => keyboards/torn/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/touchpad/config.h => keyboards/touchpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/tr60w/config.h => keyboards/tr60w/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/trashman/ketch/config.h => keyboards/trashman/ketch/config.h +0 -1
@@ 21,7 21,6 @@ SOFTWARE.
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 8
M keyboards/treasure/type9/config.h => keyboards/treasure/type9/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/treasure/type9s2/config.h => keyboards/treasure/type9s2/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/tronguylabs/m122_3270/config.h => keyboards/tronguylabs/m122_3270/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
// Both controllers draw 100 mA or less
#define USB_MAX_POWER_CONSUMPTION 100
M keyboards/tszaboo/ortho4exent/config.h => keyboards/tszaboo/ortho4exent/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/tunks/ergo33/config.h => keyboards/tunks/ergo33/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 7
M keyboards/tw40/config.h => keyboards/tw40/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 4
#define MATRIX_COLS 14
M => +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "config_common.h"
// Bootmagic Lite key configuration
// Not yet supported in info.json ?
M => +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "config_common.h"
// Bootmagic Lite key configuration
// Not yet supported in info.json ?
M keyboards/tzarc/djinn/config.h => keyboards/tzarc/djinn/config.h +0 -1
@@ 1,7 1,6 @@
// Copyright 2018-2022 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include "config_common.h"
// Encoders -- right-side is reversed
#define ENCODERS_PAD_A \
M keyboards/tzarc/ghoul/config.h => keyboards/tzarc/ghoul/config.h +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
-#include "config_common.h"
// Matrix
#define MATRIX_SHIFT_REGISTER_COUNT 5
M keyboards/tzarc/ghoul/rev1/rp2040/config.h => keyboards/tzarc/ghoul/rev1/rp2040/config.h +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
-#include "config_common.h"
// Matrix configuration
#define SPI_MATRIX_CHIP_SELECT_PIN GP21
M keyboards/tzarc/ghoul/rev1/stm32/config.h => keyboards/tzarc/ghoul/rev1/stm32/config.h +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
-#include "config_common.h"
// Matrix configuration
#define SPI_MATRIX_CHIP_SELECT_PIN C4
M keyboards/ubest/vn/config.h => keyboards/ubest/vn/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/uk78/config.h => keyboards/uk78/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ungodly/launch_pad/config.h => keyboards/ungodly/launch_pad/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ungodly/nines/config.h => keyboards/ungodly/nines/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/config.h => keyboards/unicomp/classic_ultracl_post_2013/overnumpad_1xb/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define SERIAL_NUMBER "purdea.ro:overnumpad_controller"
M keyboards/unicomp/classic_ultracl_pre_2013/overnumpad_1xb/config.h => keyboards/unicomp/classic_ultracl_pre_2013/overnumpad_1xb/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define SERIAL_NUMBER "purdea.ro:overnumpad_controller"
M keyboards/unicomp/pc122/overnumpad_1xb/config.h => keyboards/unicomp/pc122/overnumpad_1xb/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define SERIAL_NUMBER "purdea.ro:overnumpad_controller"
M keyboards/unicomp/spacesaver_m_post_2013/overnumpad_1xb/config.h => keyboards/unicomp/spacesaver_m_post_2013/overnumpad_1xb/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define SERIAL_NUMBER "purdea.ro:overnumpad_controller"
M keyboards/unicomp/spacesaver_m_pre_2013/overnumpad_1xb/config.h => keyboards/unicomp/spacesaver_m_pre_2013/overnumpad_1xb/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define SERIAL_NUMBER "purdea.ro:overnumpad_controller"
M keyboards/unikeyboard/diverge3/config.h => keyboards/unikeyboard/diverge3/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/unikeyboard/divergetm2/config.h => keyboards/unikeyboard/divergetm2/config.h +0 -1
@@ 17,7 17,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/unikeyboard/felix/config.h => keyboards/unikeyboard/felix/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/unikorn/config.h => keyboards/unikorn/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/unison/v04/config.h => keyboards/unison/v04/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
/* NOTE: With Round-Robin matrix, set same size for both. */
M keyboards/uranuma/config.h => keyboards/uranuma/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/utd80/config.h => keyboards/utd80/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/uzu42/config.h => keyboards/uzu42/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#ifndef SOFT_SERIAL_PIN
#define SOFT_SERIAL_PIN D2
M keyboards/v4n4g0rth0n/config.h => keyboards/v4n4g0rth0n/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/v60_type_r/config.h => keyboards/v60_type_r/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/vagrant_10/config.h => keyboards/vagrant_10/config.h +0 -1
@@ 24,7 24,6 @@ SOFTWARE.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/vertex/angler2/config.h => keyboards/vertex/angler2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/viendi8l/config.h => keyboards/viendi8l/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/viktus/at101_bh/config.h => keyboards/viktus/at101_bh/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/viktus/omnikey_bh/config.h => keyboards/viktus/omnikey_bh/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/viktus/smolka/config.h => keyboards/viktus/smolka/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/viktus/sp111/config.h => keyboards/viktus/sp111/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6*2
M keyboards/viktus/sp_mini/config.h => keyboards/viktus/sp_mini/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/viktus/styrka/config.h => keyboards/viktus/styrka/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/viktus/z150_bh/config.h => keyboards/viktus/z150_bh/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/vitamins_included/config.h => keyboards/vitamins_included/config.h +0 -1
@@ 19,4 19,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
//#define USE_I2C
-#include "config_common.h"
M keyboards/vitamins_included/rev1/config.h => keyboards/vitamins_included/rev1/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define SPLIT_USB_DETECT
M keyboards/vitamins_included/rev2/config.h => keyboards/vitamins_included/rev2/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define SPLIT_HAND_PIN B4
#define SOFT_SERIAL_PIN D0
M keyboards/w1_at/config.h => keyboards/w1_at/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/waldo/config.h => keyboards/waldo/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/walletburner/cajal/config.h => keyboards/walletburner/cajal/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/walletburner/neuron/config.h => keyboards/walletburner/neuron/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/waterfowl/config.h => keyboards/waterfowl/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* Key matrix size */
/* Rows are doubled up */
M keyboards/wavtype/foundation/config.h => keyboards/wavtype/foundation/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wavtype/p01_ultra/config.h => keyboards/wavtype/p01_ultra/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/weirdo/geminate60/config.h => keyboards/weirdo/geminate60/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/weirdo/kelowna/rgb64/config.h => keyboards/weirdo/kelowna/rgb64/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/weirdo/ls_60/config.h => keyboards/weirdo/ls_60/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/weirdo/naiping/np64/config.h => keyboards/weirdo/naiping/np64/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/weirdo/naiping/nphhkb/config.h => keyboards/weirdo/naiping/nphhkb/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/weirdo/naiping/npminila/config.h => keyboards/weirdo/naiping/npminila/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/weirdo/tiger910/config.h => keyboards/weirdo/tiger910/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wekey/polaris/config.h => keyboards/wekey/polaris/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/wekey/we27/config.h => keyboards/wekey/we27/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/westfoxtrot/aanzee/config.h => keyboards/westfoxtrot/aanzee/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/westfoxtrot/cyclops/config.h => keyboards/westfoxtrot/cyclops/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/westfoxtrot/cypher/rev1/config.h => keyboards/westfoxtrot/cypher/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/westfoxtrot/cypher/rev5/config.h => keyboards/westfoxtrot/cypher/rev5/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/westfoxtrot/prophet/config.h => keyboards/westfoxtrot/prophet/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/westm/westm68/config.h => keyboards/westm/westm68/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */
#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
M keyboards/westm/westm9/config.h => keyboards/westm/westm9/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Ensure we jump to bootloader if the QK_BOOT keycode was pressed */
#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
M keyboards/whale/sk/config.h => keyboards/whale/sk/config.h +0 -1
@@ 16,4 16,3 @@
#pragma once
-#include "config_common.h"
M keyboards/whale/sk/v3/config.h => keyboards/whale/sk/v3/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
/* Notice: HALF of row on the slave side */
M keyboards/wilba_tech/rama_works_kara/config.h => keyboards/wilba_tech/rama_works_kara/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
// key matrix size
#define MATRIX_ROWS 5
M keyboards/wilba_tech/rama_works_koyu/config.h => keyboards/wilba_tech/rama_works_koyu/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
// key matrix size
#define MATRIX_ROWS 5
M keyboards/wilba_tech/rama_works_m10_b/config.h => keyboards/wilba_tech/rama_works_m10_b/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/wilba_tech/rama_works_m10_c/config.h => keyboards/wilba_tech/rama_works_m10_c/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/wilba_tech/rama_works_m50_a/config.h => keyboards/wilba_tech/rama_works_m50_a/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/wilba_tech/rama_works_m50_ax/config.h => keyboards/wilba_tech/rama_works_m50_ax/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/wilba_tech/rama_works_m60_a/config.h => keyboards/wilba_tech/rama_works_m60_a/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
// key matrix size
#define MATRIX_ROWS 5
M keyboards/wilba_tech/rama_works_m65_b/config.h => keyboards/wilba_tech/rama_works_m65_b/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/rama_works_m65_bx/config.h => keyboards/wilba_tech/rama_works_m65_bx/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/rama_works_m6_a/config.h => keyboards/wilba_tech/rama_works_m6_a/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/wilba_tech/rama_works_m6_b/config.h => keyboards/wilba_tech/rama_works_m6_b/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/wilba_tech/rama_works_u80_a/config.h => keyboards/wilba_tech/rama_works_u80_a/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/wilba_tech/wt60_a/config.h => keyboards/wilba_tech/wt60_a/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt60_b/config.h => keyboards/wilba_tech/wt60_b/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt60_bx/config.h => keyboards/wilba_tech/wt60_bx/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt60_c/config.h => keyboards/wilba_tech/wt60_c/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt60_d/config.h => keyboards/wilba_tech/wt60_d/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt60_g/config.h => keyboards/wilba_tech/wt60_g/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt60_g2/config.h => keyboards/wilba_tech/wt60_g2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt60_h1/config.h => keyboards/wilba_tech/wt60_h1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt60_h2/config.h => keyboards/wilba_tech/wt60_h2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt60_h3/config.h => keyboards/wilba_tech/wt60_h3/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt60_xt/config.h => keyboards/wilba_tech/wt60_xt/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define AUDIO_PIN C6
#define AUDIO_CLICKY
M keyboards/wilba_tech/wt65_a/config.h => keyboards/wilba_tech/wt65_a/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt65_b/config.h => keyboards/wilba_tech/wt65_b/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt65_d/config.h => keyboards/wilba_tech/wt65_d/config.h +0 -1
@@ 2,7 2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
-#include "config_common.h"
// key matrix size
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt65_f/config.h => keyboards/wilba_tech/wt65_f/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt65_fx/config.h => keyboards/wilba_tech/wt65_fx/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt65_g/config.h => keyboards/wilba_tech/wt65_g/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt65_g2/config.h => keyboards/wilba_tech/wt65_g2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt65_h1/config.h => keyboards/wilba_tech/wt65_h1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt65_xt/config.h => keyboards/wilba_tech/wt65_xt/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt65_xtx/config.h => keyboards/wilba_tech/wt65_xtx/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt69_a/config.h => keyboards/wilba_tech/wt69_a/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt70_jb/config.h => keyboards/wilba_tech/wt70_jb/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wilba_tech/wt75_a/config.h => keyboards/wilba_tech/wt75_a/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/wilba_tech/wt75_b/config.h => keyboards/wilba_tech/wt75_b/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/wilba_tech/wt75_c/config.h => keyboards/wilba_tech/wt75_c/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/wilba_tech/wt80_a/config.h => keyboards/wilba_tech/wt80_a/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/wilba_tech/wt80_bc/config.h => keyboards/wilba_tech/wt80_bc/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/wilba_tech/wt80_g/config.h => keyboards/wilba_tech/wt80_g/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/wilba_tech/wt8_a/config.h => keyboards/wilba_tech/wt8_a/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/wilba_tech/zeal60/config.h => keyboards/wilba_tech/zeal60/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
// key matrix size
#define MATRIX_ROWS 5
M keyboards/wilba_tech/zeal65/config.h => keyboards/wilba_tech/zeal65/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
// key matrix size
#define MATRIX_ROWS 5
M keyboards/winkeyless/b87/config.h => keyboards/winkeyless/b87/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Define Matrix size */
#define MATRIX_ROWS 8
M keyboards/winkeyless/bmini/config.h => keyboards/winkeyless/bmini/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 16
M keyboards/winkeyless/bminiex/config.h => keyboards/winkeyless/bminiex/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define RGBLED_NUM 20
M keyboards/winkeys/mini_winni/config.h => keyboards/winkeys/mini_winni/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/winry/winry25tc/config.h => keyboards/winry/winry25tc/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 5
M keyboards/winry/winry315/config.h => keyboards/winry/winry315/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
// Key matrix size.
#define MATRIX_ROWS 1
M keyboards/wolf/kuku65/config.h => keyboards/wolf/kuku65/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wolf/m60_b/config.h => keyboards/wolf/m60_b/config.h +0 -1
@@ 15,7 15,6 @@ 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 "config_common.h"
/* Define RGB */
#ifdef RGB_MATRIX_ENABLE
M keyboards/wolf/ryujin/config.h => keyboards/wolf/ryujin/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wolf/sabre/config.h => keyboards/wolf/sabre/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/wolf/ts60/config.h => keyboards/wolf/ts60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 10
M keyboards/woodkeys/bigseries/1key/config.h => keyboards/woodkeys/bigseries/1key/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/woodkeys/bigseries/2key/config.h => keyboards/woodkeys/bigseries/2key/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/woodkeys/bigseries/3key/config.h => keyboards/woodkeys/bigseries/3key/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/woodkeys/bigseries/4key/config.h => keyboards/woodkeys/bigseries/4key/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/woodkeys/meira/config.h => keyboards/woodkeys/meira/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/woodkeys/meira/featherble/config.h => keyboards/woodkeys/meira/featherble/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/woodkeys/meira/promicro/config.h => keyboards/woodkeys/meira/promicro/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/*
* Keyboard Matrix Assignments
M keyboards/woodkeys/scarletbandana/config.h => keyboards/woodkeys/scarletbandana/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/work_louder/loop/config.h => keyboards/work_louder/loop/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/work_louder/micro/config.h => keyboards/work_louder/micro/config.h +0 -1
@@ 3,7 3,6 @@
#pragma once
-#include "config_common.h"
/*
* Feature disable options
M keyboards/work_louder/nano/config.h => keyboards/work_louder/nano/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/work_louder/work_board/config.h => keyboards/work_louder/work_board/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/wren/config.h => keyboards/wren/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up (Bottom set of rows are used for the right half)
M keyboards/wsk/alpha9/config.h => keyboards/wsk/alpha9/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/wsk/g4m3ralpha/config.h => keyboards/wsk/g4m3ralpha/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/wsk/gothic50/config.h => keyboards/wsk/gothic50/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/wsk/gothic70/config.h => keyboards/wsk/gothic70/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wsk/houndstooth/config.h => keyboards/wsk/houndstooth/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/wsk/jerkin/config.h => keyboards/wsk/jerkin/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/wsk/kodachi50/config.h => keyboards/wsk/kodachi50/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/wsk/pain27/config.h => keyboards/wsk/pain27/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/wsk/sl40/config.h => keyboards/wsk/sl40/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/wsk/tkl30/config.h => keyboards/wsk/tkl30/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/wuque/ikki68/config.h => keyboards/wuque/ikki68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wuque/ikki68_aurora/config.h => keyboards/wuque/ikki68_aurora/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wuque/mammoth20x/config.h => keyboards/wuque/mammoth20x/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/wuque/mammoth75x/config.h => keyboards/wuque/mammoth75x/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/wuque/promise87/ansi/config.h => keyboards/wuque/promise87/ansi/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/wuque/promise87/wkl/config.h => keyboards/wuque/promise87/wkl/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/wuque/serneity65/config.h => keyboards/wuque/serneity65/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/wuque/tata80/wk/config.h => keyboards/wuque/tata80/wk/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix pins */
#define MATRIX_ROW_PINS { F0, F1, F4, F5, F6, F7 }
M keyboards/wuque/tata80/wkl/config.h => keyboards/wuque/tata80/wkl/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix pins */
#define MATRIX_ROW_PINS { F0, F1, F4, F5, F6, F7 }
M keyboards/x16/config.h => keyboards/x16/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/xbows/knight/config.h => keyboards/xbows/knight/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 15
M keyboards/xbows/knight_plus/config.h => keyboards/xbows/knight_plus/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 15
M keyboards/xbows/nature/config.h => keyboards/xbows/nature/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 15
M keyboards/xbows/numpad/config.h => keyboards/xbows/numpad/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 4
M keyboards/xbows/ranger/config.h => keyboards/xbows/ranger/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 16
M keyboards/xbows/woody/config.h => keyboards/xbows/woody/config.h +0 -1
@@ 1,5 1,4 @@
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
M keyboards/xelus/akis/config.h => keyboards/xelus/akis/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/xelus/dawn60/config.h => keyboards/xelus/dawn60/config.h +0 -1
@@ 14,4 14,3 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config_common.h"
M keyboards/xelus/dawn60/rev1/config.h => keyboards/xelus/dawn60/rev1/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
// key matrix size
#define MATRIX_ROWS 5
M keyboards/xelus/dawn60/rev1_qmk/config.h => keyboards/xelus/dawn60/rev1_qmk/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
// key matrix size
#define MATRIX_ROWS 5
M keyboards/xelus/la_plus/config.h => keyboards/xelus/la_plus/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/xelus/pachi/rgb/config.h => keyboards/xelus/pachi/rgb/config.h +0 -1
@@ 14,4 14,3 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config_common.h"
M keyboards/xelus/rs60/config.h => keyboards/xelus/rs60/config.h +0 -1
@@ 14,4 14,3 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config_common.h"
M keyboards/xelus/snap96/config.h => keyboards/xelus/snap96/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
// key matrix size
#define MATRIX_ROWS 12
M keyboards/xelus/valor/rev1/config.h => keyboards/xelus/valor/rev1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/xelus/valor/rev2/config.h => keyboards/xelus/valor/rev2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/xelus/valor_frl_tkl/rev1/config.h => keyboards/xelus/valor_frl_tkl/rev1/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/xenon/config.h => keyboards/xenon/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
/* Rows are doubled up */
M keyboards/xiudi/xd002/config.h => keyboards/xiudi/xd002/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* matrix size */
#define MATRIX_ROWS 1
M keyboards/xiudi/xd004/v1/config.h => keyboards/xiudi/xd004/v1/config.h +0 -1
@@ 23,7 23,6 @@ where some things are disabled to save space as well.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/xiudi/xd60/rev2/config.h => keyboards/xiudi/xd60/rev2/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/xiudi/xd60/rev3/config.h => keyboards/xiudi/xd60/rev3/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/xiudi/xd68/config.h => keyboards/xiudi/xd68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/xiudi/xd75/config.h => keyboards/xiudi/xd75/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/xiudi/xd84/config.h => keyboards/xiudi/xd84/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/xiudi/xd84pro/config.h => keyboards/xiudi/xd84pro/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/xiudi/xd87/config.h => keyboards/xiudi/xd87/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/xiudi/xd96/config.h => keyboards/xiudi/xd96/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/xmmx/config.h => keyboards/xmmx/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/xw60/config.h => keyboards/xw60/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/yampad/config.h => keyboards/yampad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/yandrstudio/buff67v3/config.h => keyboards/yandrstudio/buff67v3/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/yandrstudio/eau87/config.h => keyboards/yandrstudio/eau87/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/yandrstudio/eau_r2/config.h => keyboards/yandrstudio/eau_r2/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/yandrstudio/nightstar75/config.h => keyboards/yandrstudio/nightstar75/config.h +0 -1
@@ 14,7 14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/yandrstudio/nz64/config.h => keyboards/yandrstudio/nz64/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/yandrstudio/nz67v2/config.h => keyboards/yandrstudio/nz67v2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/yandrstudio/tg67/config.h => keyboards/yandrstudio/tg67/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/yandrstudio/yr6095/config.h => keyboards/yandrstudio/yr6095/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/yandrstudio/yr80/config.h => keyboards/yandrstudio/yr80/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
#ifdef RGBLIGHT_ENABLE
M keyboards/yandrstudio/zhou65/config.h => keyboards/yandrstudio/zhou65/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/yanghu/unicorne/config.h => keyboards/yanghu/unicorne/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/yatara/drink_me/config.h => keyboards/yatara/drink_me/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* Key matrix size */
#define MATRIX_ROWS 1
M keyboards/ydkb/chili/config.h => keyboards/ydkb/chili/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 11
M keyboards/ydkb/grape/config.h => keyboards/ydkb/grape/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 7
M keyboards/ydkb/just60/config.h => keyboards/ydkb/just60/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ydkb/yd68/config.h => keyboards/ydkb/yd68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/yeehaw/config.h => keyboards/yeehaw/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/yiancardesigns/barleycorn/config.h => keyboards/yiancardesigns/barleycorn/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/yiancardesigns/gingham/config.h => keyboards/yiancardesigns/gingham/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/yiancardesigns/seigaiha/config.h => keyboards/yiancardesigns/seigaiha/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ymdk/melody96/config.h => keyboards/ymdk/melody96/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/ymdk/np21/config.h => keyboards/ymdk/np21/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ymdk/np24/u4rgb6/config.h => keyboards/ymdk/np24/u4rgb6/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ymdk/sp64/config.h => keyboards/ymdk/sp64/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MATRIX_ROWS 6
#define MATRIX_COLS 15
M keyboards/ymdk/wings/config.h => keyboards/ymdk/wings/config.h +0 -1
@@ 15,7 15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ymdk/wingshs/config.h => keyboards/ymdk/wingshs/config.h +0 -1
@@ 13,7 13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ymdk/yd60mq/config.h => keyboards/ymdk/yd60mq/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ymdk/ym68/config.h => keyboards/ymdk/ym68/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ymdk/ymd09/config.h => keyboards/ymdk/ymd09/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/ymdk/ymd21/v2/config.h => keyboards/ymdk/ymd21/v2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/ymdk/ymd40/air40/config.h => keyboards/ymdk/ymd40/air40/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ymdk/ymd40/v2/config.h => keyboards/ymdk/ymd40/v2/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/ymdk/ymd67/config.h => keyboards/ymdk/ymd67/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ymdk/ymd75/config.h => keyboards/ymdk/ymd75/config.h +0 -1
@@ 19,7 19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define BACKLIGHT_LEVELS 12
M keyboards/ymdk/ymd96/config.h => keyboards/ymdk/ymd96/config.h +0 -1
@@ 16,7 16,6 @@ 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 "config_common.h"
#pragma once
M keyboards/yncognito/batpad/config.h => keyboards/yncognito/batpad/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 2
M keyboards/yoichiro/lunakey_macro/config.h => keyboards/yoichiro/lunakey_macro/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/yoichiro/lunakey_mini/config.h => keyboards/yoichiro/lunakey_mini/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/yosino58/rev1/config.h => keyboards/yosino58/rev1/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
// Rows are doubled-up
M keyboards/yugo_m/model_m_101/config.h => keyboards/yugo_m/model_m_101/config.h +0 -1
@@ 18,7 18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/yushakobo/navpad/10/config.h => keyboards/yushakobo/navpad/10/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define ENCODERS_PAD_A { B5 }
#define ENCODERS_PAD_B { B6 }
M keyboards/yushakobo/navpad/10/rev0/config.h => keyboards/yushakobo/navpad/10/rev0/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/yushakobo/navpad/10/rev1/config.h => keyboards/yushakobo/navpad/10/rev1/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
M keyboards/yushakobo/navpad/10_helix_r/config.h => keyboards/yushakobo/navpad/10_helix_r/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 12
M keyboards/yushakobo/quick17/config.h => keyboards/yushakobo/quick17/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/yushakobo/quick7/config.h => keyboards/yushakobo/quick7/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 3
M keyboards/yynmt/acperience12/config.h => keyboards/yynmt/acperience12/config.h +0 -1
@@ 16,4 16,3 @@
#pragma once
-#include "config_common.h"
M keyboards/yynmt/dozen0/config.h => keyboards/yynmt/dozen0/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/yynmt/kagamidget/config.h => keyboards/yynmt/kagamidget/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/z12/config.h => keyboards/z12/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define ENCODERS_PAD_A { B5, B6 }
#define ENCODERS_PAD_B { B4, B2 }
M keyboards/z12/keymaps/zigotica/config.h => keyboards/z12/keymaps/zigotica/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#ifdef OLED_ENABLE
#define OLED_DISPLAY_128X32
M keyboards/z34/config.h => keyboards/z34/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
M keyboards/z34/keymaps/default/config.h => keyboards/z34/keymaps/default/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
// EE_HANDS MASTER_RIGHT MASTER_LEFT
#define MASTER_RIGHT
M keyboards/z34/keymaps/zigotica/config.h => keyboards/z34/keymaps/zigotica/config.h +0 -1
@@ 16,7 16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
#define MASTER_RIGHT
M keyboards/zfrontier/big_switch/config.h => keyboards/zfrontier/big_switch/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 1
M keyboards/ziggurat/config.h => keyboards/ziggurat/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/zj68/config.h => keyboards/zj68/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/zlant/config.h => keyboards/zlant/config.h +0 -1
@@ 1,6 1,5 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 4
M keyboards/zoo/wampus/config.h => keyboards/zoo/wampus/config.h +0 -1
@@ 17,7 17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ztboards/after/config.h => keyboards/ztboards/after/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/ztboards/noon/config.h => keyboards/ztboards/noon/config.h +0 -1
@@ 16,7 16,6 @@
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
M keyboards/zvecr/split_blackpill/config.h => keyboards/zvecr/split_blackpill/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8 // Rows are doubled-up
M keyboards/zvecr/zv48/config.h => keyboards/zvecr/zv48/config.h +0 -1
@@ 15,7 15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8 // Rows are doubled-up
M platforms/chibios/bootloaders/stm32_dfu.c => platforms/chibios/bootloaders/stm32_dfu.c +1 -1
@@ 27,7 27,7 @@ extern uint32_t __ram0_end__;
#endif
#if STM32_BOOTLOADER_DUAL_BANK
-# include "config_common.h"
+# include "gpio.h"
# ifndef STM32_BOOTLOADER_DUAL_BANK_GPIO
# error "No STM32_BOOTLOADER_DUAL_BANK_GPIO defined, don't know which pin to toggle"
M quantum/matrix.h => quantum/matrix.h +1 -0
@@ 19,6 19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdint.h>
#include <stdbool.h>
+#include "gpio.h"
/* diode directions */
#define COL2ROW 0
M users/ishtob/config.h => users/ishtob/config.h +0 -1
@@ 1,7 1,6 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
-#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)