0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-01-16 06:39:25 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Joel Challis
3b11e98215
Update use of legacy keycodes () 2022-11-22 22:07:47 +11:00
Ryan
18dc851e37
Remove legacy Debug keycode ()
* `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
2022-10-19 11:33:05 +01:00
Ryan
5e4b076af3
Remove legacy keycodes, part 5 ()
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
2022-10-15 22:29:43 +01:00
Johannes Löthberg
d412dc61ee
Remove remaining use of terminal keys and related comment labels () 2022-09-29 20:42:42 -07:00
Joel Challis
bbc3bc55f2
RESET -> QK_BOOT user keymaps () 2022-08-21 23:55:30 +01:00
Drashna Jaelre
b8a1e14f53
Remove deprecated callbacks for encoders and dip switches () 2021-07-24 00:37:19 -07:00
Drashna Jaelre
a0fed0ea17
Convert Encoder callbacks to be boolean functions ()
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2021-05-21 23:17:32 -07:00
Ryan
c1b2e87e89
Remove MIDI_ENABLE_STRICT from user keymaps () 2021-02-06 09:35:10 +11:00
Eshan
beace23bca
[Keymap] Adding my Planck Keymap ()
* Adding keymap files

* Added compatible license header to config file

* Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
2021-01-10 22:38:06 -08:00