From 450f661208881352f48adce667967a49a6e15f6e Mon Sep 17 00:00:00 2001 From: mtei <2170248+mtei@users.noreply.github.com> Date: Thu, 31 Jan 2019 17:54:31 +0900 Subject: [PATCH] update rgblight-call-graph.dot (temporary file) --- quantum/rgblight-call-graph.dot | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/quantum/rgblight-call-graph.dot b/quantum/rgblight-call-graph.dot index f9a8b83195..f21a29e1e8 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]