qmk_firmware

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

readme.md (1374B)


      1 # wilba.tech WT45-H1
      2 
      3 ![WT45-H1 PCB](https://i.imgur.com/33lWN3p.png)
      4 
      5 WT45-H1 is a mostly-base-kit-compatible hotswap 40% keyboard PCB with split left shift and split spacebar options.
      6 
      7 Initially designed for the [HIBI CHOPPER](https://hibi.mx/products/chopper)
      8 
      9 -   Keyboard Maintainer: [wilba](https://github.com/wilba)
     10 -   Hardware Supported: wilba.tech WT45-H1 (atmega32u4, atmel-dfu)
     11 -   Hardware Availability: [HIBI](https://hibi.mx/products/chopper)
     12 
     13 Make example for this keyboard (after setting up your build environment):
     14 
     15     make wilba_tech/wt45_h1:default
     16 
     17 Flashing example for this keyboard:
     18 
     19     make wilba_tech/wt45_h1:default:flash
     20 
     21 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).
     22 
     23 ## Bootloader
     24 
     25 Enter the bootloader in 3 ways:
     26 
     27 * **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.
     28 * **Physical reset button**: Press the button labeled S1 on the back of the PCB, near the MCU.
     29 * **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.