Scott Lahteine
0ffee29a11
Case light brightness cleanup (#19856 )
Co-authored-by: Chris <chris@chrisnovoa.com >
4 年之前
Zachary Annand
5ea7a8373a
Menu items for Separate NeoPixel (#19280 )
4 年之前
Scott Lahteine
c488070859
Minor cleanup w/r/t LEDs
4 年之前
Scott Lahteine
4f67642122
Header for individual menus
4 年之前
Scott Lahteine
c2d5b63a98
Fix up STATIC_ITEM (#18962 )
4 年之前
Scott Lahteine
99ba866d8d
Optimize G-code / feature dependencies (#18919 )
4 年之前
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 年之前
Scott Lahteine
aea60d9450
Clean up trailing spaces
5 年之前
ManuelMcLure
3e5158c430
Move Case Light to LEDs submenu (#18290 )
5 年之前
Scott Lahteine
e8b0796fc7
Revert menu_item_if ahead of refactor
5 年之前
Scott Lahteine
4f003fc7a7
Streamline menu item logic (#17664 )
5 年之前
Scott Lahteine
ab2b98e425
Apply composite tests
5 年之前
Scott Lahteine
bfad23d3e2
(c) 2020
5 年之前
Scott Lahteine
273cbe931e
Aliases for common menu item types
5 年之前
Scott Lahteine
4c16661153
Use named styles in draw_menu_item_static
5 年之前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 年之前
Scott Lahteine
49cf92dc36
Extended condition macros (#13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
6 年之前
Scott Lahteine
0feeef2604
Update copyright in headers
6 年之前
Scott Lahteine
eb78aed863
Rename LCD menus according to variable types (#12892 )
6 年之前
Scott Lahteine
6896847210
Move LED Menu to its own file
6 年之前