qmk_firmware

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

readme.md (976B)


      1 # Argyle
      2 
      3 ![argyle](https://i.imgur.com/6x7ZYhxh.png)
      4 
      5 A 60 percent through hole keyboard with RGB and windows
      6 
      7 Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar)
      8 Hardware Supported: ATMEGA328p with vusb
      9 Hardware Availability: https://prototypist.net/
     10 
     11 Make example for this keyboard (after setting up your build environment):
     12 
     13     make argyle:default
     14 
     15 Flashing example for this keyboard:
     16 
     17     make argyle:default:flash
     18 
     19 Bootloader:
     20 use usbasploader HSGW's my repository.
     21 https://github.com/hsgw/USBaspLoader/tree/plaid
     22 To put the board in bootloader, either press and hold escape as you plug in, or press the button under the spacebar as you plug in.
     23 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).