summaryrefslogtreecommitdiffstats
path: root/keyboards/fractal/keymaps/default/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Update use of legacy keycodes (#19120)Joel Challis2022-11-221-3/+3
|
* Remove legacy Debug keycode (#18769)Ryan2022-10-191-1/+1
| | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* Removes terminal from QMK. (#17258)Nick Brassel2022-05-301-1/+1
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-1/+1
|
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-36/+36
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* contra, fractal: Remove wrongly copypasted pin E6 manipulation code (#14818)Sergey Vlasov2021-10-141-2/+0
| | | | | | | | | | 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.
* Keyboard: Added support for the Fractal keyboard (#3457)Merlin042018-07-211-0/+225
* Added support for the Fractal keyboard * Try to fix the issue * Add support for the Fractal keyboard. * Fix errors with files