4 lines
148 B
Plaintext
4 lines
148 B
Plaintext
map <silent> <F9> :Make<cr>
|
|
; We bind F10 to uploading the rom monitor for now
|
|
map <silent> <F10> :Dispatch upload --rom .build/rom_monitor.bin<cr>
|