qmk_firmware/keyboards/viendi8l
Álvaro A. Volpato 9898d6f4b0
[Keyboard] Add Viendi8L (#17943)
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-08-10 18:44:59 -07:00
..
keymaps [Keyboard] Add Viendi8L (#17943) 2022-08-10 18:44:59 -07:00
config.h [Keyboard] Add Viendi8L (#17943) 2022-08-10 18:44:59 -07:00
halconf.h [Keyboard] Add Viendi8L (#17943) 2022-08-10 18:44:59 -07:00
info.json [Keyboard] Add Viendi8L (#17943) 2022-08-10 18:44:59 -07:00
mcuconf.h [Keyboard] Add Viendi8L (#17943) 2022-08-10 18:44:59 -07:00
readme.md [Keyboard] Add Viendi8L (#17943) 2022-08-10 18:44:59 -07:00
rules.mk [Keyboard] Add Viendi8L (#17943) 2022-08-10 18:44:59 -07:00
viendi8l.c [Keyboard] Add Viendi8L (#17943) 2022-08-10 18:44:59 -07:00
viendi8l.h [Keyboard] Add Viendi8L (#17943) 2022-08-10 18:44:59 -07:00

Viendi8L PCB firmware

8L_image

The 8L 80% (60% plus southpaw numpad) keyboard designed by Viendi, with PCB by Gondolindrim.

  • Keyboard Maintainer: Gondolindrim
  • Hardware Availability: proprietary PCB
  • Website: Viendi

How to flash

Enter bootloader

  • Bootmagic reset: hold down the key at (0,0) in the matrix (the encoder push) and plug in the keyboard, waiting for five seconds
  • 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
  • Keycode in layout: press the key mapped to RESET if it is available (ESC key at layer 1 in the default layout)

Compile firmware

After accessing the DFU state in your PCB, build the default layout using:

make viendi8l:default

Then download the resulting binary *bin file using dfu-util or QMK Toolbox.

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.