qmk_firmware

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

readme.md (953B)


      1 # glacier
      2 A 80% keyboard
      3 
      4 ![glacier](https://i.imgur.com/BeyreN1.png)
      5 
      6 ### Features
      7 * PCB gasket
      8 * Nickel-cobalt weight
      9 
     10 ### Additional Information
     11 * Keyboard Maintainer: [Tim](https://github.com/Timliuzhaolu/qmk_firmware)
     12 * Hardware Supported: glacier PCB
     13 * Hardware Availability: [ESCHIT.com](https://eschit.com/products/gb-thera75)
     14 
     15 ### Entering Bootloader
     16 
     17 Enter the bootloader in 2 ways:
     18 
     19 * Physical reset button: Press the `RESET` button on the back of the PCB.
     20 * Keycode in layout: Press the key mapped to `QK_BOOT` if it is available.
     21 
     22 ### Building the Firmware
     23 Make example for this keyboard (after setting up your build environment):
     24 
     25     make creatkeebs/glacier:default
     26 
     27 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).