You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Joel Challis 2f37a7854d
Migrate lighting defaults to info.json (#22920)
3 months ago
..
keymaps Remove legacy Grave Escape keycodes (#18787) 1 year ago
config.h Migrate lighting defaults to info.json (#22920) 3 months ago
halconf.h [Keyboard] Add Viendi8L (#17943) 1 year ago
info.json Migrate lighting defaults to info.json (#22920) 3 months ago
matrix_diagram.md Viendi 8L Layout Additions (#20832) 1 year ago
mcuconf.h [Keyboard] Add Viendi8L (#17943) 1 year ago
readme.md RESET -> QK_BOOT keyboard readme (#18110) 1 year ago
rules.mk Migrate i2c EEPROM_DRIVER to info.json (#22013) 7 months ago
viendi8l.c Move single `LAYOUT_all`s to data driven (#20430) 1 year ago

readme.md

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.