forked from mfulz_github/qmk_firmware
Fixed warning for including config_common.h
This commit is contained in:
parent
ae7e3d8139
commit
81e56339a0
|
@ -18,8 +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
|
||||
#define MATRIX_ROWS 14
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -18,8 +18,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue