summaryrefslogtreecommitdiffstats
path: root/keyboards/mlego/m60/m60.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mlego/m60/m60.h')
-rw-r--r--keyboards/mlego/m60/m60.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/mlego/m60/m60.h b/keyboards/mlego/m60/m60.h
index 732b8d2e41..70cdbef69a 100644
--- a/keyboards/mlego/m60/m60.h
+++ b/keyboards/mlego/m60/m60.h
@@ -46,12 +46,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)) {
writePin(LED_CAPS_LOCK_PIN, !on);
- }
- if (DEVICE_VER == 0x0002) {
- writePin(LED_CAPS_LOCK_PIN, on);
- }
#endif
}