aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox_ez/config.h')
-rw-r--r--keyboards/ergodox_ez/config.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h
index e60101e5e..8ef600b08 100644
--- a/keyboards/ergodox_ez/config.h
+++ b/keyboards/ergodox_ez/config.h
@@ -16,8 +16,7 @@ You should have received a copy of the GNU General Public License
16along with this program. If not, see <http://www.gnu.org/licenses/>. 16along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
18 18
19#ifndef ERGODOX_EZ_CONFIG_H 19#pragma once
20#define ERGODOX_EZ_CONFIG_H
21 20
22#include "config_common.h" 21#include "config_common.h"
23 22
@@ -25,9 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25#define VENDOR_ID 0xFEED 24#define VENDOR_ID 0xFEED
26#define PRODUCT_ID 0x1307 25#define PRODUCT_ID 0x1307
27#define DEVICE_VER 0x0001 26#define DEVICE_VER 0x0001
28#define MANUFACTURER ErgoDox EZ 27#define MANUFACTURER ZSA Technology Labs Inc
29#define PRODUCT ErgoDox EZ 28#define PRODUCT ErgoDox EZ
30#define DESCRIPTION QMK keyboard firmware for Ergodox EZ
31 29
32/* key matrix size */ 30/* key matrix size */
33#define MATRIX_ROWS 14 31#define MATRIX_ROWS 14
@@ -149,5 +147,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
149//#define NO_ACTION_MACRO 147//#define NO_ACTION_MACRO
150//#define NO_ACTION_FUNCTION 148//#define NO_ACTION_FUNCTION
151//#define DEBUG_MATRIX_SCAN_RATE 149//#define DEBUG_MATRIX_SCAN_RATE
152
153#endif