-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
add missing physical layout options and VIA support for Sesame #10471
Conversation
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.
I'm not keen on the fact that the macro that was LAYOUT
layout is now LAYOUT_split_rshift
, and a new LAYOUT
is in its place. This breaks keymaps for any users who have their source out of tree (a local qmk_firmware
fork without their keymap tracked by Git) or uses QMK Configurator.
If the new LAYOUT
were to be renamed, and a #define LAYOUT LAYOUT_split_rshift
added, I'd be okay with that.
This is an open source project keyboard that I designed and it was never publicly sold since it is still under development. So I don't think that this is in any way relevant for this keyboard. |
Co-authored-by: Ryan <fauxpark@gmail.com>
After talking with a few of the "early adopters" of the board I decided to make the split right shift the standard layout again. |
Thanks! |
…0471) * add missing physical layout options and VIA support for Sesame * Apply suggestions from code review * make split rshift standard again
* upstream/master: (48 commits) [Keymap] idobo:egstad (qmk#10783) Adding few Korean translated files (qmk#5895) [Keyboard] Keebwerk MEGA Initial commit (qmk#10777) Indicator LEDs as config (qmk#10816) add missing physical layout options and VIA support for Sesame (qmk#10471) [Keyboard] Fix unused variables in mschwingen modelm (qmk#10811) Add big spacebar defaults to Underscore33 (qmk#10731) Add qmk info -l to show the layouts too (qmk#10882) New command: qmk lint (qmk#10761) Updates to Talljoe's Keymaps (qmk#10115) [Keymap] bcat keymaps and userspace (qmk#10705) add dp60 indicator mode (qmk#8801) E85 backlight & LED indicator updates (qmk#10678) Add support for 4 IS31FL3731 devices (qmk#10860) [Keymap] add brandonschlack userspace and keymaps (qmk#10411) [Keymap] add ai03/polaris:mekberg (qmk#10508) CLI: Add `qmk clean` (qmk#10785) Adds support for XD84 Pro (qmk#9750) Freyr refactor (qmk#10833) KC60 refactor (qmk#10834) ...
Description
Added the missing physical layout options and added VIA support for the Sesame Alice keyboard
Types of Changes
Checklist