forked from mirrors/qmk_userspace
Move backlight config to data driven, part 1 (#19887)
This commit is contained in:
parent
4b69225c22
commit
9c0ce80d7e
128 changed files with 110 additions and 131 deletions
|
@ -2,11 +2,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
// Limit the backlight brightness
|
||||
#ifndef BACKLIGHT_LIMIT_VAL
|
||||
# define BACKLIGHT_LIMIT_VAL 144
|
||||
#endif // BACKLIGHT_LIMIT_VAL
|
||||
|
||||
// Split configuration
|
||||
#define SPLIT_HAND_PIN B9
|
||||
#define USB_VBUS_PIN B12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue