qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1601B)


      1 # NCR-80
      2 
      3 ![NCR-80](https://i.imgur.com/kAjbAPLl.jpg)
      4 
      5 > Re-imagination of the classic rebranded Cherry G81-3000 by NCR
      6 
      7 NCR-80 is an affordable keyboard kit inspired by iconic vintage keyboards.
      8 
      9 * Keyboard Maintainer: QMK Community
     10 * Hardware Supported:
     11   * NCR-80 R2 PCBs (ATmega32U4, atmel-dfu)
     12 * Hardware Availability:
     13   * R2 Hotswap: [AliExpress](https://www.aliexpress.com/item/1005003345941543.html) [Taobao 淘宝](https://item.taobao.com/item.htm?id=657482028672)
     14   * R2 Solder: [AliExpress](https://www.aliexpress.com/item/1005003364462523.html) [Taobao 淘宝](https://item.taobao.com/item.htm?id=657482028672)
     15 
     16 Make example for this keyboard (after setting up your build environment):
     17 
     18     make mt/ncr80/r2/hotswap:default
     19     make mt/ncr80/r2/solder:default
     20 
     21 Flashing example for this keyboard:
     22 
     23     make mt/ncr80/r2/hotswap:default:flash
     24     make mt/ncr80/r2/solder:default:flash
     25 
     26 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).
     27 
     28 ## Bootloader
     29 
     30 Enter the bootloader in 3 ways:
     31 
     32 * **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.
     33 * **Physical reset button**: Briefly press the button on the back of the PCB
     34 * **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.