Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-30 | Removes terminal from QMK. (#17258) | Nick Brassel | |
2022-05-15 | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | |
2021-12-14 | Remove unnecessary backslash-escapes in default keymaps (#15472) | Ryan | |
* Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps | |||
2021-10-14 | contra, fractal: Remove wrongly copypasted pin E6 manipulation code (#14818) | Sergey Vlasov | |
Apparently the default keymaps for `contra` and `fractal` were derived from some `planck` keymap which contained code to control the status LED in the implementation of the `BACKLIT` custom keycode. Unfortunately, the code to control the LED manipulated the `E6` pin directly, and it was copied without changes, but the `contra` and `fractal` boards use the `E6` pin in the matrix, therefore pressing the key mapped to `BACKLIT` resulted in phantom keypresses for all keys in the corresponding column. | |||
2018-07-21 | Keyboard: Added support for the Fractal keyboard (#3457) | Merlin04 | |
* Added support for the Fractal keyboard * Try to fix the issue * Add support for the Fractal keyboard. * Fix errors with files |