diff options
| author | Ryan <fauxpark@gmail.com> | 2023-07-03 04:35:41 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-02 19:35:41 +0100 |
| commit | 9ab16e62f75dc6228549ec0aba00ec0704bbc779 (patch) | |
| tree | 1a9d2e4ea291b6d8e25bd13f6b68c5c30a709f06 /quantum/led.h | |
| parent | 7ff80a57cbe57e888646c3b90e2f4f9dea977156 (diff) | |
Get rid of `USB_LED_NUM_LOCK` (#21424)
Diffstat (limited to 'quantum/led.h')
| -rw-r--r-- | quantum/led.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/led.h b/quantum/led.h index 197f2618be..679e743396 100644 --- a/quantum/led.h +++ b/quantum/led.h | |||
| @@ -23,7 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 23 | /* FIXME: Add doxygen comments here. */ | 23 | /* FIXME: Add doxygen comments here. */ |
| 24 | 24 | ||
| 25 | /* keyboard LEDs */ | 25 | /* keyboard LEDs */ |
| 26 | #define USB_LED_NUM_LOCK 0 | ||
| 27 | #define USB_LED_CAPS_LOCK 1 | 26 | #define USB_LED_CAPS_LOCK 1 |
| 28 | 27 | ||
| 29 | #ifdef __cplusplus | 28 | #ifdef __cplusplus |
