Seth Milliken

Results 5 issues of Seth Milliken

In the help file, the examples for `@sum` make use of a function `@fixed`, but that function is not documented. What does this function do?

question

The Help -> Macfusion Support menu item attempts to open this page: http://macfusionapp.org/support.html which is not available.

I would like to be able to use multiple words in `taball` searches as I can do already with `tabopen`. However, as soon as I type a space after the...

In a macro, `` does not wait for `&sl` to release before continuing with the rest of the macro. Given this configuration: ```c macro_sl_test: macro_sl_test { compatible = "zmk,behavior-macro"; #binding-cells...

- disable i2c to prevent compilation error (cf. https://github.com/zmkfirmware/zmk/blob/main/app/boards/shields/nice_view_adapter/boards/nice_nano_v2.overlay#L33) ``` ... static assertion failed: "Only one of the following peripherals can be enabled: SPI0, SPIM0, SPIS0, TWI0, TWIM0, TWIS0. Check...