Browse Source

A sample implementation of keymap-in-eeprom

core
Kai Ryu 10 years ago
parent
commit
ff9edf8b14
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      doc/build.md

+ 1
- 0
doc/build.md View File

@@ -133,6 +133,7 @@ Optional. Note that ***comment out*** to disable them.
SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
#NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
#BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
#KEYMAP_IN_EEPROM_ENABLE = yes # Read keymap from eeprom

### 3. Programmer
Optional. Set proper command for your controller, bootloader and programmer. This command can be used with `make program`. Not needed if you use `FLIP`, `dfu-programmer` or `Teensy Loader`.