summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Digicarp65: fix layouts (#16328)Ryan2022-02-142-331/+331
|
* [Keyboard] Convert Maxr1998/Phoebe to use info.json where possible (#16309)Max Rumpf2022-02-113-128/+348
|
* [Keyboard] Lulu keyboard by boardsource (#15951)cole smith2022-02-119-0/+657
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Add uqs' keymaps for various boards and ploopy mouse (#16265)uqs2022-02-1114-0/+1247
|
* Add wren configurator data (#16321)Joel Challis2022-02-121-0/+105
|
* handwired/promethium: fix missing include (#16317)Ryan2022-02-111-1/+1
|
* mechlovin/kay60: fix mismatched layout name (#16314)Ryan2022-02-111-1/+1
|
* maxr1998/pulse4k: Move Combo code to keymap level (#16301)Ryan2022-02-116-34/+85
| | | | | * maxr1998/pulse4k: Move Combo code to keymap level * Reorder code
* Add 65_iso_split_bs default layout (#16283)Ryan2022-02-115-0/+132
|
* Mode 75H Touch-UP (#16310)James Young2022-02-104-37/+154
| | | | | | | | | | | | | | | * m75h.h: correct matrix position identifier `K5C` is actually on row 4, so it should be `K4C`. * m75h.h: add matrix diagram * add QMK Configurator data * polish whitespace - convert tabs to spaces - update indent to four spaces - remove trailing whitespace
* keyten kt60-M: rename LAYOUT to LAYOUT_60_tsangan_hhkb (#16307)James Young2022-02-105-10/+15
| | | | | | | | | * rename LAYOUT to LAYOUT_60_tsangan_hhkb * info.json: correct maintainer value Field is meant to reference the maintainer's GitHub username. * rules.mk: enable Community Layout support
* Keyprez Unicorn: fix QMK Configurator key sequence (#16305)James Young2022-02-101-1/+82
| | | | | * info.json: apply friendly formatting * info.json: fix key sequence
* KeebsForAll Freebird Numpad Pro: fix Configurator key positioning (#16303)James Young2022-02-101-228/+55
| | | | | | | * info.json: apply friendly formatting * info.json: fix key positioning Fixes the second row being rendered on top of the first row.
* info.json: fix QMK Configurator rendering (#16299)James Young2022-02-101-52/+55
|
* info.json: fix key sequence (#16297)James Young2022-02-101-1/+1
|
* Sentence structure update (#16306)Albert Y2022-02-101-1/+1
|
* Improve description of LED state data sync option (#16302)Albert Y2022-02-101-1/+1
|
* Eye Oh Designs SPRH: fix Configurator data (#16296)James Young2022-02-091-13/+581
|
* gl516/j73gl: fix Configurator key sequence (#16298)James Young2022-02-091-1/+1
|
* CMM.Studio Fuji65: correct layout data for real this time (#16295)James Young2022-02-091-1/+1
| | | Because I apparently can't tell the difference between coordinates and dimensions.
* Demiurge: correct Configurator Layout data (#16294)James Young2022-02-101-5/+82
| | | | | * info.json: apply friendly formatting * info.json: correct layout data
* [Keymap] zigotica layout tweaks (#16291)Sergi Meseguer2022-02-091-4/+4
|
* CMM.Studio Fuji65: Configurator Data Patch (#16293)James Young2022-02-101-2/+2
| | | | | * info.json: correct layout data * info.json: correct maintainer field
* [Keymap] submitting ariccb planck keymap (#16177)Aric Crosson Bouwers2022-02-099-0/+1183
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Further update to #13745 on Crkbd keymap (#16284)Arda Kılıçdağı2022-02-092-2/+5
| | | | | | | | | | | * Further update to #13745 Hello, This is further update to #13745 , somehow my commit did not get merged https://github.com/qmk/qmk_firmware/pull/13745#discussion_r802603490 * Update config.h
* [Keyboard] Digicarp65 (#15926)Brandon Claveria2022-02-089-0/+606
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: swiftrax <swiftrax@github.com>
* New Keyboard: 1upkeyboards super16v2 (#16198)MechMerlin2022-02-0811-0/+346
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Idobao ID80 V3 (#15912)peepeetee2022-02-0810-0/+470
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] MelGeek Mach80 rev2 (#15610)bomb2022-02-083-0/+256
|
* [Keyboard] refine LED Matrix LED positions on KBD67 Lite (#15769)Vino Rodrigues2022-02-081-14/+42
|
* [Keyboard] Add explicit RGB Matrix defines for Iris Rev. 6 (#16275)Danny2022-02-081-1/+38
|
* [Keyboard] Add Kapl (#16255)Alexander2022-02-0815-0/+502
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Docs] pr checklist: update doc hyperlinks to relative ones and use IDs (#16263)IskandarMa2022-02-081-7/+7
|
* Add support for driving unselected row/col. (#16278)Nick Brassel2022-02-094-139/+19
|
* LFKeyboards Mini1800: refactor into revisions (#16260)James Young2022-02-0713-122/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fork Mini1800 into reva and revc versions * update info.json - apply friendly formatting - update maintainer value * update keymap rules.mk formatting - align inline comments - convert tabs to spaces * align keymap rules.mk files to QMK template * move common keymap rules.mk settings to revision level * info.json: correct key sequence * align revision rules.mk files to QMK template * clean up revision rules.mk files * add readme files for each revision * correct USB Product string * remove post_rules.mk files The internal settings were commented out, so the files actually don't do anything. * edit Bootloader instructions on main readme * move non-assignment rules to post_rules.mk * add inline comments for NKRO_ENABLE per fauxpark
* Boardsource The Mark 65 Touch-Up and Layout Additions (#16270)James Young2022-02-078-332/+598
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the_mark.h: use ____ for KC_NO * the_mark.h: number matrix positions electrically `K300` and `K301` has misleading identifiers - `K300` was on column 1 and `K301` on column 0. * the_mark.h: use QMK 3-character notation * the_mark.h: add matrix diagram * refactor reference keymaps - convert tabs to spaces - use four-space indent - grid align keycodes - remove extra line breaks - add layer indexes to `via` keymap * info.json: apply friendly formatting * add LAYOUT_ansi_split_bs_space Includes reference keymap. * add LAYOUT_iso_split_bs_space Includes reference keymap. * info.json: edit maintainer value There is a Boardsource GitHub account, but knowing the user who maintains it is helpful.
* Wings42: add QMK Configurator data (#16267)James Young2022-02-073-0/+176
| | | | | | | * add info.json for wings42/rev1 * add info.json for wings42/rev1_extkeys * add info.json for wings42/rev2
* [Keyboard] M60 split 5x12 lego pcb (#14383)Alin Marin Elena2022-02-0718-0/+944
| | | | | | | | | | | | * add m60 lego case in split, with stm32f401 and 411 * Update keyboards/mlego/m60_split/m60_split.h * Update keyboards/mlego/m60_split/rev1/config.h * Update keyboards/mlego/m60_split/rev2/config.h * address the moving of enum in keymaps
* [Keyboard] [eternal_keypad] Update product_id and add keymap (#16253)Duccio2022-02-074-1/+109
|
* [Keymap] Updated Planck layout - jimmysjolund (#16245)Jimmy Sjölund2022-02-071-17/+17
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix wheatfield/split75 iso info.json (#16250)Joel Challis2022-02-061-0/+3
|
* [Keyboard] Add aliceclonergb (#14285)SneakboxKB2022-02-069-0/+328
| | | | | | 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: SneakboxKB <64090325+mujimanic@users.noreply.github.com>
* add 'info_config.h' into docs/hardware_keyboard_guidelines.md (#16247)Takeshi ISHII2022-02-062-1/+2
| | | Added info_config.h added in #10817 to the include order description of config.h.
* [Docs] Address some typos (also in moonlander matrix.c) (#16248)Jouke Witteveen2022-02-0612-14/+14
| | | | | | | * [Docs] Fix repeated words * [Keyboard] Fix moonlander output The left/right orientation differs from Ergodox EZ.
* [Keyboard] via support for eternal_keypad (#16242)Anton K. (ai Doge)2022-02-062-0/+109
|
* RGB matrix backlight mapping and fixes (#16231)fOmey2022-02-061-6/+7
|
* [Keyboard] Add Support for KeebsForAll Freebird Numpads (#16046)Elliot Powell2022-02-0618-0/+962
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] added evancook.audio tenpad macropad (#16189)evanmcook2022-02-067-0/+179
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Waffling60 Revision C (#16191)4pplet2022-02-065-0/+171
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
* [Keyboard] Mnk75 (#15879)yiancar2022-02-0511-0/+280
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: yiancar <yiancar@gmail.com>