qmk_firmware/keyboards/viendi8l
James Young 04bf30aad8
Migrate LOCKING_*_ENABLE to Data-Driven: U-V (#23786)
Affects:

  - `uk78`
  - `ungodly/nines`
  - `unikeyboard/diverge3`
  - `unikeyboard/divergetm2`
  - `unikeyboard/felix`
  - `uranuma`
  - `utd80`
  - `v60_type_r`
  - `vagrant_10`
  - `viendi8l`
  - `viktus/at101_bh`
  - `viktus/omnikey_bh`
  - `viktus/smolka`
  - `viktus/sp111`
  - `viktus/styrka`
  - `viktus/z150_bh`
  - `vitamins_included/rev1`
2024-05-23 19:40:41 +01:00
..
keymaps Remove deprecated quantum keycodes (#23407) 2024-04-04 15:16:27 +01:00
config.h Migrate LOCKING_*_ENABLE to Data-Driven: U-V (#23786) 2024-05-23 19:40:41 +01:00
halconf.h
keyboard.json Migrate LOCKING_*_ENABLE to Data-Driven: U-V (#23786) 2024-05-23 19:40:41 +01:00
matrix_diagram.md Viendi 8L Layout Additions (#20832) 2023-05-09 23:59:21 -07:00
mcuconf.h
readme.md RESET -> QK_BOOT keyboard readme (#18110) 2022-08-20 11:34:17 +01:00
viendi8l.c Move single LAYOUT_alls to data driven (#20430) 2023-04-15 21:08:15 +10: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.