]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/iris/keymaps/fate/readme.md
[Keymap] Plain60 rgb (#5104)
[qmk_firmware.git] / keyboards / iris / keymaps / fate / readme.md
1 # Fate Iris Layout
2
3 This keymap is configured for Pro Micro(s) with QMK-DFU bootloader flashed. Please refer to [this guide](https://www.reddit.com/r/olkb/comments/8sxgzb/replace_pro_micro_bootloader_with_qmk_dfu/) for further details on ISP flashing your Pro Micro.
4
5 To generate a production-ready .hex file (containing the application and the bootloader), use the production target
6
7     make iris/rev2:fate:production
8
9 To replace your Pro Micro with QMK-DFU bootloader along with the keymap, setup your ISP Flasher and avrdude, run (This command assumes you're using SparkFun's Pocket AVR Programmer to program):
10
11     $ avrdude -p m32u4 -P usb -c usbtiny -U flash:w:"iris_rev2_fate_production.hex" -U lfuse:w:0x5E:m -U hfuse:w:0xD9:m -U efuse:w:0xC3:m -U lock:w:0x3F:m -v
12
13 Command to replace your Pro Micro with QMK-DFU bootloader only:
14
15     $ avrdude -p m32u4 -P usb -c usbtiny -U flash:w:"iris_rev2_fate_bootloader.hex" -U lfuse:w:0x5E:m -U hfuse:w:0xD9:m -U efuse:w:0xC3:m -U lock:w:0x3F:m -v
16
17 The QMK_ESC is mapped to the ESC key in keymap.c; QMK_LED is mapped to TX_LED on the Pro Micro.
18
19     /* QMK DFU configuration */
20     #define QMK_ESC_OUTPUT F6
21     #define QMK_ESC_INPUT D7
22     #define QMK_LED     D5
23     #define QMK_SPEAKER C6