summaryrefslogtreecommitdiff
path: root/keyboards/planck
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-03
|\
| * Userspace: muppetjones (#1) (#13461)Stephen J Bush2022-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-19
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-17
|\|
| * Planck swap hand matrix for rev6, fixing issue #17388 (#17389)Jens-Petter Sandvik2022-07-17
| | | | | | | | | | | | | | | | | | * Add correct hand_swap_config matrix for planck_rev6 and planck_rev6_drop * Make sure indentations are consistent * Make the rev6 hand_swap_config matrix the default, also correct for ez. * Move hand_swap_config matrix from planck.c to revision subdirectories
* | [Core] Use polled waiting on ChibiOS platforms that support it (#17607)Stefan Kerkmann2022-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-02
|\|
| * [Keymap] Add prog_qgmlwb keymap (#16890)David Kristoffersen2022-07-02
| |
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-07-02
|\|
| * Userspace and keymap update for user bbaserdem. (#14484)Batuhan Baserdem2022-07-02
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-19
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-13
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-10
|\|
| * [Keymap] Add planck/scottzach1 keymap (#17083)Zac Scott2022-06-09
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-03
|\|
| * Add Encoder Map Swap Hands config for boards that support both features (#17294)Drashna Jaelre2022-06-03
| |
* | Removes terminal from QMK. (#17258)Nick Brassel2022-05-30
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-15
|
* Rename keymap_extras headers for consistency (#16939)Ryan2022-05-15
|
* Add my planck layout (#13143)Abhinav2022-04-19
| | | | | | | | | * Add my planck layout * Add copyright * Address requested changes * Fix dipswitch return type
* [Keymap] corne and planck keyboards keymaps (#15570)Anton2022-03-25
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Planck Keymap: tomkonidas (#15869)Tom Konidas2022-03-15
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-15
| | | | (#16655)
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-10
|\
| * [Keymap] submitting ariccb planck keymap (#16177)Aric Crosson Bouwers2022-02-09
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-07
|\|
| * [Keymap] Updated Planck layout - jimmysjolund (#16245)Jimmy Sjölund2022-02-07
| | | | | | | | 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-06
|\|
| * [Keyboard] oryx rules.mk rgblight (#16229)Boris Churzin2022-02-05
| | | | | | Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-29
|\|
| * [Keymap] Add media keys to default UT47.2 keymap (#15893)Alex Grover2022-01-29
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-29
|\|
| * Planck/Preonic - Enable default encoder behaviour on configurator (#16104)Joel Challis2022-01-29
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-12
|\|
| * [Keymap] Planck Keymap: Inkwell (#14311)Kevin Hartley2022-01-12
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-11
|\|
| * [Keymap] AJP10304 layout, add Colemak-DHm layer (#15582)Alan Pocklington2022-01-10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-07
|\|
| * [Keymap] Add masoncowen planck keymap (#14353)Mason2022-01-06
| | | | | | Co-authored-by: Drashna Jael're <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-29
|\|
| * [Keyboard] Update to ZSA Keyboards (#15644)Drashna Jaelre2021-12-29
| |
* | Migrate serial_uart usages to UART driver (#15479)Ryan2021-12-15
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-09
|
* Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-07
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-01
|
* Remove deprecated defines from my keymaps (#15353)Mats Nilsson2021-11-30
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-24
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-20
|\
| * [Keymap] Initial simple keymap for ForeverAnApple (#14654)ForeverAnApple2021-11-19
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-15
| |