qmk_firmware/keyboards/viendi8l
Ryan 7e0299117b
Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-26 09:45:12 +11:00
..
keymaps Remove legacy Grave Escape keycodes (#18787) 2022-10-20 18:04:11 -07:00
config.h Move encoder config to data driven (#19923) 2023-02-26 09:45:12 +11:00
halconf.h
info.json Move encoder config to data driven (#19923) 2023-02-26 09:45:12 +11:00
mcuconf.h
readme.md RESET -> QK_BOOT keyboard readme (#18110) 2022-08-20 11:34:17 +01:00
rules.mk Migrate MCU and BOOTLOADER to data-driven (#19529) 2023-02-08 18:41:46 +11:00
viendi8l.c led_update_kb -> led_update_ports where appropriate (#18716) 2022-10-15 15:09:03 -04:00
viendi8l.h Viendi 8L Layout Refactor (#18677) 2022-10-13 10:11:48 +11: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 QK_BOOT 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.