| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* capsule65.h: modify matrix diagram
Taken from the VIA layout data.
* rename LAYOUT to LAYOUT_all
* add LAYOUT_65_ansi macro
* add LAYOUT_65_ansi_blocker macro
* add LAYOUT_65_ansi_blocker_tsangan macro
* add LAYOUT_65_ansi_split_bs macro
* add LAYOUT_65_ansi_blocker_split_bs macro
* add LAYOUT_65_ansi_blocker_tsangan_split_bs macro
* add LAYOUT_65_iso macro
* add LAYOUT_65_iso_split_bs macro
* add LAYOUT_65_iso_blocker macro
* add LAYOUT_65_iso_blocker_split_bs macro
* add LAYOUT_65_iso_blocker_tsangan macro
* add LAYOUT_65_iso_blocker_tsangan_split_bs macro
* enable Community Layout support
* info.json: update maintainer value
This field is meant to reference the maintainer's GitHub username.
|
|
|
|
|
|
|
| |
* LAYOUT_tkl_f13_ansi_tsangan support
Renames `LAYOUT_ansi_tsangan` to `LAYOUT_tkl_f13_ansi_tsangan`. Also enables Community Layout support.
* LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift support
|
|
|
|
|
|
|
| |
* avalanche/v1: add info.json
* avalanche/v2: add info.json
* avalanche/v3: add info.json
|
|
|
|
|
|
|
|
|
|
|
| |
* info.json: fix key sequence error
* info.json: fix visual rendering
Clarify the physical locations of the keys.
* info.json: update maintainer field
This field is meant to reference the maintainer's GitHub username.
|
| |
|
|
|
|
| |
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
| |
|
|
|
|
|
|
|
|
| |
layout (#16787)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Stephon Parker <stephonparker@Stephons-MacBook-Pro.local>
|
|
|
|
| |
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
|
| |
Co-authored-by: Drashna Jaelre <drashna@live.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: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: 4pplet <4pplet@protonmail.com>
Co-authored-by: 4pplet <stefan.ess@gmail.com>
|
|
|
|
| |
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
| |
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Daniel Osipishin <daniel.osipishin@retarus.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add license headers
* tidy-up revision rules.mk files
- convert tabs to spaces
- align inline comments
- update rule ordering
* touch-up readme.md
* touch-up rev1/rev1.h
- convert tabs to spaces
- convert to QMK 3-character notation for matrix positions
* rev1/rev1.h: add matrix diagram
* touch-up rev2/rev2.h
- convert tabs to spaces
- convert to QMK 3-character notation for matrix positions
* rev2/rev2.h: add matrix diagrams
* rev1/info.json: apply friendly formatting
* rev2/info.json: apply friendly formatting
* refactor layout macros
- switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi`
- makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility
- move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers
- remove `LAYOUT_iso_1u` (was unused)
- rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl`
- rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl`
* refactor default keymap
- use four-space indent
- update grid alignment
* refactor iso keymap
- refactor to use `LAYOUT_75_iso` macro
- change from Split to 2u Backspace
- change from Split to Standard Spacebar
- change `KC_BSLS` keycode to `KC_NUHS`, and place on home row
- use four-space indent
- update grid alignment
* refactor via keymap
- use four-space indent
- update grid alignment
* touch-up readme.md again
Fix a broken link.
* update section comments in revision header files
* add Full Winkeyless layouts
- add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add winry3m3w
* change name to Momokai Tap Trio
* Delete settings.json
* add rgb effects
* amend default keymap
* add limited RGB controls to default keymap
* fix VAD
* Update keyboards/momokai/tap_trio/tap_trio.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/momokai/tap_trio/tap_trio.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/momokai/tap_trio/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/momokai/tap_trio/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* implement RGB matrix, change default keymap
* change keymaps
* change rgb effects
* comment out the RGB matrix and switch back to RGB light due to VIA not playing ball
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
| |
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* keyboard:akira initial commit
* Update keyboards/ekow/akira/akira.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/ekow/akira/keymaps/via/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/ekow/akira/readme.md
Co-authored-by: Joel Challis <git@zvecr.com>
* Update .gitignore
Co-authored-by: Joel Challis <git@zvecr.com>
* Update readme.md
* Update keyboards/ekow/akira/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update rules.mk
remove redundant content.
* added keyboard/ekow/keymaps/via/keymap.c
* remove .ccls-cache
* add instructions of enter the bootloader
* add instructions of enter the bootloader
* modify ekow/akira:via
* Update keyboards/ekow/akira/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/ekow/akira/keymaps/via/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Atmega16U4 (16kb) (#17040)
* Create dummy.txt
* Add files via upload
* Add files via upload
* Delete dummy.txt
* Update config.h
* Update rules.mk
* Update keymap.c
* Update keyboards/converter/a1200/mistress1200/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/converter/a1200/mistress1200/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/converter/a1200/mistress1200/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/converter/a1200/mistress1200/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/converter/a1200/mistress1200/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/converter/a1200/mistress1200/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/converter/a1200/mistress1200/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update config.h
* Update rules.mk
* Update readme.md
* Update config.h
* Update rules.mk
* Update config.h
* Update keyboards/converter/a1200/mistress1200/config.h
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Fix for key -> LED mapping
* Revert whitespace changes
* Revert whitespace changes 2
Co-authored-by: theVDude <rb.cubed@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* initial ibis commit
* updates etc
* layout updates to fix mismatched keys
* Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/hineybush/ibis/info.json
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/hineybush/ibis/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
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: Jonavin <=>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* keyboards/ryanskidmore/rskeys100: add rskeys100 draft firmware
* keyboards/ryanskidmore/rskeys100: fix firmware
* ryanskidmore/rskeys100: fix remaining bugs
* keyboards/ryanskidmore/rskeys100: finishing touches on firmware
* keyboards/ryanskidmore/rskeys100: migrate from full replacement matrix scanning to lite, move rgb matrix enable call to keymap
* keyboards/ryanskidmore/rskeys100: remove undefines, clarify comments
* ryanskidmore/rskeys100: remove unused imports
* keyboards/ryanskidmore/rskeys100: pr feedback
|
|
|
|
| |
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
| |
|
| |
|
|
|
| |
Co-authored-by: jason <jrucker2004@gmail.com>
|
|
|
| |
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
| |
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add SkeletonNumPad keyboard
* fix
* fix
* fixed info.json
* Update keyboards/skeletonkbd/skeletonnumpad/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Change RGBLIGHT_LIMIT_VAL
Co-authored-by: Ryan <fauxpark@gmail.com>
|
| |
|