logo

qmk_firmware

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

readme.md (1227B)


  1. # Viendi8L PCB firmware
  2. ![8L_image](https://imgur.com/z4cuSYJh.png)
  3. The 8L 80% (60% plus southpaw numpad) keyboard designed by Viendi, with PCB by Gondolindrim.
  4. * Keyboard Maintainer: [Gondolindrim](https://github.com/gondolindrim)
  5. * Hardware Availability: proprietary PCB
  6. * Website: [Viendi](https://viendi.co/)
  7. ## How to flash
  8. ### Enter bootloader
  9. * **Bootmagic reset**: hold down the key at (0,0) in the matrix (the encoder push) and plug in the keyboard, waiting for five seconds
  10. * **Physical reset button**: press the button on the front of the PCB or use pliers to short the reset contacts, for at least five seconds
  11. * **Keycode in layout**: press the key mapped to `QK_BOOT` if it is available (ESC key at layer 1 in the default layout)
  12. ## Compile firmware
  13. After accessing the DFU state in your PCB, build the default layout using:
  14. make viendi8l:default
  15. Then download the resulting binary `*bin` file using `dfu-util` or QMK Toolbox.
  16. 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).