diff options
author | IBNobody <protospherex@gmail.com> | 2016-04-14 08:20:55 -0500 |
---|---|---|
committer | IBNobody <protospherex@gmail.com> | 2016-04-14 08:20:55 -0500 |
commit | 59e041672ccd35060aba75c7c05561a39c05d742 (patch) | |
tree | 2ed5716016bbe662367c30f2c9b091c9a8b8fda4 /keyboard/atomic | |
parent | 44e4320b2ea508d75f28cb6796f6cf414164564b (diff) | |
download | qmk_firmware-59e041672ccd35060aba75c7c05561a39c05d742.tar.gz qmk_firmware-59e041672ccd35060aba75c7c05561a39c05d742.zip |
Remapped magic bootloader key to B.
Diffstat (limited to 'keyboard/atomic')
-rw-r--r-- | keyboard/atomic/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/atomic/config.h b/keyboard/atomic/config.h index f30a9e6cc4..1b34decf9c 100644 --- a/keyboard/atomic/config.h +++ b/keyboard/atomic/config.h @@ -130,7 +130,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define MAGIC_KEY_LAYER7 7 //#define MAGIC_KEY_LAYER8 8 //#define MAGIC_KEY_LAYER9 9 -//#define MAGIC_KEY_BOOTLOADER PAUSE +#define MAGIC_KEY_BOOTLOADER B //#define MAGIC_KEY_LOCK CAPS //#define MAGIC_KEY_EEPROM E //#define MAGIC_KEY_NKRO N |