Browse Source

Change project name to LR92

lr94
Kai Ryu 10 years ago
parent
commit
39512fafe9

keyboard/lr96/Makefile → keyboard/lr92/Makefile View File

@@ -39,7 +39,7 @@
#----------------------------------------------------------------------------

# Target file name (without extension).
TARGET = lr96_lufa
TARGET = lr92_lufa

# Directory common source filess exist
TOP_DIR = ../..

keyboard/lr96/Makefile.pjrc → keyboard/lr92/Makefile.pjrc View File

@@ -39,7 +39,7 @@
#----------------------------------------------------------------------------

# Target file name (without extension).
TARGET = lr96_pjrc
TARGET = lr92_pjrc

# Directory common source filess exist
TOP_DIR = ../..

keyboard/lr96/backlight.c → keyboard/lr92/backlight.c View File


keyboard/lr96/config.h → keyboard/lr92/config.h View File

@@ -24,8 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT_ID 0x9696
#define DEVICE_VER 0x0001
#define MANUFACTURER Lt`y & Romeo.
#define PRODUCT LR96
#define DESCRIPTION t.m.k. keyboard firmware for LR96
#define PRODUCT LR92
#define DESCRIPTION t.m.k. keyboard firmware for LR92

/* key matrix size */
#define MATRIX_ROWS 16

keyboard/lr96/keymap_common.c → keyboard/lr92/keymap_common.c View File


keyboard/lr96/keymap_common.h → keyboard/lr92/keymap_common.h View File

@@ -42,7 +42,7 @@ extern const uint16_t fn_actions[];
//#endif


/* LR96 keymap definition macro
/* LR92 keymap definition macro
* K1J, K3M and K2B are extra keys for ISO
*/
#define KEYMAP( \

keyboard/lr96/keymap_default.c → keyboard/lr92/keymap_default.c View File


keyboard/lr96/led.c → keyboard/lr92/led.c View File


keyboard/lr96/matrix.c → keyboard/lr92/matrix.c View File