summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-13Fix typos: key-modifer→key-modifier and interacton→interaction (#22464)precondition
2023-11-12add `68_ansi` Community Layout to nebula68b (#22433)Duncan Sutherland
2023-11-11[Keyboard] Fixes to make snes_macropad play nicer with qmk configurator (#22432)John Barbero
* [Keyboard] Change default implementation for get_layer_name_user Will now show the layer number instead of "Unknown", since this is what will be shown if QMK Configurator is used to compile the firmware. * [Keyboard] Update the layout info This makes it look sort of like a macropad + gamepad rather than an 4x6 ortholinear keyboard. * [Keyboard] Fix default implementation of get_layer_name_user Based on feedback from code review the implementation was swapped in favor of using get_u8_str. This implied a change to the argument type from int to uint8_t, which cascaded into the existing keymaps. (This made sense in general, since the return type of get_highest_layer is also a uint8_t.)
2023-11-11studiokestra/line_tkl: correct layout data (#22455)Duncan Sutherland
* fix `layouts` data * add EoF
2023-11-11add 5087 keyboard (#20557)jonylee@hfd
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2023-11-11Add `qmk license-check` developer-level CLI command. (#22075)Nick Brassel
2023-11-10[Keyboard] Add MariOrion v2.5 (#22273)Maria
* Pushed MariOrion v2.5 to the branch. Prod and proto version added. * Pushed MariOrion v2.5 to the branch. Prod and proto version added. * Proper addition of layout options Addition of split bs rshift tsangan layout options. Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Merge branch 'toril940mariorion_v25' of github.com:toril940/qmk_firmware into toril940mariorion_v25 * Merge branch 'toril940mariorion_v25' of github.com:toril940/qmk_firmware into toril940mariorion_v25 * Update keyboards/mariorion_v25/proto/keymaps/via/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/proto/keymaps/default/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Updated readme.md with more information regarding make commands, and proto vs prod. * Update keyboards/mariorion_v25/prod/keymaps/via/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/prod/keymaps/default/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/prod/info.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Amended some changes to info.json - community layouts changed from scope to array. * Update keyboards/mariorion_v25/readme.md Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Revert keyboards/gray_studio/think65/solder/solder.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Revert keyboards/gray_studio/think65/solder/solder.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Revert keyboards/gray_studio/think65/solder/solder.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Removed via.json from the via keymaps. Replaced with matrix_diagram.md. via.json file moved off to [public mariorion_v25 repo](https://github.com/toril940/orion-v25) * Revert keyboards/gray_studio/think65/solder/solder.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Removed via.json from the via keymaps. Replaced with matrix_diagram.md. via.json file moved off to [public mariorion_v25 repo](https://github.com/toril940/orion-v25) * Update keyboards/mariorion_v25/proto/info.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/rules.mk Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/proto/info.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/proto/info.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/proto/info.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/prod/info.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/prod/info.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/prod/info.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/prod/info.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Revert keyboards/gray_studio/think65/solder/solder.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/matrix_diagram.md Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/readme.md Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/readme.md Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/readme.md Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/readme.md Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/readme.md Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/proto/mariorion_v25.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/mariorion_v25/prod/mariorion_v25.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Pushed new info.json and keymap.c files. * Pushed new info.json and keymap.c files. * Fixes to LED driver wrt PWM definitions with STM. * Update keyboards/mariorion_v25/prod/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/prod/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/prod/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/prod/mariorion_v25.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/proto/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/proto/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/proto/mariorion_v25.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/proto/mariorion_v25.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/proto/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/proto/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Committing a details update to readme.md. * Committing a details update to readme.md. * Update keyboards/mariorion_v25/prod/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/prod/mariorion_v25.c Co-authored-by: Ryan <fauxpark@gmail.com> * Revert "Committing a details update to readme.md." This reverts commit 068a82a1fcf1996d87f7f97a10e9f5fbbee79a29. * Committing a details update to readme.md. * Update keyboards/mariorion_v25/halconf.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/mcuconf.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/prod/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/proto/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mariorion_v25/halconf.h Co-authored-by: Ryan <fauxpark@gmail.com> * Production pictures replacing the standard ones in the readme.md :) * waffle87 requests bundled: - Licence headers added - Codeblocked matrix_diagram.md - Consolidated files where possible - Removed excess from config.h --------- Co-authored-by: toril940 <anastasialucas940@hotmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2023-11-10Add Ploopy Madromys mouse (#21989)ploopyco
Added PloopyCo madromys/adept mouse Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-11-09[Keyboard] Add alpaca/wfeclipse (#22230)temp4gh
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-11-09Update gregandcin/teaqueen (#22402)gregandcin
2023-11-09Add SNES Macropad keyboard (#22377)John Barbero
Co-authored-by: jack <0x6a73@protonmail.com>
2023-11-09Update layer state of Lily58 from 'Default' to 'Base' (#22397)Panos Sakkos
2023-11-09Fix indicator LED definition for Sofle RGB. (#22408)Matthias Liffers
2023-11-09Fix corne keylog (#22420)John Barbero
* [Keyboard] Fix bug in set_keylog function Fixes issue where some keys would not trigger the oled to output the row and column of a pressed key (would happen with LT(...) for my keymap) * [Keyboard] Tiny improvement to oled_render_keylog for crkbd Added improvement suggestion I got for another keyboard
2023-11-08Add iso85k keyboard (#22411)Fredrik A. Kristiansen
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-11-08Fix Herringbone pro Layouts (#22317)Yak
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-11-08[Keyboard] Add PCB Utopia88 (#22257)Kelwin0313
2023-11-08[Keyboard] Add Duet Switch Tester (#22367)ai03
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-11-08Add riblee handwired split keyboard (#22277)Reibl János Dániel
2023-11-07Red Herring PCB support (#22409)Ming-Gih Lam
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: jack <0x6a73@protonmail.com>
2023-11-06[Keyboard] Add Piantor Pro (#22361)Leo Lou
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
2023-11-06Teaqueen: correct layout data (#22406)Duncan Sutherland
2023-11-03docs(rgblight): fix typos (#22399)Kiryl Mialeshka
2023-11-02boardsource/unicorne - Fixed OLED layers being all set to zero (#22389)ID64F
2023-10-31[Keyboard] Add Klein_SD (#22371)era
Co-authored-by: Joel Challis <git@zvecr.com>
2023-10-31[Keyboard] Add TeaQueen (#22352)gregandcin
Co-authored-by: jack <0x6a73@protonmail.com>
2023-10-31Add Kindakeyboards Conone65 Via support (#22320)Matt Chan
2023-10-31Fix for swapped PID and VID (#22372)Cipulot
2023-10-28[Keyboard] add enter67 keyboard (#22346)yuezp
Co-authored-by: “yuezp” <“yuezpchn@126.com”>
2023-10-28Removed clueboard link as the website has been parked for some time (#22290)Brian Choromanski
2023-10-28Flag more VIAL config options in lint (#22345)Joel Challis
2023-10-27[Keyboard] Add Velvet hotswap & solder (#22284)Felix Jen
2023-10-27[Keyboard] doksin (#22220)millet
2023-10-27eason/aeroboard - Modify bootloader (#22286)eason
2023-10-27Add darkproject/kd87a_bfg_edition keyboard (#18981)gskygithub
Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>
2023-10-26[Keyboard] Waffling60 Rev E ANSI Hotswap (#22270)4pplet
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-10-26[Keyboard] add pisces pcb (#22334)khchen2004
2023-10-26[Keyboard] Add Kaly42 (#22282)Kael Augusto
* Added Kaly/Kaly42 keyboard's minimal files. * Updated readme.md; New link and improved description text. * Apply suggestions from code review Added all suggestions given by @dunk2k Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Added community_layouts to info.json. Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> --------- Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-10-26Clarify PIO define is optional in docs. (#22339)Dasky
2023-10-25[Keyboard] Add LGBTKL (#22331)Olivia J
Co-authored-by: jack <0x6a73@protonmail.com>
2023-10-24Remove extra led_matrix_indicators_user call (#22329)Dasky
2023-10-23[Keyboard] Add QK100 (#21782)owlab-git
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-10-23[Keyboard] Add purin (#22306)Yonghyuk Choi
2023-10-21Fixup symbol sizing listing. (#22307)Nick Brassel
2023-10-17Allow for disabling of parallel processing of qmk find and `qmk ↵Nick Brassel
mass-compile`. (#22160) Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-10-14Fix typo in keychron v6 encoder map enable (#22272)Nick Brassel
2023-10-14[Keyboard] jukaie/jk01 (#20573)jukaie
* ADD Keyboard * Resolved requested changes * update keymap.c file * resolved requested changes * updated info.json file * Updated requested changes * Delete JK01.h file * Resolved requested changes * Delete readme.md * add rules.mk to default folder * Upload default/keymap.c * Add via/keymap.c * Updated info.Json file * Change VID in info.json * Resolved requested changes * Resolved requested changes. * Resolved requested changes * Updated changes --------- Co-authored-by: gksygithub <gskyGit@gsky.com.tw>
2023-10-13Enable encoder map on navpad1.0 (#22266)MakotoKurauchi
2023-10-13[Keyboard] Add Okayu (#22077)Sắn
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-10-13amend alice* community_layouts in keyboards (#21846)Duncan Sutherland
* add alice* to keyboards * add seigaiha * additions * Update info.json * revert wanderland * add tgr/alice * add matrix diagram.md