-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Keymap] Drashna split transport improvement #13905
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drashna
force-pushed
the
drashna_keymaps
branch
from
August 6, 2021 21:21
231d264
to
eafc155
Compare
fauxpark
approved these changes
Aug 7, 2021
cadusk
pushed a commit
to cadusk/qmk_firmware
that referenced
this pull request
Aug 9, 2021
* qmk/develop: (175 commits) Add support for STM32F407x MCUs. (qmk#13718) [Keyboard] Add Pancake v2 (qmk#13839) [Keyboard] Added CapsLED and ScrollLock LEDs (qmk#13837) [Keymap] Drashna split transport improvement (qmk#13905) [Keyboard] a1200 converter minor changes (qmk#13848) [Keyboard] Gorthage Truck - New PCB (qmk#13909) [Keyboard] Clean up lfkpad and add keymap (qmk#13881) [Keyboard] Adding my Nyquist keymap (qmk#13858) [Keyboard] Fix matrix_output_unselect_delay for handwired/xealousbrown (qmk#13913) [Keyboard] fixes for KBD67 rev2 (qmk#13906) Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines Part 2 (qmk#13912) Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (qmk#11842) Remove Full Bootmagic (qmk#13846) [Keyboard] Added 67mk_E PCB (qmk#13869) [Keyboard] Modify key drive pins for mojo68 (qmk#13863) [Keyboard] Use new matrix_output_select_delay api (qmk#13861) [Keyboard] add handwired/oem_ansi_fullsize (qmk#13857) [Keymap] JackKenney's keymap for GMMK Pro (qmk#13853) [Keyboard] Fix oled_task_user for chocolatebar (qmk#13911) clean up CRLF instances (qmk#13910) ...
nhongooi
pushed a commit
to nhongooi/qmk_firmware
that referenced
this pull request
Dec 5, 2021
* Fix up split stuff * Fix Split perf issues * Allow LTO to be disabled * Fixup WPM and encoders * Fixup qmk keys per scan * Add bootloader info * Change encoder pins * Fixup corne oled code * Expand transport sync * Improve user transport * Cleanup mouse processing at keymap level * Improve layer checking for mouse layering
BorisTestov
pushed a commit
to BorisTestov/qmk_firmware
that referenced
this pull request
May 23, 2024
* Fix up split stuff * Fix Split perf issues * Allow LTO to be disabled * Fixup WPM and encoders * Fixup qmk keys per scan * Add bootloader info * Change encoder pins * Fixup corne oled code * Expand transport sync * Improve user transport * Cleanup mouse processing at keymap level * Improve layer checking for mouse layering
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Mostly improvements to my split transport code, as well as oled code. Information on OLED is "static", eg, not swapped when swapping which side the USB is plugged into.
Most likely won't make it to the august merge, but /shrug
Types of Changes
Checklist