diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-06-22 00:32:28 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-06-22 00:32:28 +0200 |
commit | e329729d3a11b5798f4e2b9f65ac9bc2dcc84a9e (patch) | |
tree | fae46c0bd2a6a6ff4af2ea8a47d54afc1f403e66 /doc | |
parent | 1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 (diff) | |
download | qmk_firmware-e329729d3a11b5798f4e2b9f65ac9bc2dcc84a9e.tar.gz qmk_firmware-e329729d3a11b5798f4e2b9f65ac9bc2dcc84a9e.tar.xz |
adds fuse settings for atmega32u4, fixes keymap_extras includes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/FUSE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/FUSE.txt b/doc/FUSE.txt index 40055e5ab..99ddd2d18 100644 --- a/doc/FUSE.txt +++ b/doc/FUSE.txt @@ -1,3 +1,12 @@ +Atmega32u4 Fuse/Lock Bits for Planck/Atomic/Preonic +========================= + + Low Fuse: 0x5E + High Fuse: 0x99 + Extended Fuse: 0xF3 + Lock Byte: 0xFF + + ATMega168P Fuse/Lock Bits ========================= This configuration is from usbasploader's Makefile. @@ -38,3 +47,4 @@ This configuration is from usbasploader's Makefile. # | | +----- LB 2..1 (No memory lock features enabled) # | +--------- BLB0 2..1 (No restrictions for SPM or LPM accessing the Application section) # +--------------- BLB1 2..1 (No restrictions for SPM or LPM accessing the Boot Loader section) + |