qmk_firmware

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

readme.md (1026B)


      1 # Alas
      2 
      3 This is a standard 60% layout PCB. It supports VIA.
      4 
      5 * Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar)
      6 * Hardware Supported: A 60% keyboard with STM32F072CB
      7 * Hardware Availability: https://geekhack.org/index.php?topic=119025.0 
      8 
      9 ![Layer 0](https://i.imgur.com/LL5mZXAh.png)
     10 ![Layer 1](https://i.imgur.com/RJDVmtyh.png)
     11 
     12 ## Instructions
     13 
     14 ### Build
     15 
     16 Make example for this keyboard (after setting up your build environment):
     17 
     18     make alas:default
     19 
     20 Flashing example for this keyboard:
     21 
     22     make alas:default:flash
     23 
     24 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).
     25 
     26 ### Reset
     27 
     28 - Unplug
     29 - Hold Escape
     30 - Plug In
     31 - Unplug
     32 - Release Escape
     33 
     34 ### Flash
     35 
     36 - Unplug
     37 - Hold Escape
     38 - Plug In
     39 - Flash using QMK Toolbox or CLI (`make alas:<keymap>:flash`)