diff --git a/quantum/rgblight-call-graph.dot b/quantum/rgblight-call-graph.dot index f9a8b83195c..f21a29e1e8f 100644 --- a/quantum/rgblight-call-graph.dot +++ b/quantum/rgblight-call-graph.dot @@ -6,7 +6,8 @@ // % dot -Tpdf -o rgblight-call-graph.dot // % dot -Tpng -o rgblight-call-graph.dot // -// result: https://i.imgur.com/euCQswD.png +// result 2019-1-29: https://i.imgur.com/euCQswD.png +// result 2019-1-31: https://i.imgur.com/S9N9sNk.png digraph rgblight_call_graph { graph [ rankdir = LR ]; @@ -32,8 +33,8 @@ eeconfig_update_rgblight eeconfig_update_rgblight_default // eeconfig_debug_rgblight // rgblight_get_mode -rgblight_increase_speed -rgblight_decrease_speed +rgblight_increase_speed [style = "rounded,filled", color = green, fillcolor = greenyellow] +rgblight_decrease_speed [style = "rounded,filled", color = green, fillcolor = greenyellow] // rgblight_get_hue // rgblight_get_sat // rgblight_get_val @@ -77,7 +78,7 @@ rgblight_init rgblight_enable_noeeprom rgblight_setrgb_at rgblight_sethsv_at -rgblight_update_dword +rgblight_update_dword [style = "rounded,filled", fillcolor = yellow] rgblight_disable [style = "rounded,filled", color = green, fillcolor = greenyellow] rgblight_toggle rgblight_disable_noeeprom [style = "rounded,filled", color = green, fillcolor = greenyellow]