mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-10-12 05:09:57 +02:00
10 lines
132 B
C
10 lines
132 B
C
#ifndef CONFIG_USER_H
|
|
#define CONFIG_USER_H
|
|
|
|
#include "../../config.h"
|
|
|
|
#undef BACKLIGHT_LEVELS
|
|
#define BACKLIGHT_LEVELS 5
|
|
|
|
#endif
|