Tecsmith / idobao-id67v2

QMK and VIA for the Idobao ID67V2 keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idobao ID67V2 keybaord

This board has thus far been released as 3 variants.

Code-wise it's the same as the Idobao ID ("V1") ... but the RGB LED code is changed from the RGB Lighting to the RGB Matrix library set.

QMK

This code contains the original QMK code for the Idobao ID67 ("V1"), but moved to a v1 sub-folder.

The new RGB Matrix code resides in the v2 sub-folder.

I have made several attempts to pull this into QMK and have not had any luck. Leaving this here for my personal usage.

VIA

The ID67 keyboard is already in VIA - located at the-via/keyboards/src/other/id67/id67.json

However, since the original code explicitly declares the "lighting": "qmk_backlight_rgblight" property it causes somewhat of an issue with VIA:

  • When selecting "Lighting" on the left side bar the VIA app will display an empty window with no content. This makes it impossible to use the app and one will need to close the app and relaunch it.

The VIA side-load JSON file in this project sets the "lighting" property to "none" as VIA does not support QMK Matrix library.

As I have not been able to publish this QMK code I cannot submit it to VIA.
Leaving this here for my personal usage.


Made with ♥ by Vino Rodrigues

About

QMK and VIA for the Idobao ID67V2 keyboard

License:GNU General Public License v3.0


Languages

Language:C 95.8%Language:Makefile 4.2%