Skip to content

reform2-keyboard-fw: move the number of cycles to wait for debouncing into a preprocessor define

this does not change the default but makes it easier to change the debounce level by choosing a number between 1 and 8 for DEBOUNCE_BITS instead of having to manually figure out 0x3, 0x7, 0xf and so on

Merge request reports