diff options
Diffstat (limited to 'keyboards/qvex')
-rw-r--r-- | keyboards/qvex/lynepad/config.h | 1 | ||||
-rw-r--r-- | keyboards/qvex/lynepad/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/qvex/lynepad/config.h b/keyboards/qvex/lynepad/config.h index e9b5f0d0e0..e266f72ad5 100644 --- a/keyboards/qvex/lynepad/config.h +++ b/keyboards/qvex/lynepad/config.h @@ -32,7 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 -#define RGBLIGHT_LIMIT_VAL 240 /* Definitions for encoder tilt/press support */ #define ENC_TILT_THRESHOLD 1 diff --git a/keyboards/qvex/lynepad/info.json b/keyboards/qvex/lynepad/info.json index c567c588fe..fa8b71b5d6 100644 --- a/keyboards/qvex/lynepad/info.json +++ b/keyboards/qvex/lynepad/info.json @@ -22,6 +22,9 @@ "ws2812": { "pin": "D3" }, + "rgblight": { + "max_brightness": 240 + }, "processor": "atmega32u4", "bootloader": "caterina", "layouts": { |