summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* overnumpad controller: Add support for turning off solenoid enable in low ↵Purdea Andrei2021-11-0210-18/+10
| | | | power. (#15021)
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-023-20/+132
|\
| * Add Redox Media Configurator Data (#15013)James Young2021-11-023-20/+132
| |
* | [Keyboard] Fix size issues on pistachio pro via keymap (#15017)Drashna Jaelre2021-11-021-1/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-021-0/+2
|\|
| * [Keyboard] Fix compilation size issues for Canary 60 RGB (#15016)Drashna Jaelre2021-11-021-0/+2
| |
* | [Keyboard] Fix missing return for oled task on Arabica37 (#15011)Drashna Jaelre2021-11-021-1/+1
| |
* | [Keyboard] Fix missing return for oled task on Lefty (#15010)Drashna Jaelre2021-11-021-0/+1
| |
* | Add support to persist MD LED framework settings (#14980)Joel Challis2021-11-024-0/+22
| | | | | | | | | | | | | | | | | | * Add support to persist MD LED framework settings * avoid out-of-bounds errors when SmartEEPROM is not enabled * Update brightness defaults * clang
* | [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-02262-582/+934
| | | | | | | | | | | | | | | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
* | Add support for ISSI drivers on both sides of a split keyboard (#13842)Vlad K2021-11-023-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Gets RGB working on a split keyboard with IS31FL3733. Currently needs small tweak to re-enable WS2812 * Added helper function * Trying to integrate the function * Moved functionality into a macro * Swapped conditional for a macro everywhere * Tidying up * More code cleanup * Documentation updates * Fixed formatting via linter * Switching to a function from a macro * Fixed compile error * Fixing WS2812 behavior. UNTESTED. * Updated documentation about the driver addresses. * Fixed code for WS2812 * Trying to add in LED_MATRIX support * Updated effects for LED matrix * Updated third-party effect defines. * Ran format-c on modified files * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Move to static inline. Avoids issues with gcc v8+ * Move helper function for LED_matrix to static inline to avoid issues with gcc v8+ Co-authored-by: Vlad Kvitnevskiy <vladkvit@outlook.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-017-77/+83
|\|
| * [Keyboard] Fix keymaps, RGB matrix, add support for WS2812 (#14974)AnthonyNguyen1682021-10-317-77/+83
| |
* | Remove complex `fn_actions` macros (#14662)Ryan2021-11-0110-12/+12
| | | | | | | | | | * Remove complex `fn_actions` macros * Remove additional `KC_FN*` instances
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-3110-0/+595
|\|
| * [Keyboard] Add new keyboard "QooLee" (#14977)takashicompany2021-10-3110-0/+595
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-301-0/+39
|\|
| * [Keymap] Improved settings for Cradio default keymap (#14971)Albert Y2021-10-301-0/+39
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-303-2/+8
|\|
| * [Keymap] Jonavin userspace encoder alt tab scrolling (#14979)jonavin2021-10-303-2/+8
| | | | | | Co-authored-by: Jonavin <=>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-296-22/+15
|\|
| * [Keymap] ajp10304: add mouse scroll keys (#14953)Alan Pocklington2021-10-296-22/+15
| |
* | [Keyboard] Fix Compile issues for lefty (#14982)Drashna Jaelre2021-10-294-31/+30
| |
* | Stop-gap forward-port Drop LED features for CTRL and ALT (#14967)just-another-jxliu2021-10-296-58/+365
| |
* | Move LTO logic from common.mk (#14973)Joel Challis2021-10-285-18/+10
| |
* | [Keyboard] add Lefty keyboard (#14898)SmollChungus2021-10-2713-0/+429
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-2712-0/+609
|\|
| * [Keyboard] Add support for bm65rgb, a revival of #13361 (#14800)peepeetee2021-10-279-0/+394
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: bytesapart <osama@bytesapart.com>
| * [Keymap] Add personal lily58 keymap (#14834)pttbx2021-10-273-0/+215
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: polplop <paultan@handshakes.com.sg> Co-authored-by: paultan <47445257+polplop@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-2710-0/+258
|\|
| * [Keyboard] binepad bn009 (#14881)binepad2021-10-2710-0/+258
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-2710-0/+452
|\|
| * [Keyboard] Add MW65 Series PCB (#14939)TW594202021-10-2710-0/+452
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-278-1/+313
|\|
| * [Keyboard] Cradio keyboard (#14946)Albert Y2021-10-277-0/+312
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: filterpaper <filterpaper@localhost>
| * [Keyboard] update(readme): with PCB reset instructions (#14961)Jeremy Levy2021-10-271-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-2711-36/+174
|\|
| * [Keymap] Add VLC keymap (#14956)Marc Nause2021-10-271-0/+138
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Keyboard] Docs/folder organization and info json fixed (#14239)jfescobar182021-10-2710-36/+36
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * Fix white spacing issues in kb files (#14963)Drashna Jaelre2021-10-274-133/+133
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-10-2621-76/+1066
|\|
| * [Keymap] Add planck/pjanx and keebio/nyquist/pjanx keymaps (#13115)Přemysl Eric Janouch2021-10-267-0/+553
| |
| * [Keyboard] add ProjectCain Vault35; update Vault45 (#13652)projectcain2021-10-2613-62/+498
| | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-2612-0/+304
|\|
| * [Keyboard] Add minimon/Index tab 13x6 ortho (#14765)Kyrre Havik2021-10-2612-0/+304
| | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-2615-0/+465
|\|
| * [Keyboard] add support for Phoenix45_Ortho PCB (#14798)npspears2021-10-2615-0/+465
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-262-0/+34
|\|
| * [Keymap] Add via keymap for meishi2 (#14892)MakotoKurauchi2021-10-262-0/+34
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-261-0/+58
|\|