Fixed warning for including config_common.h

This commit is contained in:
Matthias Fulz 2023-03-29 23:54:57 +02:00
parent ae7e3d8139
commit 81e56339a0
4 changed files with 12 additions and 20 deletions

View File

@ -18,15 +18,13 @@ 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
#define MATRIX_ROWS 14
#define MATRIX_COLS 6
#define RGB_MATRIX_KEYPRESSES
//#define RGB_MATRIX_KEYRELEASES
// #define RGB_MATRIX_KEYRELEASES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define SPLIT_TRANSPORT_MIRROR

View File

@ -18,11 +18,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
//#define PRODUCT_ID 0x3836
//#define DEVICE_VER 0x0001
//#define PRODUCT Trenctyl Manuform(6x6) BlackPill F01
// #define PRODUCT_ID 0x3836
// #define DEVICE_VER 0x0001
// #define PRODUCT Trenctyl Manuform(6x6) BlackPill F01
#define MATRIX_ROW_PINS \
{ A15, B13, B14, B15, A8, B6, B7 }
@ -83,4 +81,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define WS2812_PWM_PAL_MODE 1
// hw rnd generator
//#define ENC_HW_RND_STM32F4
// #define ENC_HW_RND_STM32F4

View File

@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
// #define PRODUCT_ID 0x3836
// #define DEVICE_VER 0x0001
// #define PRODUCT Trenctyl Manuform(6x6) BlackPill F01

View File

@ -18,18 +18,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* USB Device descriptor parameter */
//#define VENDOR_ID 0x44FD
//#define MANUFACTURER mfulz
// #define VENDOR_ID 0x44FD
// #define MANUFACTURER mfulz
/* mouse config */
//#define MOUSEKEY_INTERVAL 20
//#define MOUSEKEY_DELAY 0
//#define MOUSEKEY_TIME_TO_MAX 60
//#define MOUSEKEY_MAX_SPEED 7
//#define MOUSEKEY_WHEEL_DELAY 0
// #define MOUSEKEY_INTERVAL 20
// #define MOUSEKEY_DELAY 0
// #define MOUSEKEY_TIME_TO_MAX 60
// #define MOUSEKEY_MAX_SPEED 7
// #define MOUSEKEY_WHEEL_DELAY 0
#define MOUSEKEY_WHEEL_INTERVAL 120
/* Set 0 if debouncing isn't needed */