logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1374B)


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