diff options
author | Joel Challis <git@zvecr.com> | 2022-12-14 11:14:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 11:14:10 +0000 |
commit | 1124bbc1db8fb26418bded7016c702de469b162f (patch) | |
tree | 6486fdf3ddcd39355af2a94b8998e57dc1d239cc /layouts/community/ortho_4x12 | |
parent | 0fcf481cdd2a350b628462201b0a725df6c72b2b (diff) |
Remove deprecated led_set_kb (#19273)
* Remove led_set_kb maintaining existing led_set_user behaviour
* Also call led_set_user
Diffstat (limited to 'layouts/community/ortho_4x12')
-rw-r--r-- | layouts/community/ortho_4x12/wanleg/readme.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/layouts/community/ortho_4x12/wanleg/readme.md b/layouts/community/ortho_4x12/wanleg/readme.md index 1cd41d116d..3fc1fc65ad 100644 --- a/layouts/community/ortho_4x12/wanleg/readme.md +++ b/layouts/community/ortho_4x12/wanleg/readme.md @@ -23,14 +23,6 @@ In `qmk_firmware/keyboards/lets_split/rev2/rev2.c`, replace contents with ``` #include "lets_split.h" - -#ifdef SSD1306OLED -void led_set_kb(uint8_t usb_led) { - // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here - led_set_user(usb_led); -} -#endif - void matrix_init_kb(void) { // // green led on |