Skip to content

Commit

Permalink
keyboards: fix oversize warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Kerkmann <[email protected]>
  • Loading branch information
KarlK90 committed Aug 12, 2024
1 parent 5d44977 commit 2546936
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions keyboards/kikoslab/ellora65/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0xE88F",
"device_version": "0.0.1"
},
"build": {
"lto": true
},
"features": {
"bootmagic": true,
"command": false,
Expand Down
3 changes: 3 additions & 0 deletions keyboards/rgbkb/pan/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"pid": "0x8C9C",
"device_version": "0.0.2"
},
"build": {
"lto": true
},
"features": {
"bootmagic": true,
"encoder": true,
Expand Down
1 change: 0 additions & 1 deletion keyboards/takashicompany/minidivide/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"knight": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"rgb_test": true,
"snake": true,
"static_gradient": true,
"twinkle": true
Expand Down
3 changes: 1 addition & 2 deletions keyboards/work_louder/loop/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"pixel_rain": true,
"pixel_flow": true,
"pixel_fractal": true,
"typing_heatmap": true,
"digital_rain": true
"typing_heatmap": true
},
"driver": "ws2812",
"max_brightness": 120,
Expand Down

0 comments on commit 2546936

Please sign in to comment.