Refactor to use led config - Part 3 (#10966)
* Refactor to use led config * Refactor to use led config * Refactor to use led config * Refactor to use led config
This commit is contained in:
parent
e1e13c53ac
commit
f00402a2f3
30 changed files with 54 additions and 546 deletions
|
@ -54,6 +54,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define LED_NUM_LOCK_PIN D6
|
||||
#define LED_PIN_ON_STATE 0
|
||||
|
||||
/* Backlight configuration
|
||||
*/
|
||||
#define BACKLIGHT_LEVELS 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue