Phone Test
Author: Stephen Schleising
graph LR
%% Laptop
macbook{"MacBook"}
macbook --- tb1("Thunderbolt 1")
macbook --- tb2("Thunderbolt 2")
macbook --- jack("Headphone jack")
macbook ---|Pro| hdmi("HDMI")
macbook ---|Pro| tb3("Thunderbolt 3")
%% Wired devices
jack --- head1("BeyerDynamic DT1700")
analogue("Analogue audio/mic")
tb1 --- display("4K display")
ext_hd("External storage")
tb2 --- midi("MIDI keyboard (Korg)")
mon("Speakers")
%% Wireless devices
head2("Bose headphones") -.-|Bluetooth| macbook
mouse("Mouse") -.-|Bluetooth| macbook
keyboard("Keyboard") -.-|Bluetooth| macbook
%% Things I already own
style head1 fill:lightgreen
style head2 fill:lightgreen
style midi fill:lightgreen