Skip to content

Commit

Permalink
Move RGBLIGHT_LIMIT_VAL to data driven (qmk#20974)
Browse files Browse the repository at this point in the history
info.json化の対象だが、defaultが255なので、あえて記述する必要なし。
  • Loading branch information
jpskenn committed Nov 3, 2023
1 parent 7ea1708 commit 7457512
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion keyboards/sandy/dn0020/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 255 /* The maximum brightness level */
#define RGBLIGHT_DEFAULT_VAL 80
/*== Lighting Layers ==*/
#define RGBLIGHT_LAYERS
Expand Down
1 change: 0 additions & 1 deletion keyboards/sandy/dn0030/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 255 /* The maximum brightness level */
#define RGBLIGHT_DEFAULT_VAL 80
/*== Lighting Effects ==*/
#define RGBLIGHT_EFFECT_BREATHING
Expand Down
1 change: 0 additions & 1 deletion keyboards/sandy/v01/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 255 /* The maximum brightness level */
#define RGBLIGHT_DEFAULT_VAL 80
/*== Lighting Layers ==*/
#define RGBLIGHT_LAYERS
Expand Down

0 comments on commit 7457512

Please sign in to comment.