aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/config.h')
-rw-r--r--keyboards/handwired/onekey/config.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/keyboards/handwired/onekey/config.h b/keyboards/handwired/onekey/config.h
index 4a3042eea..6f7ec1289 100644
--- a/keyboards/handwired/onekey/config.h
+++ b/keyboards/handwired/onekey/config.h
@@ -15,14 +15,11 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef CONFIG_H 18#pragma once
19#define CONFIG_H
20
21#include "config_common.h"
22 19
23/* USB Device descriptor parameter */ 20/* USB Device descriptor parameter */
24#define VENDOR_ID 0xFEED 21#define VENDOR_ID 0xFEED
25#define PRODUCT_ID 0x6464 22#define PRODUCT_ID 0x6465
26#define DEVICE_VER 0x0001 23#define DEVICE_VER 0x0001
27#define MANUFACTURER none 24#define MANUFACTURER none
28#define PRODUCT onekey 25#define PRODUCT onekey
@@ -32,10 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
32#define MATRIX_ROWS 1 29#define MATRIX_ROWS 1
33#define MATRIX_COLS 1 30#define MATRIX_COLS 1
34 31
35#define MATRIX_COL_PINS { B0 }
36#define MATRIX_ROW_PINS { D0 }
37#define UNUSED_PINS
38
39/* define if matrix has ghost */ 32/* define if matrix has ghost */
40//#define MATRIX_HAS_GHOST 33//#define MATRIX_HAS_GHOST
41 34
@@ -64,5 +57,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
64//#define NO_ACTION_ONESHOT 57//#define NO_ACTION_ONESHOT
65//#define NO_ACTION_MACRO 58//#define NO_ACTION_MACRO
66//#define NO_ACTION_FUNCTION 59//#define NO_ACTION_FUNCTION
67
68#endif