Hey guys, 
Where exactly do I put the GCC ARM toolchain when installing it for use with ChibiOS and TMK firmware?  I'm trying to get the teensy-lc-onekey example working and everytime I run the makefile it can't find the toolchain.  I'm getting this error: 
make: arm-none-eabi-gcc: No such file or directory
make: *** [build/obj/crt0_v6m.o] Error 1Currently I have it in my user directory as was recommended here 
https://gnu-mcu-eclipse.github.io/toolchain/arm/install/#macos , but I'm wondering if I need to place it somewhere specific like inside the tmk_core folder
I checked all the docs and they only pointed me to where I could download the toolchain.  It seems they all assume I would know where to put it after the fact. Hoping someone could clear this up for me, as I'm pretty sure this is a really simple problem that I can't seem to figure out.  
I'm on macOS.
Thanks!