Added more comments

master
nathan 2018-11-05 11:08:15 +01:00
parent 523890c20b
commit 65c0807560
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
// OR
// - unplug keyboard, hold 'b' + 'space' keys, plug in cable. When it's plugged in, there should be nothing typed when you press the space bar
//
// cd keyboard/hid_liber
// make -f Makefile.pjrc clean && make -f Makefile.pjrc custom && dfu-programmer atmega32u4 erase && dfu-programmer atmega32u4 flash hid_liber_pjrc.hex && dfu-programmer atmega32u4 start
// the 'start' command will start up the keyboard.
//