summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2022-06-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-11[Keyboard] Fix checkboards/quark_lp (another) (#17296)jack
2022-06-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-11Wasdat: move some stuff to info.json (#17327)Ryan
2022-06-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-10Promote label with newlines to lint error (#17347)Joel Challis
2022-06-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-10initial (#17345)jack
2022-06-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-09[Keyboard] Add Sodium keyboards (#17078)Derek
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: nacly <nacly@pop-os.localdomain>
2022-06-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-09[Keymap] Add planck/scottzach1 keymap (#17083)Zac Scott
2022-06-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-10[keyboard] annepro2 Add and use functions to directly control led colors ↵zv0n
(#17196)
2022-06-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-09[Keyboard] Improve the durgot k3x0 readme.md (#17214)Gabriel Oliveira
2022-06-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-09[Keyboard] Adding Sunsetter R2 keyboard to Charue family (#17269)ILWrites
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-06-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-09[Keyboard] Fix kprepublic/bm60hsrgb_ec/rev2 (#17334)jack
2022-06-08Add support for large Mouse Reports (#16371)Drashna Jaelre
Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-06-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-08Move more UART-based keyboards to use timeout correctly. (#17329)Tomasz Janeczko
Co-authored-by: Tomasz Janeczko <tomasz.j@hey.com>
2022-06-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-08[Keyboard] Add KPrepublic BM60hsrgb_ec V1 and V2 (#15104)peepeetee
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-06-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-07[Keymap] Update keymap for user jasondunsmore (#17312)Jason Dunsmore
2022-06-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-08Add WB32 evaluation board onekey targets. (#17330)Nick Brassel
2022-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-07[Keymap] CRKBD: Update jpe230 Keymap (#17280)jpe230
2022-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-07[Keyboard] Add BrutalV2 65 Keyboard (#17252)Andrew Kannan
* Add Brutal65 V2 to QMK * Update info.json and copyright notices * Update info.json] * Update readme and delete chconf * Update matrix and keymaps to match info json * Update keyboards/cannonkeys/brutalv2_65/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/cannonkeys/brutalv2_65/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/cannonkeys/brutalv2_65/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-07[Keyboard] Add Cloudline PCB support (#17253)Andrew Kannan
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-07[Keyboard] Add Stello65 keyboard (#17168)Uy Bui
* [Keyboard] add Stello65 keyboard * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * [Keyboard] update config pinout for stello65_sl_rev1 Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-07[Keyboard] Handle timeout on UART for Redox Wireless (#17203)Tomasz Janeczko
* Handle timeout on UART for Redox Wireless receiver-to-keyboard communication. - This fixes the issue of a keyboard deadlocking on the first matrix scan with Redox Wireless keyboards * Remove an explicit cast. Co-authored-by: Tomasz Janeczko <tomasz.j@hey.com>
2022-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-07[Keyboard] Add alt34 keyboard (#17223)Tommy Alatalo
* Add files for alt34 keyboard * Add link to hardware bill of materials for alt34 * Change keyboard image link to imgur * Remove platform specific defines from rev1.h * Remove bluetooth and sleep led rules etc * Add GPL license header to all source code files * Shorten comment for NKRO_ENABLE Co-authored-by: Drashna Jaelre <drashna@live.com> * Simplify option usage comment in rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Set imgur link to largest size option Co-authored-by: Drashna Jaelre <drashna@live.com> * Move rules.mk into rev1 folder entirely * Remove .noci file * Update keyboards/alt34/rev1/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-07[Keymap] add trwnh keymap for gmmk pro (#17267)trwnh
2022-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-07add new keyboard atset (#17195)anubhav dhiman
Co-authored-by: zvecr <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-06-06Move SPLIT_HAND_PIN setup to split_pre_init (#17271)Dasky
* Move SPLIT_HAND_PIN setup to split_pre_init * doppelganger should use old behaviour * Add comment for future Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
2022-06-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-04Disable features known to cause BIOS/suspend issues (#17270)eason
2022-06-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-03Add Encoder Map Swap Hands config for boards that support both features (#17294)Drashna Jaelre