瀏覽代碼

ergodone: Correct makefile and pid

master
Kai Ryu 7 年之前
父節點
當前提交
1388d9a3a9
共有 3 個文件被更改,包括 3 次插入3 次删除
  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 查看文件

@@ -117,7 +117,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096

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

# Additional definitions from command line

+ 1
- 1
keyboard/ergodone/Makefile.pjrc 查看文件

@@ -87,7 +87,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096

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

# Additional definitions from command line

+ 1
- 1
keyboard/ergodone/config.h 查看文件

@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

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