Joel Challis

Results 62 comments of Joel Challis

@rhmokey could you confirm this change is correct, or would this be better handled as a new revision?

There would potentially be longer term maintenance issues if via attempts to extend the IDs they use, and expand into something that is also configured for RAW_HID_CMD. Also to note,...

``` Download [=========================] 100% 21192 bytes Download done. DFU state(8) = dfuMANIFEST-WAIT-RESET, status(0) = No error condition is present ``` Flash was successful, however its likely you have not applied...

It is more disruptive, mostly in the area of layout macros. Next iteration I plan to add will be for layout macros, so bulk changes in that area wont matter...

We are moving to features being enabled the data driven way (within `info.json` and `keymap.json` ). Schema validation will ensure you cannot specify the wrong case.

> Worse now that the default location has changed again, and all previous install files are left for whatever reason. This part has been resolved within #33, what remains is...

Good example of where git calls slow down, ```console $ time SKIP_GIT=true make clean Deleting .build/ ... done. real 0m0.395s user 0m0.060s sys 0m0.136s # cold start $ time make...

```console $ time SKIP_GIT=true make -j$(nproc) --output-sync clean lets_split:default real 0m12.819s user 0m5.240s sys 0m13.298s ``` Default environment to `SKIP_GIT=true` and `MAKEFLAGS="-j$(nproc) --output-sync"`?

Force `util/list_keyboards.sh` to only do ```bash echo "lets_split/rev2" ``` Results in, ```console $ time SKIP_GIT=true make -j$(nproc) --output-sync clean lets_split/rev2:default real 0m8.457s user 0m4.090s sys 0m10.041s ```

Changing user keymaps requires sign-off from the affected users.