summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove the redundant pin name validation (#13251)Zach White2021-06-221-7/+1
| | | | | | | | | | * remove the redundant pin name validation * fix submodules
* | Refactor doctor.py into a directory (#13298)Zach White2021-06-226-49/+70
| |
* | Move LED/RGB Matrix code into their own directories (#13257)Ryan2021-06-2280-100/+108
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-221-18/+21
|\|
| * Additional documentation for GUI mod combo (#13266)Albert Y2021-06-221-18/+21
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | eeprom_i2c driver: added EXTERNAL_EEPROM_WP_PIN configuration option. (#12617)Purdea Andrei2021-06-212-1/+25
| |
* | Skip EEPROM writes once done. (#13293)Nick Brassel2021-06-222-0/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-2113-0/+531
|\|
| * Adding "Eagle Viper Rep", open sourced Eagle/Viper V2/V3 PCB (#13020)4pplet2021-06-2213-0/+531
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adding revision A * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update readme.md Adding instruction on how to enter bootloader * adding instruction on how to enter bootloader (DFU) adding instruction on how to enter bootloader (DFU) * updated description * Update keyboards/4pplet/eagle_viper_rep/rev_a/halconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/rev_a.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/config.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/chconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/rev_a/chconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/4pplet/eagle_viper_rep/keymaps/default/keymap.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Restoring palSetLineMode for working underglow I was experiencing the same issue as this: https://github.com/qmk/qmk_firmware/issues/12655#issuecomment-844104659 sigprof helped me resolve this issue. * Update rev_a.c removing palSetLineMode again, works great after rebase. Thanks! Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-215-104/+125
|\|
| * Geminate60 Codebase Touch-up (#13275)James Young2021-06-215-104/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * grid-align keycodes in keymaps * rename LAYOUT to LAYOUT_all * update LAYOUT_all macro - use 3-character K<row><column> notation - fix malformed electrical mapping * update info.json - correct maintainer - update label fields - remove meta key * update readme - update board description - update keyboard maintainer
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-215-8/+13
|\|
| * Swiftrax Nodu handwired: Layout Macro rename and Community Layout support ↵James Young2021-06-215-8/+13
| | | | | | | | | | | | | | (#13276) * rename LAYOUT to LAYOUT_60_ansi_split_bs_rshift * enable Community Layout support
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-2110-33/+111
|\|
| * Fixes for Ploopy devices (#13144)ploopyco2021-06-2110-33/+111
| | | | | | Co-authored-by: Drashna Jael're <drashna@live.com>
* | Move optical sensor code to drivers folder (#13044)Drashna Jaelre2021-06-2132-890/+60
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-211-51/+136
|\|
| * ID80: fix LAYOUT_iso data (#13274)James Young2021-06-211-51/+136
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-211-5/+6
|\|
| * mech.studio Dawn: correct key sizes and positioning (#13277)James Young2021-06-211-5/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-211-0/+2
|\|
| * [Keyboard] le_chiffre.c conditional led_config (#13285)Nathan2021-06-211-0/+2
| | | | | | disabling RGB_MATRIX_ENABLE causes led_config to fail during compile. Setting this conditional allows you to turn off RGB
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-06-2114-112/+112
|\|
| * Cleanup junk characters, part 1 (#13282)Ryan2021-06-2114-112/+112
| |
* | Remove dfu-util arguments from mcu_selection (#13150)Ryan2021-06-211-40/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-205-91/+51
|\|
| * [Docs] Update Japanese getting started documents. (#12806)shela2021-06-215-91/+51
| | | | | | | | | | | | | | * Update Japanese getting started documents. * Update faq_build.md * fix typo
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-201-1/+1
|\|
| * OLED font easter egg (#13269)Ryan2021-06-201-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-201-0/+1
|\|
| * Fix/keyboard/dz65rgbv3 (#13268)Erovia2021-06-201-0/+1
| | | | | | | | With the 'lufa-ms' bootloader LTO is needed so the keyboard can be built with Configurator.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-204-46/+160
|\|
| * Update Python dependencies for Nix (#12855)Sergey Vlasov2021-06-204-46/+160
| | | | | | Co-authored-by: Steve Purcell <steve@sanityinc.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-201-0/+57
|\|
| * rect44: add LAYOUT_all data (#13260)James Young2021-06-201-0/+57
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-203-2/+75
|\|
| * Adding my Bear65 keymap (#12962)stanrc852021-06-203-2/+75
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-2017-39/+403
|\|
| * [Keyboard] Add Constellation Rev2 (#13103)Xelus222021-06-2017-39/+403
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-204-4/+4
|\|
| * [Bug] Pachi keymap compile fix (#13261)Xelus222021-06-204-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-201-9/+9
|\|
| * [Bug] Pachi RGB: fix RGB modifiers (#13262)Xelus222021-06-201-9/+9
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-205-41/+104
|\|
| * MisonoWorks Karina Layout Macro Rework (#13259)James Young2021-06-205-41/+104
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-201-2/+5
|\|
| * Fix issue with crkbd json mapping (#13255)Drashna Jaelre2021-06-191-2/+5
| |
* | Add Per Key exclusions for Haptic Feedback (#12386)Roland Huber2021-06-192-3/+94
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-207-28/+478
|\|
| * [Keyboard] Add LED matrix and 2 layouts to hub20 (#12505)peepeetee2021-06-197-28/+478
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>