Minor changes
parent
c746af211f
commit
adad2010d0
|
@ -1 +1 @@
|
||||||
.gch
|
*.gch
|
||||||
|
|
21
config.h
21
config.h
|
@ -24,11 +24,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
/* USB Device descriptor parameter */
|
/* USB Device descriptor parameter */
|
||||||
#define VENDOR_ID 0x3297
|
#define VENDOR_ID 0x3297
|
||||||
#define PRODUCT_ID 0x4974
|
//#define PRODUCT_ID 0x4974 // default
|
||||||
|
#define PRODUCT_ID 0x4976 // For Glow variant
|
||||||
#define DEVICE_VER 0x0001
|
#define DEVICE_VER 0x0001
|
||||||
#define MANUFACTURER ZSA Technology Labs Inc
|
#define MANUFACTURER Betalupi (ZSA)
|
||||||
#define PRODUCT ErgoDox EZ
|
#define PRODUCT Betalupi ErgoDox
|
||||||
#define WEBUSB_LANDING_PAGE_URL u8"configure.ergodox-ez.com"
|
#define WEBUSB_LANDING_PAGE_URL u8"betalupi.com"
|
||||||
|
|
||||||
/* key matrix size */
|
/* key matrix size */
|
||||||
#define MATRIX_ROWS 14
|
#define MATRIX_ROWS 14
|
||||||
|
@ -157,15 +158,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#define NO_ACTION_MACRO
|
#define NO_ACTION_MACRO
|
||||||
#define NO_ACTION_FUNCTION
|
#define NO_ACTION_FUNCTION
|
||||||
//#define DEBUG_MATRIX_SCAN_RATE
|
//#define DEBUG_MATRIX_SCAN_RATE
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
FROM ergodox_ez/glow/config.h
|
|
||||||
*/
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#undef PRODUCT_ID
|
|
||||||
#define PRODUCT_ID 0x4976
|
|
||||||
#undef PRODUCT
|
|
||||||
#define PRODUCT ErgoDox
|
|
||||||
|
|
Loading…
Reference in New Issue