-
-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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 pcurt854 keymap to Preonic keyboard #10911
Merged
Merged
+637
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Used qmk new-keymap to copy the default keymap and created keyboards/preonic/keymaps/pcurt854/
Mainly layer 0, with high-level description of layers 3 to 5.
Change the left, right, and bottom row for Qwwerty, Colemak, and Dvorak in keymap.c Enabled sound in rules.mk
1. Removed muse stuff 2. Renamed _LOWER to _NUMPAD, _RAISE to _SYMBOL 3. Removed LOWER and RAISE because we are using 3 keys for 3 layers, and there is no need for tri-state manipulation, for now
Added Layer 1 and Layer 2 description
The main components are * Numpad with +-*/^% around it * Brackets <>()[]{} * Some mouse keys * Home/End/PaUp/PgDn in place of the arrow keys
Added more details about Layer 3
+ pLus - miNus = eQual & aMpersand | pIpe @ At \ Backslash ^ Circumflex $ Dollar ! Exclamation Hash % Percent * Star _ Underscore
Added more details on layer 4
Common to all Preonic users: Switching between Qwerty, Colemak, and Dvorak Reset to put the board in DFU mode for flash Underglow RGB controls Win/Mac volume controls
Used qmk new-keymap to copy the default keymap and created keyboards/preonic/keymaps/pcurt854/
Mainly layer 0, with high-level description of layers 3 to 5.
Change the left, right, and bottom row for Qwwerty, Colemak, and Dvorak in keymap.c Enabled sound in rules.mk
1. Removed muse stuff 2. Renamed _LOWER to _NUMPAD, _RAISE to _SYMBOL 3. Removed LOWER and RAISE because we are using 3 keys for 3 layers, and there is no need for tri-state manipulation, for now
Added Layer 1 and Layer 2 description
The main components are * Numpad with +-*/^% around it * Brackets <>()[]{} * Some mouse keys * Home/End/PaUp/PgDn in place of the arrow keys
Added more details about Layer 3
+ pLus - miNus = eQual & aMpersand | pIpe @ At \ Backslash ^ Circumflex $ Dollar ! Exclamation Hash % Percent * Star _ Underscore
Added more details on layer 4
Common to all Preonic users: Switching between Qwerty, Colemak, and Dvorak Reset to put the board in DFU mode for flash Underglow RGB controls Win/Mac volume controls
And changed the number required to 2
to save a keystroke coming back to base layer
to reflect the code
and moved RESET to the right edge
in addition to Layer 3
drashna
approved these changes
Nov 20, 2020
and renamed Layer 6 to _BRACKET
after consolidated the numbers onto Layer 3, and moved the brackets onto Layer 6
fauxpark
approved these changes
Nov 20, 2020
moved the Adjust layer to the top, where it belongs
Well, the last row of our Dvorak is shifted compared with that in Wikipedia to accommodate the arrow cluster.
and removed unnecessary transparencies so each of the layers 4 to 6 can only toggle off self but not going to other layers
Erovia
approved these changes
Nov 25, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added keyboards/preonic/keymaps/pcurt854 sub directory with my keymaps.
Types of Changes
Issues Fixed or Closed by This PR
Checklist