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

Rework my Crkbd and Lily58 modifier keys #9692

Merged
merged 6 commits into from
Jul 10, 2020
Merged

Rework my Crkbd and Lily58 modifier keys #9692

merged 6 commits into from
Jul 10, 2020

Conversation

bcat
Copy link
Contributor

@bcat bcat commented Jul 9, 2020

Description

I started out by splitting my Crkbd's Ctrl/Esc mod-tap key into two separate keys and just, well, spiraled from there.

Incidentally, I also removed SPLIT_USB_DETECT from my Lily58 since I've switched it to controllers with working VUSB detection, and I re-enabled MOUSEKEY_ENABLE because otherwise media keys don't work on Chrome OS. (I'm still not sure if this is a Chrome OS bug or a QMK one.)

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

None

Checklist

  • My code follows the code style of this project.
  • 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).

bcat added 5 commits July 7, 2020 12:48
I'm not sure if there's a bug in Chrome OS, QMK, or both, but
EXTRAKEY_ENABLE isn't sufficient for media keys to work on Chrome OS.
Instead, MOUSEKEY_ENABLE is also required.
I've since swapped my Lily58 back to Elite-C v2 controllers with working
VBUS detection.
@zvecr zvecr added the keymap label Jul 9, 2020
@zvecr zvecr requested a review from a team July 9, 2020 23:35
@zvecr zvecr merged commit 027570a into qmk:master Jul 10, 2020
@zvecr
Copy link
Member

zvecr commented Jul 10, 2020

Thanks!

@bcat bcat deleted the bcat_keebs branch July 10, 2020 22:09
BorisTestov pushed a commit to BorisTestov/qmk_firmware that referenced this pull request May 23, 2024
* Re-enable mouse keys to fix Chrome OS media keys

I'm not sure if there's a bug in Chrome OS, QMK, or both, but
EXTRAKEY_ENABLE isn't sufficient for media keys to work on Chrome OS.
Instead, MOUSEKEY_ENABLE is also required.

* Remove unnecessary SPLIT_USB_DETECT for Lily58

I've since swapped my Lily58 back to Elite-C v2 controllers with working
VBUS detection.

* Move Crkbd Esc and Ctrl keys; add some shortcuts

* Move MC_ALTT to userspace for cross-board support

* Sync Lily58 keymap with Crkbd

* Fix typos
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