-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
GeonWorks Frog Mini Hotswap Layout Rework #18305
Merged
Merged
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
Move position `K5D` (right half of Split Backspace) to the end of the top row.
noroadsleft
added
enhancement
keyboard
keymap
via
Adds via keymap and/or updates keyboard for via support
labels
Sep 7, 2022
fauxpark
approved these changes
Sep 7, 2022
cc @Gondolindrim (keyboard maintainer) |
zvecr
approved these changes
Sep 7, 2022
csrazvan
added a commit
to csrazvan/qmk_firmware
that referenced
this pull request
Sep 8, 2022
* upstream/master: (451 commits) Add Iris Rev. 6b (qmk#18307) GeonWorks Frog Mini Hotswap Layout Rework (qmk#18305) Update Iris VIA configuration (qmk#18306) [Keyboard] Wearhaus66 correct matrix (qmk#18284) enable RGB matrix effects for drop ctrl (qmk#18291) [Keymap] removed else in numlock led if statement (qmk#18304) added a new kprepublic/bm40hsrgb keymap called dan (qmk#18301) Delete my keymaps (qmk#18302) keymaps/stapelberg: keypad layer for multimedia keys, wake on escape (qmk#18295) Fungo rev1: fix QMK Configurator key sequence (qmk#18293) Discourage use of ENCODER_MAP at keyboard level (qmk#18286) Mars 6.5 Layout Additions (qmk#18282) Remove use of legacy keycode (qmk#18281) EU ISOlation: fix QMK Configurator key sequence (qmk#18272) Fix compilation error for GH60 satan HHKB 7u layout (qmk#18250) dyz60_hs Layout Additions (qmk#18261) Fix a couple of boards still using `usb.device_ver` (qmk#18258) Clean up data driven mappings syntax (qmk#18257) [Docs] Update 'Process Record' according to the code (qmk#18209) [Keyboard] RS60 Rev2 change to eeprom emulation (qmk#18201) ...
ramonimbao
pushed a commit
to ramonimbao/qmk_firmware
that referenced
this pull request
Nov 28, 2022
* fmh.h: add matrix diagram * info.json: apply friendly formatting * physically arrange LAYOUT_all macro Move position `K5D` (right half of Split Backspace) to the end of the top row. * rename LAYOUT_all to LAYOUT_60_tsangan_hhkb * add LAYOUT_60_ansi_tsangan * add LAYOUT_60_hhkb * add LAYOUT_60_ansi_wkl * add LAYOUT_60_ansi_wkl_split_bs_rshift * enable Community Layouts support
nolanseaton
pushed a commit
to nolanseaton/qmk_firmware
that referenced
this pull request
Jan 23, 2023
* fmh.h: add matrix diagram * info.json: apply friendly formatting * physically arrange LAYOUT_all macro Move position `K5D` (right half of Split Backspace) to the end of the top row. * rename LAYOUT_all to LAYOUT_60_tsangan_hhkb * add LAYOUT_60_ansi_tsangan * add LAYOUT_60_hhkb * add LAYOUT_60_ansi_wkl * add LAYOUT_60_ansi_wkl_split_bs_rshift * enable Community Layouts support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
LAYOUT_all
macro and keymapsWith this change, the keycode for the right half of a Split Backspace is now at the end of the top row, instead of at the end of the bottom row.
LAYOUT_all
toLAYOUT_60_tsangan_hhkb
LAYOUT_60_ansi_tsangan
,LAYOUT_60_hhkb
,LAYOUT_60_ansi_wkl
andLAYOUT_60_ansi_wkl_split_bs_rshift
macrosTypes of Changes
Checklist