logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1601B)


  1. # NCR-80
  2. ![NCR-80](https://i.imgur.com/kAjbAPLl.jpg)
  3. > Re-imagination of the classic rebranded Cherry G81-3000 by NCR
  4. NCR-80 is an affordable keyboard kit inspired by iconic vintage keyboards.
  5. * Keyboard Maintainer: QMK Community
  6. * Hardware Supported:
  7. * NCR-80 R2 PCBs (ATmega32U4, atmel-dfu)
  8. * Hardware Availability:
  9. * R2 Hotswap: [AliExpress](https://www.aliexpress.com/item/1005003345941543.html) [Taobao 淘宝](https://item.taobao.com/item.htm?id=657482028672)
  10. * R2 Solder: [AliExpress](https://www.aliexpress.com/item/1005003364462523.html) [Taobao 淘宝](https://item.taobao.com/item.htm?id=657482028672)
  11. Make example for this keyboard (after setting up your build environment):
  12. make mt/ncr80/r2/hotswap:default
  13. make mt/ncr80/r2/solder:default
  14. Flashing example for this keyboard:
  15. make mt/ncr80/r2/hotswap:default:flash
  16. make mt/ncr80/r2/solder:default:flash
  17. 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).
  18. ## Bootloader
  19. Enter the bootloader in 3 ways:
  20. * **Bootmagic reset**: Hold down the top left key and plug in the keyboard. This will also clear EEPROM, so it is a good first step if the keyboard is misbehaving.
  21. * **Physical reset button**: Briefly press the button on the back of the PCB
  22. * **Keycode in layout**: There is no key mapped to `QK_BOOT` in the pre-created keymaps, but you may assign this key in any keymaps you create.