You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* [BACKLIGHT_CAPS_LOCK_INDICATOR] Use backlight toggling as Caps Lock LED I've implemented this feature because S65-X doesn't have LED indicators and the existing led_set_kb(usb_led) function try to use backlight as indicator but that creates an inconsistency with backlight_config state. - define `BACKLIGHT_CAPS_LOCK_INDICATOR` to enable Caps Lock indicator using backlight (for keyboards without dedicated LED) - Don't turn off LED indicators when suspend because backlight is already turned off. Else led_set(0) will turn back on backlight. - Documentation has been updated * [BACKLIGHT_CAPS_LOCK_INDICATOR] Turn off all LED indicators except Caps Lock if BACKLIGHT_CAPS_LOCK_INDICATOR * [BACKLIGHT_CAPS_LOCK] Rename BACKLIGHT_CAPS_LOCK_INDICATOR * [BACKLIGHT_CAPS_LOCK] Use new IS_LED_ON method |
7 years ago | |
|---|---|---|
| .. | ||
| api | ||
| audio | 7 years ago | |
| keymap_extras | 7 years ago | |
| process_keycode | 7 years ago | |
| serial_link | ||
| split_common | 7 years ago | |
| stm32 | 7 years ago | |
| template | 7 years ago | |
| tools | ||
| visualizer | ||
| api.c | ||
| api.h | 7 years ago | |
| color.c | ||
| color.h | ||
| config_common.h | 7 years ago | |
| debounce.c | 7 years ago | |
| debounce.h | 7 years ago | |
| dynamic_keymap.c | 7 years ago | |
| dynamic_keymap.h | 7 years ago | |
| dynamic_macro.h | ||
| encoder.c | 7 years ago | |
| encoder.h | 7 years ago | |
| fauxclicky.c | ||
| fauxclicky.h | ||
| keycode_config.c | ||
| keycode_config.h | ||
| keymap.h | ||
| keymap_common.c | 7 years ago | |
| led_tables.c | ||
| led_tables.h | ||
| matrix.c | 7 years ago | |
| mcu_selection.mk | 7 years ago | |
| pincontrol.h | ||
| pointing_device.c | ||
| pointing_device.h | ||
| quantum.c | 7 years ago | |
| quantum.h | 7 years ago | |
| quantum_keycodes.h | 7 years ago | |
| rgb.h | ||
| rgb_matrix.c | 7 years ago | |
| rgb_matrix.h | 7 years ago | |
| rgb_matrix_drivers.c | 7 years ago | |
| rgblight.c | 7 years ago | |
| rgblight.h | 7 years ago | |
| rgblight_list.h | ||
| rgblight_reconfig.h | 7 years ago | |
| rgblight_types.h | 8 years ago | |
| send_string_keycodes.h | ||
| variable_trace.c | ||
| variable_trace.h | ||