summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1528-34/+34
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-155-11/+52
| |
* | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-1319-41/+41
| | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* | Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-1372-7130/+0
| |
* | Remove legacy keycodes, part 3 (#18669)Ryan2022-10-1111-23/+23
| | | | | | | | | | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* | Remove legacy keycodes, part 2 (#18660)Ryan2022-10-1014-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
* | Remove legacy international keycodes (#18588)Ryan2022-10-091-6/+6
| |
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-045-5/+10
| | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Remove remaining use of terminal keys and related comment labels (#18402)Johannes Löthberg2022-09-2944-103/+103
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-284-0/+215
|\|
| * [Keymap] Add rennerom planck layout (#17283)Max Renner2022-09-284-0/+215
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-234-9/+9
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-201-19/+21
|\|
| * [Keymap] Added Kyria keyboard to jimmysjolund (#18335)Jimmy Sjölund2022-09-191-19/+21
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-181-1/+1
|\|
| * Add home row modifiers to dshields keymaps. (#18376)Daniel Shields2022-09-181-1/+1
| |
* | Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)Ryan2022-09-063-3/+3
| |
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-281-2/+2
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-21149-174/+174
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-072-9/+4
|\
| * csc027/keymap-updates (#17881)csc0272022-08-072-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Reverted to most usable configuration for RDP usage. * Added some HSV color definitions without the value portion to allow using the existing value. * Switched to using HSV and HS color definitions. * Added media keys to the convenience layer. * Updated make rules to enable media keys. * Cleaned up planck make rules.
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-062-2/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-035-0/+492
|\|
| * Userspace: muppetjones (#1) (#13461)Stephen J Bush2022-08-035-0/+492
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Userspace: muppetjones (#1) Add and update lily58 to work with userspace Add and update kyria keymap to work with userspace Add and update planck keymap with userspace Add etchamouse code and docs to userpace Add userspace Update mouse encoder for smoother movement. Encoder + mouse Added casemodes by andrewjrae * Rollback lily58 state reader and add missing GPL * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> * fix lily58 keymap * Updates to user and lily for muppetjones. Updated parameters for etchamouse for smoother mouse movement. Updated lily keymap and userspace to actually work together. * Update keyboards/lily58/keymaps/muppetjones/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Updated keymaps and userspace * Little more cleanup. * Update keyboards/lily58/keymaps/muppetjones/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Rollback accidental libchibios update * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Update kyria keymap * Move kyria keymap to splitkb/kyria * Update planck keymap * Remove all changes to keyboards/lily58/lib/layer_state_reader.c * Update lily58 keymap * Recommended change * Update keymap readme * Update kyria keymap and userspace * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Renamed users/muppetjones/README.md to lc * Update keyboards/lily58/keymaps/muppetjones/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Remove full bootmagic config (#17702)Joel Challis2022-07-191-6/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-0211-0/+384
|\|
| * [Keymap] Add prog_qgmlwb keymap (#16890)David Kristoffersen2022-07-0211-0/+384
| |
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-07-024-74/+0
|\|
| * Userspace and keymap update for user bbaserdem. (#14484)Batuhan Baserdem2022-07-024-74/+0
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-197-11/+11
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-134-7/+31
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-103-0/+221
|\|
| * [Keymap] Add planck/scottzach1 keymap (#17083)Zac Scott2022-06-093-0/+221
| |
* | Removes terminal from QMK. (#17258)Nick Brassel2022-05-305-13/+9
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-153-4/+4
|
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-152-2/+2
|
* Add my planck layout (#13143)Abhinav2022-04-194-0/+312
| | | | | | | | | * Add my planck layout * Add copyright * Address requested changes * Fix dipswitch return type
* [Keymap] corne and planck keyboards keymaps (#15570)Anton2022-03-255-0/+515
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Planck Keymap: tomkonidas (#15869)Tom Konidas2022-03-154-0/+501
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-109-0/+1183
|\
| * [Keymap] submitting ariccb planck keymap (#16177)Aric Crosson Bouwers2022-02-099-0/+1183
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-071-17/+17
|\|
| * [Keymap] Updated Planck layout - jimmysjolund (#16245)Jimmy Sjölund2022-02-071-17/+17
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-062-1/+3
|\|
| * [Keyboard] oryx rules.mk rgblight (#16229)Boris Churzin2022-02-052-1/+3
| | | | | | Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-291-3/+3
|\|
| * [Keymap] Add media keys to default UT47.2 keymap (#15893)Alex Grover2022-01-291-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-124-0/+254
|\|
| * [Keymap] Planck Keymap: Inkwell (#14311)Kevin Hartley2022-01-124-0/+254
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-111-6/+15
|\|