summaryrefslogtreecommitdiffstats
path: root/keyboards/planck
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-031-0/+3
|\|
| * Add Encoder Map Swap Hands config for boards that support both features (#17294)Drashna Jaelre2022-06-031-0/+3
| |
* | 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
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-154-9/+0
| | | | (#16655)
* 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-291-0/+20
|\|
| * Planck/Preonic - Enable default encoder behaviour on configurator (#16104)Joel Challis2022-01-291-0/+20
| |
* | 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
|\|
| * [Keymap] AJP10304 layout, add Colemak-DHm layer (#15582)Alan Pocklington2022-01-101-6/+15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-073-0/+106
|\|
| * [Keymap] Add masoncowen planck keymap (#14353)Mason2022-01-063-0/+106
| | | | | | Co-authored-by: Drashna Jael're <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-293-18/+14
|\|
| * [Keyboard] Update to ZSA Keyboards (#15644)Drashna Jaelre2021-12-293-18/+14
| |
* | Migrate serial_uart usages to UART driver (#15479)Ryan2021-12-151-11/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate Thermal Printer feature to UART driver * Migrate 40percentclub UT47 to UART driver * Migrate Centromere to UART driver * Migrate Chimera Ergo to UART driver * Migrate Chimera Let's Split to UART driver * Migrate Chimera Ortho to UART driver * Migrate Chimera Ortho Plus to UART driver * Migrate Comet46 to UART driver * Migrate Palm USB converter to UART driver * Migrate Sun USB converter to UART driver * Migrate Dichotomy to UART driver * Migrate Honeycomb to UART driver * Migrate Mitosis to UART driver * Migrate Redox W to UART driver * Migrate Uni660 to UART driver * Migrate Telophase to UART driver
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-0910-12/+10
|
* Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-079-39/+8
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-0110-28/+0
|
* Remove deprecated defines from my keymaps (#15353)Mats Nilsson2021-11-301-3/+3
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-242-2/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-204-0/+464
|\
| * [Keymap] Initial simple keymap for ForeverAnApple (#14654)ForeverAnApple2021-11-194-0/+464
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-153-46/+143
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-111-1/+13
|\|
| * [Keymap] Adding keymap for BDN9 and Planck (#15067)Gustavs Gūtmanis2021-11-101-1/+13
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-054-0/+369
|\|
| * My Personal Keymaps for the Planck and melody96 (#12672)devilzmods2021-11-054-0/+369
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * my planck keymap * my planck keymap * minor changes * Added personalized, VIA compatible keymap to the Melody96 * lighting layers added and keymap tweaked * added basic descriptions * added basic descriptions * added basic descriptions * added basic descriptions * hopefully removed personal change to .gitignore * restored .gitignore from my master * restored .gitignore from my master * requested changes and minor functionality tweaks * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-0513-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
* | Remove complex `fn_actions` macros (#14662)Ryan2021-11-011-2/+2
| | | | | | | | | | * Remove complex `fn_actions` macros * Remove additional `KC_FN*` instances