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

Added pcurt854 keymap to Preonic keyboard #10911

Merged
merged 87 commits into from
Nov 25, 2020
Merged

Added pcurt854 keymap to Preonic keyboard #10911

merged 87 commits into from
Nov 25, 2020

Conversation

pcurt854
Copy link
Contributor

Description

Added keyboards/preonic/keymaps/pcurt854 sub directory with my keymaps.

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

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • 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).

Sorry, something went wrong.

pcurt854 and others added 25 commits November 9, 2020 14:29

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Used qmk new-keymap to copy the default keymap and created
keyboards/preonic/keymaps/pcurt854/

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mainly layer 0, with high-level description of layers 3 to 5.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change the left, right, and bottom row for Qwwerty, Colemak, and Dvorak
in keymap.c

Enabled sound in rules.mk

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added more details about Layer 3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
+ pLus
- miNus
= eQual

& aMpersand
| pIpe

@ At
\ Backslash
^ Circumflex
$ Dollar
! Exclamation
Hash
% Percent
* Star
_ Underscore

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added Layer 1 and Layer 2 description

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
The main components are

* Numpad with +-*/^% around it
* Brackets <>()[]{}
* Some mouse keys
* Home/End/PaUp/PgDn in place of the arrow keys

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added more details about Layer 3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
+ pLus
- miNus
= eQual

& aMpersand
| pIpe

@ At
\ Backslash
^ Circumflex
$ Dollar
! Exclamation
Hash
% Percent
* Star
_ Underscore

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added more details on layer 4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…nto pcurt854

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
And changed the number required to 2
@pcurt854 pcurt854 requested a review from drashna November 17, 2020 22:18
pcurt854 and others added 6 commits November 18, 2020 00:50

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
to save a keystroke coming back to base layer
to reflect the code
and moved RESET to the right edge
@drashna drashna requested a review from a team November 20, 2020 03:55
pcurt854 and others added 2 commits November 20, 2020 00:20
after consolidated the numbers onto Layer 3, and moved the brackets onto Layer 6
pcurt854 and others added 8 commits November 20, 2020 09:04
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 Erovia merged commit f98e983 into qmk:master Nov 25, 2020
@pcurt854 pcurt854 deleted the pcurt854 branch November 26, 2020 07:35
xgnxs pushed a commit to xgnxs/qmk_firmware that referenced this pull request Jan 9, 2021
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

4 participants