diff options
| author | Joel Challis | 2024-04-19 03:18:51 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-19 03:18:51 +0200 |
| commit | 1513966c3844df9303e2222e32824f3823e11d27 (patch) | |
| tree | 532076d153f65b06b471035dfec1adfdd6a4bf41 /keyboards/massdrop | |
| parent | 4a7fdda668af7c1c63e80c7da172b0b275dd4cbe (diff) | |
Tidy use of raw hid within keyboards (#23557)
Diffstat (limited to 'keyboards/massdrop')
| -rw-r--r-- | keyboards/massdrop/alt/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/massdrop/ctrl/rules.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/massdrop/alt/rules.mk b/keyboards/massdrop/alt/rules.mk index e176fa733d..765e92b916 100644 --- a/keyboards/massdrop/alt/rules.mk +++ b/keyboards/massdrop/alt/rules.mk @@ -21,7 +21,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output VIRTSER_ENABLE = no # USB Serial Driver -RAW_ENABLE = no # Raw device AUTO_SHIFT_ENABLE = no # Auto Shift # Custom RGB matrix handling diff --git a/keyboards/massdrop/ctrl/rules.mk b/keyboards/massdrop/ctrl/rules.mk index e176fa733d..765e92b916 100644 --- a/keyboards/massdrop/ctrl/rules.mk +++ b/keyboards/massdrop/ctrl/rules.mk @@ -21,7 +21,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output VIRTSER_ENABLE = no # USB Serial Driver -RAW_ENABLE = no # Raw device AUTO_SHIFT_ENABLE = no # Auto Shift # Custom RGB matrix handling |