diff options
author | Joel Challis <git@zvecr.com> | 2024-01-08 02:10:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 02:10:56 +0000 |
commit | 0870b796b402025382c0d9e5d1bc51edc3178a09 (patch) | |
tree | 23376e329bd14a7ba9f972fffb8727d28c062b46 /keyboards/jorne | |
parent | bdede8b2cdc05d5f3be04e900210aae9c07cf632 (diff) |
Migrate RGB Matrix config to info.json - J (#22862)
Diffstat (limited to 'keyboards/jorne')
-rw-r--r-- | keyboards/jorne/post_config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/jorne/post_config.h b/keyboards/jorne/post_config.h index 8da923087e..4a4c71517a 100644 --- a/keyboards/jorne/post_config.h +++ b/keyboards/jorne/post_config.h @@ -21,9 +21,3 @@ # define RGBLIGHT_LIMIT_VAL 120 # endif #endif - -#ifdef RGB_MATRIX_ENABLE -# ifndef RGB_MATRIX_MAXIMUM_BRIGHTNESS -# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120 -# endif -#endif |