From a404f2c039a5b69ab6d104ba4558868e97ebdef6 Mon Sep 17 00:00:00 2001 From: Jim Jiang Date: Sun, 9 Jan 2022 09:32:44 +0800 Subject: [PATCH] =?UTF-8?q?[Lot60]=20=E4=BF=AE=E6=AD=A3=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4=E7=9A=84=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyboard/lot60-ble/rev_c/Makefile | 2 +- keyboard/lot60-ble/rev_e/Makefile | 2 +- keyboard/lot60-ble/rev_e_3led/Makefile | 2 +- keyboard/lot60-ble/rev_f/Makefile | 2 +- keyboard/lot60-ble/rev_f_3led/Makefile | 2 +- keyboard/lot60-ble/rev_g/Makefile | 2 +- keyboard/lot60-ble/rev_g_3led/Makefile | 2 +- keyboard/lot60-ble/rev_g_832/Makefile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/keyboard/lot60-ble/rev_c/Makefile b/keyboard/lot60-ble/rev_c/Makefile index bc7831ce5..65f01afa2 100644 --- a/keyboard/lot60-ble/rev_c/Makefile +++ b/keyboard/lot60-ble/rev_c/Makefile @@ -1,6 +1,6 @@ HARDWARE_VERSION = REV_C COMMON_ROOT = ../common -release_pkg: usb package +release_pkg: package usb include $(COMMON_ROOT)/common.mk \ No newline at end of file diff --git a/keyboard/lot60-ble/rev_e/Makefile b/keyboard/lot60-ble/rev_e/Makefile index 924af86ec..79924c901 100644 --- a/keyboard/lot60-ble/rev_e/Makefile +++ b/keyboard/lot60-ble/rev_e/Makefile @@ -1,6 +1,6 @@ HARDWARE_VERSION = REV_E COMMON_ROOT = ../common -release_pkg: usb package +release_pkg: package usb include $(COMMON_ROOT)/common.mk \ No newline at end of file diff --git a/keyboard/lot60-ble/rev_e_3led/Makefile b/keyboard/lot60-ble/rev_e_3led/Makefile index 4fdba22b1..fefbc2b13 100644 --- a/keyboard/lot60-ble/rev_e_3led/Makefile +++ b/keyboard/lot60-ble/rev_e_3led/Makefile @@ -2,6 +2,6 @@ HARDWARE_VERSION = REV_E THREE_LED_STATUS = yes COMMON_ROOT = ../common -release_pkg: usb package +release_pkg: package usb include $(COMMON_ROOT)/common.mk \ No newline at end of file diff --git a/keyboard/lot60-ble/rev_f/Makefile b/keyboard/lot60-ble/rev_f/Makefile index a7fe65ffb..928e415e7 100644 --- a/keyboard/lot60-ble/rev_f/Makefile +++ b/keyboard/lot60-ble/rev_f/Makefile @@ -1,6 +1,6 @@ HARDWARE_VERSION = REV_F COMMON_ROOT = ../common -release_pkg: usb package +release_pkg: package usb include $(COMMON_ROOT)/common.mk \ No newline at end of file diff --git a/keyboard/lot60-ble/rev_f_3led/Makefile b/keyboard/lot60-ble/rev_f_3led/Makefile index 781c6b777..cac492268 100644 --- a/keyboard/lot60-ble/rev_f_3led/Makefile +++ b/keyboard/lot60-ble/rev_f_3led/Makefile @@ -2,6 +2,6 @@ HARDWARE_VERSION = REV_F THREE_LED_STATUS = yes COMMON_ROOT = ../common -release_pkg: usb package +release_pkg: package usb include $(COMMON_ROOT)/common.mk \ No newline at end of file diff --git a/keyboard/lot60-ble/rev_g/Makefile b/keyboard/lot60-ble/rev_g/Makefile index 004e8b2ac..071b42a71 100644 --- a/keyboard/lot60-ble/rev_g/Makefile +++ b/keyboard/lot60-ble/rev_g/Makefile @@ -1,6 +1,6 @@ HARDWARE_VERSION = REV_G COMMON_ROOT = ../common -release_pkg: usb merge_softdevice +release_pkg: merge_softdevice usb include $(COMMON_ROOT)/common.mk \ No newline at end of file diff --git a/keyboard/lot60-ble/rev_g_3led/Makefile b/keyboard/lot60-ble/rev_g_3led/Makefile index 73476e542..61310b553 100644 --- a/keyboard/lot60-ble/rev_g_3led/Makefile +++ b/keyboard/lot60-ble/rev_g_3led/Makefile @@ -2,6 +2,6 @@ HARDWARE_VERSION = REV_G THREE_LED_STATUS = yes COMMON_ROOT = ../common -release_pkg: usb merge_softdevice +release_pkg: merge_softdevice usb include $(COMMON_ROOT)/common.mk \ No newline at end of file diff --git a/keyboard/lot60-ble/rev_g_832/Makefile b/keyboard/lot60-ble/rev_g_832/Makefile index 29c9adbea..932a90f06 100644 --- a/keyboard/lot60-ble/rev_g_832/Makefile +++ b/keyboard/lot60-ble/rev_g_832/Makefile @@ -1,6 +1,6 @@ HARDWARE_VERSION = REV_G_ALT COMMON_ROOT = ../common -release_pkg: usb merge_softdevice +release_pkg: merge_softdevice usb include $(COMMON_ROOT)/common.mk \ No newline at end of file