Skip to content
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

updating osx_whiskey_tango_foxtrot_capslock to use process_record_user #16715

Merged

Conversation

nathanejohnson
Copy link
Contributor

Description

The osx_whiskey_tango_foxtrot_capslock layout for ergodox initially handled faking the caps lock keypress because of macOS's delay on caps key presses. This functionality was previously implemented as an action_get_macro , and since that functionality seems to be deprecated / removed this functionality was lost in the shuffle. This is an attempt to re-implement the same functionality with a process_record_user instead. I have tested this on an original OG ergodox (massdrop kit) and seems to work pretty well.

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

  • Restore caps lock fakery

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@nathanejohnson nathanejohnson force-pushed the osx_whiskey_tango_foxtrot_capslock branch 3 times, most recently from dee5b7b to 4c2522f Compare March 23, 2022 20:50
…process_record_user

Also updating to actually do bootloader on layer 3
@nathanejohnson nathanejohnson force-pushed the osx_whiskey_tango_foxtrot_capslock branch from 4c2522f to b888f44 Compare March 23, 2022 21:41
@drashna drashna requested a review from a team March 24, 2022 00:04
@drashna drashna merged commit 980a1b0 into qmk:master Mar 24, 2022
0xcharly pushed a commit to Bastardkb/bastardkb-qmk that referenced this pull request Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants