Pablo Martínez

Results 14 issues of Pablo Martínez

I've been working on a little script to make normal+shiny images, and found some missing assets. Here is the source for it (just in case someone wants to use it):...

help wanted

## Description Small changes to the CLI to add the current commit's hash into `version.h` aswell as a marker(`*`) to know if the repository contained any un-commited changes when firmware...

python
cli

## Description ~~This PR adds support for the ili9486 LCD screen into Quantum Painter, based on @tzarc's work and @sigprof's suggestions. I implemented an optional flag `#define QUANTUM_PAINTER_SPI_DC_RESET_SHIFT_REG_ENABLE` to handle...

core
documentation

## Description Another 3-color eink display, still untested as I don't have the hardware ## Pre-Requisites Merge #19437, so we have the base `qp_eink_panel` code ## To-Do - [ ]...

core

Solves* #2198 by adding a new Kconfig option and its corresponding change on the "shall we sleep?" check. \* Should solve, but i cant test as i dont have a...

core
bluetooth

I plan to do a PR to *persistently* change the default layer, for multi-layout uses (eg win/mac or qwerty/dvorak) However, while activating the layer or to'ing into it is similar,...

core
behaviors

## Description The conversion has 2 steps 1. Font (`.ttf`) -> Image (`.png`) 2. Image (`.png`) -> QMK (`.qff`) Currently, users are forced to go though it via invoking 2...

documentation
awaiting review
python
cli

## Description Litle code allowing users to develop custom logic. 1. Parse incoming user-level(`id==3`) XAP broadcast messages (receive info from the keyboard) and generate events to be handled by user....

## Description I was developing a custom `sendchar` on my fork, sending XAP messages too, and the client kept crashing upon receiving those... Ended up noticing a [mismatch](https://discord.com/channels/440868230475677696/888113551334580324/1145839230694739978) between fw's...

## Description - Each element now contains x/y coords and w/h size too (TODO: proper display based on these values) - The `Vec` of `Vec`'s being sent is not based(indexed)...