diff options
author | Drashna Jaelre <drashna@live.com> | 2020-05-28 01:26:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 10:26:53 +0200 |
commit | 5263dfd46520bd40af1d2b39364436df1c96a111 (patch) | |
tree | bcc3493df4c88541aaff25af2b7b3f8105c40d7a /keyboards/ergodox_ez/config.h | |
parent | 13206b2f87b1bce87d58cdfdddb1bcc7b58e4a24 (diff) | |
download | qmk_firmware-5263dfd46520bd40af1d2b39364436df1c96a111.tar.gz |
Keyboards/zsa updates (#9214)
Diffstat (limited to 'keyboards/ergodox_ez/config.h')
-rw-r--r-- | keyboards/ergodox_ez/config.h | 8 |
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 along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#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 <http://www.gnu.org/licenses/>. #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 <http://www.gnu.org/licenses/>. //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION //#define DEBUG_MATRIX_SCAN_RATE - -#endif |