Results 6 comments of badjeff

> Can you check if things work as expected after this commit? > > [9bf6ecf](https://github.com/oobabooga/text-generation-webui/commit/9bf6ecf9e2de9b72c3fa62e0e6f5b5e9041825b1) Quick fix for using lora with `--gptq-bits 4 --model llama-7b-hf`. line 23: ``` >> elif...

Used to apply [this fix](https://github.com/oobabooga/text-generation-webui/issues/383#issuecomment-1475157463) for `UnboundLocalError: local variable 'new_module' referenced before assignment.`.

> would always double or half (respectively) the speed regardless of what other keys are held or what the "base" properties are set as. [Here](https://github.com/badjeff/zmk-input-behavior-listener) is my version of `zmk,input-listener`...

You might be interested in checking out this module. https://github.com/badjeff/zmk-behavior-insomnia/

FWIW. https://github.com/badjeff/zmk-behavior-mouse-key-toggle/

You could try `CONFIG_COMPILER_OPT` to add back the macro derivatives guarded by `#if ZMK_BLE_IS_CENTRAL`. Or, appends CC FLAG via west build with `-D` ``` CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2 CONFIG_COMPILER_OPT="-DZMK_SPLIT_BLE_PERIPHERAL_COUNT=2" ```