summaryrefslogtreecommitdiff
path: root/keyboards/mlego/m65/m65.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mlego/m65/m65.h')
-rw-r--r--keyboards/mlego/m65/m65.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/keyboards/mlego/m65/m65.h b/keyboards/mlego/m65/m65.h
index a93a80be74..f5ffd519fa 100644
--- a/keyboards/mlego/m65/m65.h
+++ b/keyboards/mlego/m65/m65.h
@@ -96,8 +96,18 @@ enum unicode_names {
lL1,
lk1,
lK1,
+ ra,
+ rA,
+ ra1,
+ rA1,
rc,
rC,
+ ri,
+ rI,
+ rs,
+ rS,
+ rt,
+ rT,
};
static inline void led_lwr(const bool on) {
@@ -113,7 +123,7 @@ static inline void led_rse(const bool on) {
}
static inline void led_caps(const bool on) {
#ifdef LED_CAPS_LOCK_PIN
- if ((DEVICE_VER == 0x0001) || (DEVICE_VER == 0x0003)) {
+ if ((DEVICE_VER == 0x0001) || (DEVICE_VER == 0x0003) || (DEVICE_VER == 0x0004)) {
writePin(LED_CAPS_LOCK_PIN, !on);
}
if (DEVICE_VER == 0x0002) {
@@ -121,4 +131,3 @@ static inline void led_caps(const bool on) {
}
#endif
}
-