summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add .orig to .gitignore (#17626)bri2022-07-171-0/+4
|
* [Keymap] Crkbd/thunderbird2086 (#16973)Allen Choi2022-07-1611-0/+1032
| | | | | | | | | | | | | | | | | | | | | * crkbd:thunderbird2086 * readme * after code review * coding format * minor change * changed file name * correct image * updated readme * using query to get rgb status * minor update
* Suavity Ehan Refactor (#17694)James Young2022-07-155-64/+455
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting, phase 1 * info.json: fix macro reference and layout * info.json: apply friendly formatting, phase 2 Add key labels. * refactor keymaps and layout macro - apply four-space indent - apply grid alignment to keycodes, matrix position identifiers, and matrix * add LAYOUT_all * ehan.h: add matrix diagram * rename LAYOUT_ansi_default to LAYOUT_ansi_split_bs_rshift_lspace * ehan.h: correct K3E position in LAYOUT_ansi_split_bs_rshift_lspace Move location K3E to actually be on Column 14 (E); was previously on Column 13 (D) in source.. * add LAYOUT_iso_split_bs_rshift_lspace Includes reference keymap.
* feat(keebwerk): added VIA support keymap for keebwerk nano slider (#16761)Wilfrid Li2022-07-153-1/+69
| | | | | | | | | | | | | | | * feat(keebwerk): added VIA support keymap for keebwerk nano slider Added VIA support for keebwerk nano slider, VIA json is keebwerk_nano_via.json Fixed midi2vol keymap where comma symbol is missing from enum "custom_layers" * feat(keebwerk): removed VIA json as requested * Update keyboards/keebwerk/nano_slider/keymaps/via/keymap.c * Update keyboards/keebwerk/nano_slider/keymaps/via/keymap.c * Fix(PR): removed file as requested
* FJLabs Solanis Refactor (#17686)James Young2022-07-153-45/+74
| | | | | | | | | * solanis.h: add matrix diagram * refactor keymaps: apply grid alignment * refactor LAYOUT_all macro Moves the matrix position identifier for the right half of Split Backspace to the number row.
* [Keyboard] add ProjectCain Relic (#15577)projectcain2022-07-1510-0/+406
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding relic keyboard * Update keyboards/projectcain/relic/relic.c * Update keyboards/projectcain/relic/relic.c * Update keyboards/projectcain/relic/rules.mk * Update keyboards/projectcain/relic/rules.mk * Update keyboards/projectcain/relic/rules.mk * Update config.h * Update config.h * Update keyboards/projectcain/relic/rules.mk * Update keyboards/projectcain/relic/readme.md * Update keyboards/projectcain/relic/info.json * Update keyboards/projectcain/relic/config.h * Update keyboards/projectcain/relic/config.h
* [Keyboard] eHan Keyboard (#15861)Henry Lum2022-07-1512-0/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Compiled Suavity QMK Directory * updated info.json's name from 'LAYOUT_default' to 'LAYOUT_default_split' * updated rules.mk to reflect new layout name of each keymap * Updated hanjie.h to reflect physical matrix of PCB * switched info.json key matrix from split backspace to 2U backspace to better reflect electrical matrix * updated keymap.c key matrix to reflect PCB electrical matrix * updated keymap.c key matrix t oreflect PCB electrical matrix * removed split left shift from physical matrix for default_split layout * removed split left shift physical & electrical default_split layout * removed split left shift from physical matrix for default_split layout * removed split left shift from physical matrix for default_split layout * updated qmk and via keymap.c and hanjie.h files to reflect pcb electrical matrix * changed diode direction from row2col to col2row * fixed false keycode triggers * updated via keymaps * added 's' * added ehan branch for development * updated readme.md * updated ehan.h * updated readme.md * updated ehan.h layout * added keymap.c and updated ehan.h * progress * compiled qmk * updated matrix column and row pin out * updated QMK default ansi keymap * added VIA ansi_default keymaps * corrected col 15's pin out to be pin B9, not C13 * Update keyboards/suavity/ehan/config.h * Update keyboards/suavity/ehan/info.json * Update keyboards/suavity/ehan/rules.mk * Update keyboards/suavity/hanjie/rules.mk * Update keyboards/suavity/hanjie/rules.mk * Update keyboards/suavity/hanjie/keymaps/via/rules.mk * Update keyboards/suavity/ehan/rules.mk * changed readme.md's picturefrom html to markdown * updated traces & diode placement * Apply suggestions from code review Remove trailing backslashes from keymaps (per fauxpark) * Apply suggestions from code review Remove `BOOTMAGIC_ENABLE = lite` from `keyboards/suavity/ehan/keymaps/via/rules.mk` (per fauxpark) * Apply suggestions from code review Update formatting of `keyboards/suavity/ehan/rules.mk` (per fauxpark) * Update keyboards/suavity/ehan/readme.md Fix image URL * Update keyboards/suavity/ehan/config.h Remove trailing comma in MATRIX_COL_PINS definition
* Move ins, home and pgup keys to the left (#17690)Evelien Dekkers2022-07-152-2/+2
|
* [Keymap] emp keymap for keebio/iris (#16858)Elliot Patros2022-07-142-0/+374
| | | | | | | | | | | | | | | | | | | | | | | | | * added new layout for keebio/iris * Update keyboards/keebio/iris/keymaps/emp/config.h * Update keyboards/keebio/iris/keymaps/emp/keymap.c Replace #defines with enum * Update keyboards/keebio/iris/keymaps/emp/keymap.c Made requested changes about formatting and the license. * Update config.h Cleaned up formatting * Update keyboards/keebio/iris/keymaps/emp/keymap.c Small changes to improve readability: * changed whitespace in license * added more whitespace around if/else blocks * fixed bracket style in places
* Ignore kbfirmware exports (#17687)Joel Challis2022-07-151-10/+5
|
* [Keyboard] Added TutelPad keyboard (#16975)Sam2022-07-149-0/+366
| | | | | | | | | | | | | | | | | | | | * TutelPad firmware v1.0 * Added VIA compatibility * Update keyboards/0xcb/tutelpad/config.h * Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c * Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c * Update keyboards/0xcb/tutelpad/keymaps/via/keymap.c * Add new OLED image, implement suggested fixes * Update keyboards/0xcb/tutelpad/rules.mk * Update keyboards/0xcb/tutelpad/rules.mk
* [Keyboard] Add Chocofly v1 (#17289)Will Winder2022-07-1410-0/+233
| | | | | | | | | | | | | | | | * [Keyboard] Add Chocofly v1 * PR Feedback * Small change to keymap. * Replace KC__VOLUP and KC__VOLDOWN with single underscore version. * Apply suggestions from code review * Required for my PC * Required for my PC
* KB16-01: correct QMK Configurator key sequence (#17670)James Young2022-07-141-3/+5
|
* Nayeon Community Layout support (#17665)James Young2022-07-145-7/+250
| | | | | | | | | | | | | | | * Nayeon Community Layout support - macro `LAYOUT_ansi` renamed to `LAYOUT_tkl_f13_ansi_tsangan` - macro `LAYOUT_iso` renamed to `LAYOUT_tkl_f13_iso_tsangan` - Community Layout support enabled in `rules.mk` * add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift * add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift * info.json: update maintainer field Field is meant to reference the GitHub username of the maintainer.
* [Keyboard] Fix Tractyl Manuform 4x6 json (#17681)Drashna Jaelre2022-07-141-23/+11
|
* [Keyboard] Readme file correction (#17674)Albert Y2022-07-141-6/+4
|
* KPrepublic BM80v2 ISO Refactor (#17660)James Young2022-07-138-144/+150
| | | | | | | | | | | | | | | | | | | | | * bm80v2_iso.h: convert tabs to spaces * bm80v2_iso.h: use ___ for KC_NO * bm80v2_iso.h: use QMK 3-character notation * refactor macro for tkl_iso Community Layout compatibility - move the matrix position identifier for Enter to the home row * info.json: correct layout data * rules.mk: tidy-up formatting * readme.md: tidy-up formatting * update maintainer; re-assign copyright * assign ISO-appropriate keycodes in keymaps
* [Keyboard] MechWild BB Steno (#17163)Kyle McCreery2022-07-137-0/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allowing the kt60 file to be modified so I can do things while waiting for it to be fixed upstream * Initial commit * testing modes * working on puckbuddy firmware. This is all working for now but need to clean it up and personalize it. * needs to be updated from vial build * prepping for PR * added rgb mode cycling to fn1 since it isn't on the encoder for these maps * shipping firmware built. Need to clean up readme and info.json layout * removing puckbuddy files from this branch * readme done, prepping for PR * info.json updated prepping for PR * Restore cirque driver that was modified from puckbuddy testing on this branch * applying changes from review * Update keyboards/mechwild/bbs/bbs.c * Fixed info.json * Apply suggestions from code review
* [Keyboard] Modelm101 teensy2 (#16805)wangfuco2022-07-138-0/+220
| | | | | | | | | | | | | | | | | | | | | | | | * Add modelm101_teensy2 files from modelm101 * Change info.json * Update README.md * Update pin def * Fix file name * Update readme.md * Delete config.h * Apply suggestions from code review * Update keyboards/converter/modelm101_teensy2/config.h * Delete keyboards/converter/modelm101_teensy2/keymaps/iw0rm3r directory * Delete .noci
* Ducky One 2 SF touch-up (#17672)James Young2022-07-133-30/+45
| | | | | | | | | | | | | | | * info.json: correct JSON syntax error * info.json: correct key sizes * update readme files Moves nearly all of the information about this keyboard to the 1967st version's readme, because this readme is exposed in QMK Configurator. Also updates the readme to align more closely with QMK's keyboard readme template. * info.json: update metadata Updates the keyboard name and maintainer fields.
* Gentoo & Gentoo Hotswap: correct Configurator key sequence errors (#17668)James Young2022-07-132-3/+149
| | | | | | | | | * Gentoo info.json: apply friendly formatting * Gentoo info.json: correct key sequence error * Gentoo Hotswap info.json: apply friendly formatting * Gentoo Hotswap info.json: correct key sequence error
* Swift65 Hotswap: correct key sizes (#17666)James Young2022-07-131-4/+4
| | | Corrects the key sizes on the bottom row (1.5-1-1.5-7 instead of 1.25-1.25-1.25-7.25).
* [Keyboard] Fix compilation issue for runes/skoldjr (#17659)Drashna Jaelre2022-07-131-1/+1
|
* [Keyboard] Kprepublic bm80v2 iso issue resolved (#17657)Yizhen Liu2022-07-131-4/+40
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* boardsource/technik_o data driven (#17635)jack2022-07-139-280/+168
|
* boardsource/5x12 data driven (#17630)jack2022-07-138-234/+128
|
* boardsource/4x12 data driven (#17629)jack2022-07-138-197/+103
|
* ID75 v2: update info.json (#17653)James Young2022-07-121-8/+88
|
* [Keyboard] boardsource/the_mark data driven (#17637)jack2022-07-1212-714/+470
|
* [Keyboard] boardsource/technik_s data driven (#17636)jack2022-07-129-290/+160
|
* [Keyboard] boardsource/beiwagon data driven (#17631)jack2022-07-129-249/+81
|
* [Keyboard] Add Runes Skjoldr (#17305)Vicktor Hutama2022-07-1210-0/+385
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] boardsource/3x4 data driven (#17628)jack2022-07-128-167/+67
| | | | | | | * initial * change to development board * replaced KC_TRNS & use rules.mk template
* [Keymap] Add RAOEUS keymap for the XD75 (#17456)Zach Rice2022-07-123-0/+253
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* KBDfans KBD67 rev2 Layout Patch (#17649)James Young2022-07-124-6/+179
|
* [Keyboard] Add Kallos keyboard (#17461)Cipulot2022-07-129-0/+682
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Kprepublic bm80v2 iso revised (#17571)Yizhen Liu2022-07-129-0/+466
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Update layout for MechBrewery series (#17570)AnthonyNguyen1682022-07-128-16/+16
|
* [Docs] Add Encoder requirements to PR Checklist doc (#17634)Drashna Jaelre2022-07-121-0/+3
| | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Add basic secure docs (#17577)Joel Challis2022-07-133-0/+77
|
* Fix layout macro for nightly_boards/paraluman (#17633)Joel Challis2022-07-111-6/+4
|
* [Keyboard] Add Quefrency Rev. 5 (#17503)Danny2022-07-1114-615/+694
|
* [Keyboard] Add Swordfish keyboard (#17567)Felix Jen2022-07-119-0/+306
|
* [Keyboard] add kinesis/kintlc (#17301)Alex Băluț2022-07-1113-10/+353
|
* [Keyboard] TR90PM (#17060)balloondogcaps2022-07-116-0/+140
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add TR90 (#16838)balloondogcaps2022-07-116-0/+139
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Fin pad (#17523)Evelien Dekkers2022-07-117-0/+194
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* [Keyboard] kbdfans kbd67 rev 2 : add new LAYOUT_65_iso_split_bs (#16922)Naphtaline2022-07-113-0/+78
| | | | | | | | | | | | | | | | | | | | * [Layout/Keymap] kbdfans kbd67 rev2 : add new LAYOUT_65_iso_split_bs and naphaline keymap as a working example * Update keyboards/kbdfans/kbd67/rev2/keymaps/naphtaline/keymap.c I do trust the reviewer, here goes the change :) Co-authored-by: Ryan <fauxpark@gmail.com> * Remove QMK custom keycodes 1/2 Co-authored-by: Nick Brassel <nick@tzarc.org> * Remove QMK custom keycodes 2/2 Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Peej Rosaline Refactor (#17564)James Young2022-07-1116-164/+285
|
* splitkb/kyria - Resolve CONVERT_TO_PROTON_C warnings (#17617)Joel Challis2022-07-112-2/+2
|