Hansem Ro
Hansem Ro
@daglem Under install dependencies section, I still need to install "C Development Tools and Libraries" group package as a build dependency.
If we end up removing the step to install vulkan sdk manually, here are the dependencies for debian12/ubuntu23.04 (and newer): ``` sudo apt install g++ cmake pkg-config libglm-dev \ libgtkmm-3.0-dev...
I think we should apply the same changes across all Linux distros (not just Fedora), since: 1. SunRPC got removed in Glibc 2.26 and later, requiring libtirpc to take its...
Mainline port of QMK: https://github.com/hansemro/qmk_firmware/tree/pok3r_rgb_dev MBIA043 driver is not yet included but is being worked on. Also, this port disables watchdog timer to prevent the keyboard from resetting. Related change:...
Dev branch with partially working MBIA043 driver: https://github.com/hansemro/qmk_firmware/tree/pok3r_rgb_mbia043_dev The main issue I am facing is that the 2nd MBIA043 (U8) is not functioning. I checked that it is receiving 5V...
DCLK, GCLK, LE, and SDI pins are okay. However, U8's SDO appears stuck on low when shifting 1 and 0s. ``` while (1) { mbia043_shift_data(1U
MBIA043 demo on POK3R RGB: https://user-images.githubusercontent.com/40348686/212595252-6d27a63c-54a7-4d91-959b-183b50ba8e15.mp4 I need to fixup a few things, but RGB lighting is working!
Fixed LED Matrix in https://github.com/hansemro/qmk_firmware/commit/f83ebf3e456c4a70db7666bd8c9c1bd8bc9adfa2
Caps Lock RGB LED at (row 6, col 2) in LED matrix. Space's Left RGB LED at (row8, col 2). Space's Right RGB LED at (row 9, col 3).
Although currently unstable, SPI flash support can be enabled by uncommenting these lines in rules.mk: https://github.com/hansemro/qmk_firmware/blob/537444b853d7ce7aa7e83920365927ac4f1200bb/keyboards/vortex/pok3r_rgb/rules.mk#L11-L12 From limited testing, I found this branch to help improve SPI flash reliability (when...