diff options
| author | Ryan <fauxpark@gmail.com> | 2023-07-06 18:48:02 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-06 09:48:02 +0100 |
| commit | 87b11345a55d076966846d87b60d0f315b8bb984 (patch) | |
| tree | a64503358d5f30b55a722b882eebaf1b60b03e1f /quantum/led.h | |
| parent | 928e03e8d669cb35a96c2aa4a09012c527b27892 (diff) | |
Get rid of `USB_LED_CAPS_LOCK` (#21436)
Diffstat (limited to 'quantum/led.h')
| -rw-r--r-- | quantum/led.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/led.h b/quantum/led.h index 679e743396..b9fad670ae 100644 --- a/quantum/led.h +++ b/quantum/led.h | |||
| @@ -22,9 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 22 | 22 | ||
| 23 | /* FIXME: Add doxygen comments here. */ | 23 | /* FIXME: Add doxygen comments here. */ |
| 24 | 24 | ||
| 25 | /* keyboard LEDs */ | ||
| 26 | #define USB_LED_CAPS_LOCK 1 | ||
| 27 | |||
| 28 | #ifdef __cplusplus | 25 | #ifdef __cplusplus |
| 29 | extern "C" { | 26 | extern "C" { |
| 30 | #endif | 27 | #endif |
