KC_LEAD
+ s
will open my wiki homepage.brew tap osx-cross/avr
brew tap PX4/homebrew-px4
brew update
brew install avr-gcc
brew install dfu-programmer
brew install gcc-arm-none-eabi
brew install avrdude
git clone https://github.com/qmk/qmk_firmware.git
git clone https://github.com/issmirnov/ergodox-layout.git \
layouts/community/ergodox/ismirnov
Download and add both of these to $PATH
make ergodox_ez:ismirnov
teensy_loader_cli -mmcu=atmega32u4 -w -v ergodox_ez_ismirnov.hex
# or just
make ergodox_ez:ismirnov:flash
dyld: Library not loaded: /usr/local/opt/isl/lib/libisl.15.dylib
then do brew reinstall avr-gcc
hid_listen
just prints out a ton of dots, update makefile with CONSOLE_ENABLE = yes