readme.md (1259B)
1 # Vermillion's Ergo - Armored Edition 2 3  4 5 This is a port of the QMK firmware for the VE.A. 6 7 * Keyboard Maintainer: [Major Koos](https://github.com/MajorKoos) 8 * Keyboard Manufacturer: OddForge 9 * Hardware Availability: [Drop.com](https://drop.com/buy/ve-a) 10 11 Make example for this keyboard (after setting up your build environment): 12 13 make oddforge/vea:default 14 15 Flashing example for this keyboard: 16 17 make oddforge/vea:default:flash 18 19 or 20 21 bootloadHID -r oddforge_vea_default.hex 22 23 ## How to get QMK working on the VE.A 24 25 **Reset Key**: Hold down the key located at 3rd left position in the bottom row, commonly programmed as Left Control while plugging in the keyboard. There is also a jumper on the bottom of the PCB (JP_FW) which you can short to get into the bootloader. 26 27  28 29 30 See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).