Refactor to use led config - Part 4 (#10967)
* Refactor to use led config * Refactor to use led_update_kb
This commit is contained in:
parent
23222625c2
commit
95fd2ce81a
15 changed files with 36 additions and 230 deletions
|
|
@ -60,6 +60,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define C4_AUDIO
|
||||
#define AUDIO_CLICKY
|
||||
|
||||
#define LED_NUM_LOCK_PIN B4
|
||||
#define LED_CAPS_LOCK_PIN B5
|
||||
#define LED_SCROLL_LOCK_PIN B6
|
||||
|
||||
/* number of backlight levels */
|
||||
// #define BACKLIGHT_PIN B7
|
||||
// #define BACKLIGHT_BREATHING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue