Browse Source

ergodone: Correct makefile and pid

master
Kai Ryu 7 years ago
parent
commit
1388d9a3a9
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      keyboard/ergodone/Makefile
  2. 1
    1
      keyboard/ergodone/Makefile.pjrc
  3. 1
    1
      keyboard/ergodone/config.h

+ 1
- 1
keyboard/ergodone/Makefile View File



# PCB Version # PCB Version
ifdef VER ifdef VER
OPT_DEFS += -DVER_$(REV)
OPT_DEFS += -DVER_$(VER)
endif endif


# Additional definitions from command line # Additional definitions from command line

+ 1
- 1
keyboard/ergodone/Makefile.pjrc View File



# PCB Version # PCB Version
ifdef VER ifdef VER
OPT_DEFS += -DVER_$(REV)
OPT_DEFS += -DVER_$(VER)
endif endif


# Additional definitions from command line # Additional definitions from command line

+ 1
- 1
keyboard/ergodone/config.h View File



/* USB Device descriptor parameter */ /* USB Device descriptor parameter */
#define VENDOR_ID 0x1209 #define VENDOR_ID 0x1209
#define PRODUCT_ID 0x2333
#define PRODUCT_ID 0x2328
#ifdef VER_PROTOTYPE #ifdef VER_PROTOTYPE
#define DEVICE_VER 0x0300 #define DEVICE_VER 0x0300
#else #else