summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Update rules.mk for xbows keyboard (#14477)X-Bows Tech2021-09-17
| | | | | | | | | | | | | | * Update rules.mk * Update rules.mk * Update rules.mk
| * [Keymap] Adding personal keymap (#14326)Matt2021-09-16
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Keyboard] Add Sauce Mild Keyboard (#14287)Andy Yong2021-09-16
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keymap] Add gaming toggle layer & layer colors to r-pufky keymap. (#14251)r-pufky2021-09-16
| |
| * Mode 65S: Tap code and extra keys for media keys (#14471)Álvaro A. Volpato2021-09-16
| |
| * [Keymap] Update Helix:five_rows OLED code (#14427)Takeshi ISHII2021-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Stop using snprintf() in keymaps/five_rows/oled_display.c. The binary size becomes 1350 bytes smaller. make HELIX=verbose,core-oled helix/rev2/sc:five_rows (104 bytes over) -> (95%, 1256 bytes free) make helix/rev3_5rows:five_rows (528 bytes over) -> (97%, 830 bytes free) * add matrix scan rate display to OLED for keymaps/five_rows * add matrix_output_unselect_delay.c to helix keymaps/five_rows * add GPLv2 header * apply review comment
* | Use opendrain pin with external pullup again (#14474)Stefan Kerkmann2021-09-17
| |
* | Add i2c defaults for Convert to Proton C (#14470)Drashna Jaelre2021-09-16
| | | | | | | | | | * Add i2c defaults for Convert to Proton C * Hide default defines behing CTPC check
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-16
|\|
| * [Keyboard] Increase the way to add oled code for helix/rev3. (#14426)Takeshi ISHII2021-09-16
| | | | | | | | | | | | | | | | | | | | | | * move rev3_Xrows/oled_display.c to rev3_Xrows/keymaps/default/oled_display.c * add dummy rev3_Xrows/oled_display.c * Add default minimum oled_task_user() to helix/rev3_Xrows/rev3_Xrows.c * remove unnecessary comment in rev3_Xrows/keymaps/default/oled_display.c * copy rev3_Xrows/keymaps/default/oled_display.c to rev3_Xrows/keymaps/via/oled_display.c
* | [Bug] fix logical minimum in Programmable Button rdesc (#14464)Thomas Weißschuh2021-09-16
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-16
|\|
| * Adds optional hebrew layout (Unicode) (#14156)Jos Boersema2021-09-15
| |
* | New CLI subcommand to create clang-compatible compilation database ↵Bao2021-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (`compile_commands.json`) (#14370) * pulled source from dev branch * missed a file from origin * formatting * revised argument names. relaxed matching rules to work for avr too * add docstrings * added docs. tightened up regex * remove unused imports * cleaning up command file. use existing qmk dir constant * rename parser library file * move lib functions into command file. there are only 2 and they aren't large * currently debugging... * more robustly find config * updated docs * remove unused imports * reuse make executable from the main make command * pulled source from dev branch * missed a file from origin * formatting * revised argument names. relaxed matching rules to work for avr too * add docstrings * added docs. tightened up regex * remove unused imports * cleaning up command file. use existing qmk dir constant * rename parser library file * move lib functions into command file. there are only 2 and they aren't large * currently debugging... * more robustly find config * updated docs * remove unused imports * reuse make executable from the main make command * remove MAKEFLAGS from environment for better control over process management * Update .gitignore Co-authored-by: Michael Forster <forster@google.com> * add a usage line to docs * doc change as suggested Co-authored-by: Nick Brassel <nick@tzarc.org> * rename command * remove debug print statements * generate-compilation-database: fix arg handling * generate-comilation-db: improve error handling * use cli.run() instead of Popen() Co-authored-by: Xton <cdewan@apple.com> Co-authored-by: Christon DeWan <cmdpix@mac.com> Co-authored-by: Michael Forster <forster@google.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-16
|\|
| * [Keyboard] Add the Idobao ID96 keyboard (#14371)Vino Rodrigues2021-09-15
| | | | | | | | | | 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-09-16
|\|
| * [Keyboard] Add FJLabs TF60 Variants and TF65 Variant (#14392)Felix Jen2021-09-15
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] Add Absolute Designs AD65 Keyboard (#14391)Felix Jen2021-09-15
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | [Bug] Fix descriptor for USB Programmable Buttons (#14455)Thomas Weißschuh2021-09-15
| |
* | Make ChibiOS PAL interactions less STM32 specific - Round 2 (#14456)Joel Challis2021-09-16
| |
* | core: fix compilation issues with USB programmable buttons (#14454)Thomas Weißschuh2021-09-16
| | | | | | | | Reported here: https://github.com/qmk/qmk_firmware/pull/12950#issuecomment-920329569
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-15
|\|
| * [Keyboard] add Matrix Me (#14331)yulei2021-09-15
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-15
|\|
| * [Keyboard] Replaced Maker Keyboards & FJLabs Legacy Code (#14393)Felix Jen2021-09-15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-15
|\|
| * [Keyboard] Add `NO_LED` positions to match key matrix. (#14417)Albert Y2021-09-15
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-15
|\|
| * [Keymap] A slight improvement to my own ErgoDox keymap (#14425)IFo Hancroft2021-09-15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-15
|\|
| * [Keymap] Trying again with Prime-e update! (#14429)peott-fr2021-09-15
| |
| * [Keyboard] Update lighting effects for xbows keyboard (#14432)X-Bows Tech2021-09-15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-15
|\|
| * [Docs] add sync options heading, update led indicators (#14441)Dasky2021-09-15
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-15
|\|
| * [Bug] Fix IS31fl3741 driver to accept 1 or 2 addresses (#14451)Drashna Jaelre2021-09-15
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Add Support for USB programmable buttons (#12950)Thomas Weißschuh2021-09-15
| |
* | Implement F4 eeprom (#14195)Joel Challis2021-09-15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-15
|\|
| * [Keyboard] Fix Boop65 rgb compile issues (#14444)Drashna Jaelre2021-09-15
| |
* | Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433)Joel Challis2021-09-15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-15
|\|
| * [Keyboard] Add Aya keyboard (#14378)Dan Nixon2021-09-14
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-15
|\|
| * [Keyboard] add kbd75 hotswap keyboard (#14283)moyi46812021-09-14
| | | | | | | | | | 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-09-15
|\|
| * [Keyboard] add boop65 rgb keyboard (#14166)moyi46812021-09-14
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keyboard] Add KeyBee65 (#14163)Wolf Van Herreweghe2021-09-14
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-15
|\|