-
-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Added my Prime_O Layout #4811
Added my Prime_O Layout #4811
Conversation
#define ECTL LCTL_T(KC_ESC) | ||
#define ALLM ALL_T(KC_MINS) | ||
#define SCLS LT(3, KC_SCLN) | ||
#define ______ KC_TRNS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you use 7 spaces instead of 6, you won't need to define this as including QMK_KEYBOARD_H
already defines it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be updated! Thanks!
Merging this in now. Just a one last note. I noticed you're using your master branch to submit the changes. I would recommend creating a different branch off of master, making your changes there, and submitting through that branch. If on your next QMK submission you continue editing your master branch, you'll run into some issues. Here's a quick summary of some Git basics: http://rogerdudler.github.io/git-guide/ |
* initial prime_o commit * Cleaned up comments, other things. * Update bakingpy 4x12 keymap and add test mode for debugging/development (qmk#4810) * Keymap: ave-63's iris layout (qmk#4812) * Updated keymap to use standard seven-underscore KC_TRNS notation * initial prime_o commit * Cleaned up comments, other things. * Updated keymap to use standard seven-underscore KC_TRNS notation
* initial prime_o commit * Cleaned up comments, other things. * Update bakingpy 4x12 keymap and add test mode for debugging/development (qmk#4810) * Keymap: ave-63's iris layout (qmk#4812) * Updated keymap to use standard seven-underscore KC_TRNS notation * initial prime_o commit * Cleaned up comments, other things. * Updated keymap to use standard seven-underscore KC_TRNS notation
* initial prime_o commit * Cleaned up comments, other things. * Update bakingpy 4x12 keymap and add test mode for debugging/development (qmk#4810) * Keymap: ave-63's iris layout (qmk#4812) * Updated keymap to use standard seven-underscore KC_TRNS notation * initial prime_o commit * Cleaned up comments, other things. * Updated keymap to use standard seven-underscore KC_TRNS notation
Description
Just adding in my personal keymap for the Prime_O.
Types of changes
Issues Fixed or Closed by this PR
Checklist: