readme.md (1174B)
1 # arc 2 3  4 5 ARC PCB, An ergonomic 65% keyboard PCB. 6 * Keyboard Maintainer: [shostudios](https://shostudios.co/) 7 * Hardware Supported: ARC, APM32F103 8 * Hardware Availability: [shostudios](https://shostudios.co/) 9 10 Make example for this keyboard (after setting up your build environment): 11 12 make shostudio/arc:default 13 14 Flashing example for this keyboard: 15 16 make shostudio/arc:default:flash 17 18 ## Bootloader 19 20 Enter the bootloader in 4 ways: 21 22 * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard 23 * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead 24 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available 25 * **Bootloader**: Hold down the key at (0,13) in the matrix (Backspace) and plug in the keyboard 26 27 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).