mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 06:29:15 +00:00
Update readme
This commit is contained in:
parent
3131d65563
commit
890ecf6a2a
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ not be very difficult to adapt it to support more if required.
|
||||||
Flashing
|
Flashing
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
From the keymap directory run `make SUBPROJECT-KEYMAP-avrdude` for automatic serial port resolution and flashing.
|
||||||
|
|
||||||
|
Example: `make rev2-serial-avrdude`
|
||||||
|
|
||||||
If you define `EE_HANDS` in your `config.h`, you will need to set the
|
If you define `EE_HANDS` in your `config.h`, you will need to set the
|
||||||
EEPROM for the left and right halves. The EEPROM is used to store whether the
|
EEPROM for the left and right halves. The EEPROM is used to store whether the
|
||||||
half is left handed or right handed. This makes it so that the same firmware
|
half is left handed or right handed. This makes it so that the same firmware
|
||||||
|
|
Loading…
Reference in a new issue