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

Add another secure string emitter to the keymap #5057

Merged
merged 2 commits into from
Feb 5, 2019
Merged

Add another secure string emitter to the keymap #5057

merged 2 commits into from
Feb 5, 2019

Conversation

rys
Copy link
Contributor

@rys rys commented Feb 5, 2019

Adds support for fetching another securely stored string from the macOS keychain, to emit in the firmware.

Description

Fetch another secure string in rules.mk using the security binary on macOS, and emit that with a new keycode in the safe range.

Fixes a tiny alignment foible in the makefile rules too. OCD.

I also wrote about the basic process and the threat model on my blog, here!

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

N/A

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. (https://docs.qmk.fm/#/contributing)
  • 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).

Copy link
Contributor

@mechmerlin mechmerlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@mechmerlin mechmerlin merged commit 9986c3d into qmk:master Feb 5, 2019
zer09 pushed a commit to zer09/qmk_firmware that referenced this pull request Feb 16, 2019
* Add another secure string emitter to the keymap

* Delete BACKLIGHT_ENABLE since it's default

Co-Authored-By: rys <[email protected]>
dlhextall pushed a commit to dlhextall/qmk_firmware that referenced this pull request May 24, 2019
* Add another secure string emitter to the keymap

* Delete BACKLIGHT_ENABLE since it's default

Co-Authored-By: rys <[email protected]>
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.

2 participants