summaryrefslogtreecommitdiff
path: root/keyboards/planck
AgeCommit message (Collapse)Author
2022-07-11[Core] Use polled waiting on ChibiOS platforms that support it (#17607)Stefan Kerkmann
* Use polled waiting on platforms that support it Due to context switching overhead waiting a very short amount of time on a sleeping thread is often not accurate and in fact not usable for timing critical usage i.e. in a driver. Thus we use polled waiting for ranges in the us range on platforms that support it instead. The fallback is the thread sleeping mechanism. This includes: * ARM platforms with CYCCNT register (ARMv7, ARMv8) this is incremented at CPU clock frequency * GD32VF103 RISC-V port with CSR_MCYCLE register this is incremented at CPU clock frequency * RP2040 ARMv6 port which uses the integrated timer peripheral which is incremented with a fixed 1MHz frequency * Use wait_us() instead of chSysPolledDelayX ...as it is powered by busy waiting now. * Add chibios waiting methods test bench
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02[Keymap] Add prog_qgmlwb keymap (#16890)David Kristoffersen
2022-07-02Merge remote-tracking branch 'upstream/master' into developNick Brassel
2022-07-02Userspace and keymap update for user bbaserdem. (#14484)Batuhan Baserdem
2022-06-19Make default layer size 16-bit (#15286)Drashna Jaelre
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2022-06-13tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen
2022-06-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-09[Keymap] Add planck/scottzach1 keymap (#17083)Zac Scott
2022-06-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-03Add Encoder Map Swap Hands config for boards that support both features (#17294)Drashna Jaelre
2022-05-30Removes terminal from QMK. (#17258)Nick Brassel
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2022-05-15Rename keymap_extras headers for consistency (#16939)Ryan
2022-04-19Add my planck layout (#13143)Abhinav
* Add my planck layout * Add copyright * Address requested changes * Fix dipswitch return type
2022-03-25[Keymap] corne and planck keyboards keymaps (#15570)Anton
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-03-15[Keymap] Planck Keymap: tomkonidas (#15869)Tom Konidas
2022-03-15Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan
(#16655)
2022-02-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-09[Keymap] submitting ariccb planck keymap (#16177)Aric Crosson Bouwers
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-02-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-07[Keymap] Updated Planck layout - jimmysjolund (#16245)Jimmy Sjölund
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-02-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-05[Keyboard] oryx rules.mk rgblight (#16229)Boris Churzin
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
2022-01-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-29[Keymap] Add media keys to default UT47.2 keymap (#15893)Alex Grover
2022-01-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-29Planck/Preonic - Enable default encoder behaviour on configurator (#16104)Joel Challis
2022-01-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-12[Keymap] Planck Keymap: Inkwell (#14311)Kevin Hartley
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-01-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-10[Keymap] AJP10304 layout, add Colemak-DHm layer (#15582)Alan Pocklington
2022-01-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-06[Keymap] Add masoncowen planck keymap (#14353)Mason
Co-authored-by: Drashna Jael're <drashna@live.com>
2021-12-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-29[Keyboard] Update to ZSA Keyboards (#15644)Drashna Jaelre
2021-12-15Migrate serial_uart usages to UART driver (#15479)Ryan
* 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
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan
2021-12-07Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan
2021-11-30Remove deprecated defines from my keymaps (#15353)Mats Nilsson
2021-11-24Remove use of __flash due to LTO issues (#15268)Joel Challis
2021-11-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-11-19[Keymap] Initial simple keymap for ForeverAnApple (#14654)ForeverAnApple
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-15Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre
2021-11-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-11-10[Keymap] Adding keymap for BDN9 and Planck (#15067)Gustavs Gūtmanis
2021-11-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-11-05My Personal Keymaps for the Planck and melody96 (#12672)devilzmods
* 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>
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young
* 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.