Change project name to LR92
This commit is contained in:
parent
92f77ab7ad
commit
39512fafe9
@ -39,7 +39,7 @@
|
|||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
# Target file name (without extension).
|
# Target file name (without extension).
|
||||||
TARGET = lr96_lufa
|
TARGET = lr92_lufa
|
||||||
|
|
||||||
# Directory common source filess exist
|
# Directory common source filess exist
|
||||||
TOP_DIR = ../..
|
TOP_DIR = ../..
|
@ -39,7 +39,7 @@
|
|||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
# Target file name (without extension).
|
# Target file name (without extension).
|
||||||
TARGET = lr96_pjrc
|
TARGET = lr92_pjrc
|
||||||
|
|
||||||
# Directory common source filess exist
|
# Directory common source filess exist
|
||||||
TOP_DIR = ../..
|
TOP_DIR = ../..
|
@ -24,8 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define PRODUCT_ID 0x9696
|
#define PRODUCT_ID 0x9696
|
||||||
#define DEVICE_VER 0x0001
|
#define DEVICE_VER 0x0001
|
||||||
#define MANUFACTURER Lt`y & Romeo.
|
#define MANUFACTURER Lt`y & Romeo.
|
||||||
#define PRODUCT LR96
|
#define PRODUCT LR92
|
||||||
#define DESCRIPTION t.m.k. keyboard firmware for LR96
|
#define DESCRIPTION t.m.k. keyboard firmware for LR92
|
||||||
|
|
||||||
/* key matrix size */
|
/* key matrix size */
|
||||||
#define MATRIX_ROWS 16
|
#define MATRIX_ROWS 16
|
@ -42,7 +42,7 @@ extern const uint16_t fn_actions[];
|
|||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
|
|
||||||
/* LR96 keymap definition macro
|
/* LR92 keymap definition macro
|
||||||
* K1J, K3M and K2B are extra keys for ISO
|
* K1J, K3M and K2B are extra keys for ISO
|
||||||
*/
|
*/
|
||||||
#define KEYMAP( \
|
#define KEYMAP( \
|
Reference in New Issue
Block a user