diff options
| author | tmk <nobody@nowhere> | 2013-06-23 09:19:04 +0900 | 
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-06-23 09:19:04 +0900 | 
| commit | 5a0415749d6cd6a095d9c3fbb335360ec5fa59e0 (patch) | |
| tree | 7ed39e24295fbf853625a12fe273ea3ab4c7b202 /doc/build.md | |
| parent | 9de9d719527c7a8cac71d0bc49ba1d2d4f63cf06 (diff) | |
| parent | 25ad212c4adae5a27dd2d5a4e9d6bcdfc17edb1b (diff) | |
| download | firmware-5a0415749d6cd6a095d9c3fbb335360ec5fa59e0.tar.gz firmware-5a0415749d6cd6a095d9c3fbb335360ec5fa59e0.tar.bz2 firmware-5a0415749d6cd6a095d9c3fbb335360ec5fa59e0.zip | |
Merge branch 'Wraul-kmac'
Diffstat (limited to 'doc/build.md')
| -rw-r--r-- | doc/build.md | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/doc/build.md b/doc/build.md index 88504f096..ae8565010 100644 --- a/doc/build.md +++ b/doc/build.md @@ -132,6 +132,7 @@ Optional. Note that ***comment out*** to disable them.      COMMAND_ENABLE = yes        # Commands for debug and configuration      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  ### 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 `Teesy Loader`. | 
