From 5263dfd46520bd40af1d2b39364436df1c96a111 Mon Sep 17 00:00:00 2001
From: Drashna Jaelre
Date: Thu, 28 May 2020 01:26:53 -0700
Subject: Keyboards/zsa updates (#9214)
---
keyboards/ergodox_ez/config.h | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
(limited to 'keyboards/ergodox_ez/config.h')
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h
index e60101e5e2..8ef600b089 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
along with this program. If not, see .
*/
-#ifndef ERGODOX_EZ_CONFIG_H
-#define ERGODOX_EZ_CONFIG_H
+#pragma once
#include "config_common.h"
@@ -25,9 +24,8 @@ along with this program. If not, see .
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x1307
#define DEVICE_VER 0x0001
-#define MANUFACTURER ErgoDox EZ
+#define MANUFACTURER ZSA Technology Labs Inc
#define PRODUCT ErgoDox EZ
-#define DESCRIPTION QMK keyboard firmware for Ergodox EZ
/* key matrix size */
#define MATRIX_ROWS 14
@@ -149,5 +147,3 @@ along with this program. If not, see .
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
//#define DEBUG_MATRIX_SCAN_RATE
-
-#endif
--
cgit v1.2.3