summaryrefslogtreecommitdiff
path: root/keyboards/yandrstudio/yr6095/yr6095.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/yandrstudio/yr6095/yr6095.c')
-rw-r--r--keyboards/yandrstudio/yr6095/yr6095.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/yandrstudio/yr6095/yr6095.c b/keyboards/yandrstudio/yr6095/yr6095.c
index c0a2c94cc2..3ce43eb297 100644
--- a/keyboards/yandrstudio/yr6095/yr6095.c
+++ b/keyboards/yandrstudio/yr6095/yr6095.c
@@ -57,20 +57,6 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
process_magic(CG_TOGG, record);
}
return false;
- case KC_MCTL:
- if (record->event.pressed) {
- host_consumer_send(0x29F);
- } else {
- host_consumer_send(0);
- }
- return false;
- case KC_LPAD:
- if (record->event.pressed) {
- host_consumer_send(0x2A0);
- } else {
- host_consumer_send(0);
- }
- return false;
default:
return true;
}