-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev branch #3
Dev branch #3
Conversation
…andwired\Dactyl-Manuform\5x7.
Updated the _NUM layer to use top row numbers rather than the num pad - because I have no need for NUM lock and the alternate uses of the num pad. Now I have the option of learning to use symbols by shifting in my _NUM layer and moving to another build one day without a number row. Maybe.
Really annoying to have that many files and folders to sift through. Don't need them in my fork.
Several iterations on my keymap. Will probably just focus on "current" from here out, maybe another dated version if I do something drastic.
Added --update option to json2c - allows you to update only the keymaps array definition in an existing keymap.c, so you don't have to copy/paste all the layer name enums, oled features, etc. every time you just want to change a key. Tested only in QMK MSYS.
This reverts commit c341903.
Added comments to json2c after adding the --update feature, in preparation for a pull request.
Splits aren't recognizing each other... not sure why.
Updated encoder and keymap. Keymap shift and backspace sharing a key became obnoxious. Too hard to reliably and quickly transition between backspace and a shifted key. So I made that key dedicated to shift. And for backspace, I now use counterclockwise rotation of the left encoder. If I turn it right first, it still does super alt tab. Pretty nice balance I say. And to take it one step further, if I use counterclockwise/backspace first, I applied the same principle as super-alt-tab to make clockwise rotation within the timer window function as undo :-)
Mostly just moved custom up a level. Also moved more config into info.json from config.h.
Minor keymap tweak as I test mouse buttons, cleaned up some unused macros too.
…nfig.h modified: keyboards/handwired/dactyl_manuform/phil_rev2_blackpill/keymaps/main/keymap.c modified: keyboards/handwired/dactyl_manuform/phil_rev2_blackpill/mcuconf.h modified: keyboards/handwired/dactyl_manuform/phil_rev2_blackpill/rules.mk
* Stable State for mom's keyboard using 3389. * One last thing...
Thank you for your contribution! |
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist