Age | Commit message (Collapse) | Author |
|
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Alin Marin Elena <alin@elena.space>
|
|
|
|
* add 60_(ansi|iso)_tsangan_split_bs_shift layouts
* shift to rshift
* remove 60_ansi_tsangan_split_bs_rshift
* Update layouts/default/60_iso_tsangan_split_bs_rshift/info.json
|
|
|
|
* add 60_(ansi|iso)_tsangan_wkl* layouts
* Update keymap.c
* `tsangan_wkl` to `wkl`
* update info.json
* split backspace changes
* Apply suggestions from code review
|
|
|
|
This reverts commit af2d6ea128f684691432e2a209cfa11a63f77422.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Wolf <contact@vwolf.be>
|
|
|
|
|
|
|
|
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
|
|
|
|
* update 65_ansi community layout keymap
- add license header
- add function layer
* update 65_ansi_blocker community layout keymap
- add license header
- add function layer
* update 65_ansi_blocker_split_bs community layout keymap
- add license header
- add function layer
* update 65_ansi_blocker_tsangan community layout keymap
- add license header
- add function layer
- remove trailing spaces in keymap readme
* add 65_ansi_blocker_tsangan_split_bs community layout keymap
* update 65_ansi_split_bs community layout keymap
- add license header
- add function layer
* update 65_iso community layout keymap
- add license header
- add function layer
- fix layout box drawing on Community Layout readme
* update 65_iso_blocker community layout keymap
- add license header
- add function layer
- fix layout box drawing on Community Layout readme
* update 65_iso_blocker_split_bs community layout keymap
- add license header
- add function layer
- fix layout box drawing on Community Layout readme
* add 65_iso_blocker_tsangan community layout keymap
* add 65_iso_blocker_tsangan_split_bs community layout keymap
* update 65_iso_split_bs community layout keymap
- add license header
- add function layer
- fix layout box drawing on Community Layout readme
|
|
|
|
|
|
* add tkl_f13_ansi_split_bs_rshift Community Layout
* add tkl_f13_ansi_tsangan_split_bs_rshift Community Layout
* add tkl_f13_iso_split_bs_rshift Community Layout
* add tkl_f13_iso_tsangan_split_bs_rshift Community Layout
|
|
Fix the layout macro reference in the `keymap.c` file, which caused this keymap to not be able to be compiled.
|
|
|
|
|
|
|
|
* add tkl_f13_ansi Community Layout
* add tkl_f13_ansi_tsangan Community Layout
* add tkl_f13_iso Community Layout
* add tkl_f13_iso_tsangan Community Layout
* add missing layout diagrams to readme.md
* fix layout macro references in info.json files
* add tkl_nofrow_iso Community Layout
* enable Community Layout support: dyz/dyz_tkl
* enable Community Layout support: kopibeng/mnk88
* enable Community Layout support: mechlovin/infinity88
* enable Community Layout support: tgr/jane/v2ce
* tgr/jane/v2ce: rename/add layouts
The ANSI Tsangan and ISO Tsangan layout macros did not note that Split Right Shift was supported. This commit notes the Split Right Shift in the macro name, and adds Tsangan layouts without Split Right Shift for ANSI and ISO, which fixes the Community Layout support.
|
|
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Suschman <suschman@gmail.com>
|
|
|
|
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
* Add 60_ansi_arrow_split_bs_7u_spc layout & keymap
* Update readme.md
* Minor updates
* Update dz60.h
* Update keymap.c
* Update readme.md
* Update keymap.c
* Update readme.md
* Update readme.md
* Update keymap.c
* Update layouts/default/60_ansi_arrow_split_bs_7u_spc/layout.json
* Update keymap.c
* Update readme.md
|
|
|
|
* Add LAYOUT_alice support: fallacy
* Add LAYOUT_alice support: kb_elmo/sesame
* Add LAYOUT_alice support: cheshire/curiosity
* Add LAYOUT_alice support: evyd13/wonderland
* Add LAYOUT_alice support: mechlovin/adelais
* Update LAYOUT_alice support: projectkb/alice
The PR that added Alice community layout support for the projectkb/alice/rev2 simultaneously broke support for every other keyboard that supported LAYOUT_alice.
This commit partially reverts the offending PR. `LAYOUT_alice` for the projectkb/alice has been renamed to `LAYOUT_alice_split_bs`, and a correct 65-key `LAYOUT_alice` has been added.
Additionally, the `LAYOUTS` rule has been moved to keyboard level as the layout macros are shared between rev1 and rev2 boards, which means the layout options are the same for both revisions.
* Update ramonimbao/aelith info.json
Keyboard source was already correct to support LAYOUT_alice, but the layout tree was missing from info.json.
* Fork `alice` Community Layout...
... into Standard and Split Backspace versions
Also updates stanrc85's layout keymap to use 65 keys instead of the Split Backspace 66-key version.
* Update LAYOUT_alice support: sneakbox/aliceclone
Rework the sneakbox/aliceclone to use the Split Backspace Alice layout.
* Update LAYOUT_alice support: zoo/wampus
The layout macro that was `LAYOUT_alice` was 66 keys. This layout macro has been renamed to `LAYOUT_alice_split_bs`, and a 65-key `LAYOUT_alice` has been added.
Additionally, the 66-key macro has been rearranged to accept its keycodes in the intended order for Community Layout support.
* Update keyboards for `LAYOUT_alice_split_bs` support
* LAYOUT_alice_split_bs support: ergosaurus
* LAYOUT_alice_split_bs support: handwired/colorlice
* LAYOUT_alice(_split_bs) support: handwired/owlet60
* LAYOUT_alice_split_bs support: nightly_boards/alter/rev1
* LAYOUT_alice(_split_bs) support: sck/osa
* LAYOUT_alice_split_bs support: tgr/alice
* LAYOUT_alice(_split_bs) support: tkc/osav2
* LAYOUT_alice_split_bs support: xelus/valor/rev1
|
|
* add 65_ansi_split_bs to default community layouts
* Update layouts/default/65_ansi_split_bs/layout.json
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
* my alice community layout
* add LAYOUT_alice support to projectkb/alice/rev2
* add addition BSPC key to default layout
* add define to support LAYOUT_default
|
|
* Add layout: 65_iso_blocker_split_bs
* Add layout to readme
|
|
* Cleanup
* Update info.json
* Update license notice
* Fix license notice
* Update keymap.c
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Add RGB Light Mode Static Gradient 26
* Update
|
|
* Added LAYOUT_alice
* Added fauxpark's suggestions as well as updating keymap graphic
* Added file header and used noroadleft's fix to the info.json for fast input mode
|
|
* Add 64_ansi Community Layout
* Add 64_iso Community Layout
* Add readme.md with layout drawings
* Edit readme.md - fix layout drawings
Fix 65_ansi_blocker_split_bs and 65_ansi_blocker_tsangan drawings.
* Edit readme.md - suggestions per fauxpark
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
* Add layouts/community/numpad_5x4/mrsendyyk
* Update keymap.c
* Update readme.md
* Update readme.md
* Update readme.md
* Rename my community layouts
* Rename
* Rename
* Cleanup my code
* Update readme.md
* Cleanup
* Update keymap.c
* Delete unnecessary files
|