qmk_firmware

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

readme.md (977B)


      1 # Baion 808
      2 
      3 This is a standard TKL 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 TKL keyboard with STM32F072CB
      7 * Hardware Availability: https://baionlenja.com 
      8 
      9 ![Layer 0](https://i.imgur.com/IhbvSZ1.png)
     10 
     11 ## Instructions
     12 
     13 ### Build
     14 
     15 Make example for this keyboard (after setting up your build environment):
     16 
     17     make baion_808:default
     18 
     19 Flashing example for this keyboard:
     20 
     21     make baion_808:default:flash
     22 
     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).
     24 
     25 ### Reset
     26 
     27 - Unplug
     28 - Hold Escape
     29 - Plug In
     30 - Unplug
     31 - Release Escape
     32 
     33 ### Flash
     34 
     35 - Unplug
     36 - Hold Escape
     37 - Plug In
     38 - Flash using QMK Toolbox or CLI (`make baion_808:<keymap>:flash`)