Nick Brassel

Results 17 issues of Nick Brassel

## Description This PR is used to track the effort for the actual implementation of XAP, as per #11567. Initial scoping document here: https://hackmd.io/hhjooQ6UQhWV3MvTlbQiqQ?both Work in progress. ## Types of...

needs doc
in progress
core
keyboard
help wanted
keymap
needs testing
documentation
breaking_change
python
cli
feature
CI
no-ci
dd

## Description Pending new tag creation in the ChibiOS repository. ## Types of Changes - [x] Core - [ ] Bugfix - [ ] New feature - [ ] Enhancement/optimization...

core

## XAP Task Info [Original Issue](https://github.com/qmk/qmk_firmware/issues/11567) [Original spec document](https://hackmd.io/hhjooQ6UQhWV3MvTlbQiqQ) [Current XAP Definitions](https://github.com/qmk/qmk_firmware/tree/xap/data/xap) [Current XAP Generated Docs](https://github.com/qmk/qmk_firmware/blob/xap/docs/xap_protocol.md) [Placeholder PR](https://github.com/qmk/qmk_firmware/pull/13733) ## Description **Any work in this area needs to be discussed with...

enhancement
in progress
help wanted
awaiting changes
xap

## Description Parallelisation of the CI builds for master/develop, as well as moving them off self-hosted and into GHA infra. ## Types of Changes - [ ] Core - [...

awaiting review
stale
CI

## Description A few complaints on Discord and the like for not being able to specify things like `CONVERT_TO` and `FORCE_LAYOUT` when using userspace. This adds support for the usual...

core
python
cli
dd

## Description RFC on SPI threadsafety. Tested on Ghoul. ## Types of Changes - [x] Core - [ ] Bugfix - [ ] New feature - [x] Enhancement/optimization - [...

core

## Description Should hopefully assist with errors people are seeing. - Adds new ignored arguments, which should fix up start-of-file errors complaining about `-mcpu=`, `-mfpu=` etc. - Parses the removed...

python
cli

## Description Allows for `keymap.c` to coexist with `keymap.json`. Anything in `keymap.json` will take precedence and supplying stuff in both will cause failures, but that comes with the territory. Have...

core
keymap
python
cli
dd

## Description CLI code has been written under the assumption that it's run once from the terminal. In cases where it was originally deemed "annoying" to dump out an exception,...

python
cli

## Description Resurrects and updates the old index page for CI builds of `master`/`develop`. Example test: ## Types of Changes - [ ] Core - [ ] Bugfix - [x]...

core
python
CI