-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Rotary numpad #21744
Rotary numpad #21744
Conversation
an initial commit which setups up the initial configurations such as the mcu and pinlayout.
sets up the three rotary encoders and assigns some functions to them.
* removed config.h * changed pic url * changed proc + bl to dev board * renamed LAYOUT_numpad_6x4 to LAYOUT_dense_6x4
05c0d4f
to
22f77b7
Compare
@RABijl |
* also updated readme with new diagram
Thanks for all the feedback, I've applied the changes to layout and made use of encoder mapping. |
Co-authored-by: Duncan Sutherland <[email protected]>
4aecc6b
to
d49b579
Compare
I've applied the suggested changes |
I've changed this pr to a draft in order to not diverge attention while I address the issues and go over the guidelines again. |
* keyboard is now under keyboards/handwired/rabijl/rotary_numpad * encoder mapping is now enabled per keymap * add bootmagic reboot instruction * update readme for new location * update keymatrix in readme
more smooth usage and removes chatter
4575f21
to
f785f4f
Compare
I've moved the files to the handwired dir and applied suggestions. |
keyboards/handwired/rabijl/rotary_numpad/keymaps/default/keymap.c
Outdated
Show resolved
Hide resolved
keyboards/handwired/rabijl/rotary_numpad/keymaps/default/config.h
Outdated
Show resolved
Hide resolved
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Duncan Sutherland <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Duncan Sutherland <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Duncan Sutherland <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Duncan Sutherland <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]>
Description
Contributing my personal numpad project to the repo
Types of Changes
Issues Fixed or Closed by This PR
Checklist