summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-29Add Brutalv2 60 Keyboard (#22094)Andrew Kannan
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-09-29Add _DEFAULT_ON lighting configuration options (#21865)Joel Challis
2023-09-29Add `RGBLIGHT_DEFAULT_ON` macro configuration option (#20857)Álvaro A. Volpato
* ADD RGB_DEFAULT_DISABLED option and updated documentation * Formatting * Add as by fauxpark's suggestion Co-authored by: fauxpark * Formatting * Use boolean values instead of numerical Co-authored-by: Ryan <fauxpark@gmail.com> * Edit documentation formatting Co-authored-by: Ryan <fauxpark@gmail.com> * Remove comment Co-authored-by: Ryan <fauxpark@gmail.com> * Set RGB mode to DEFAULT macro at init Co-authored-by: Ryan <fauxpark@gmail.com> --------- Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: zvecr <git@zvecr.com>
2023-09-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-29teleport/native: switch from wrongly used user to kb function, boost matrix ↵Moritz Plattner
scan rate (#21172) * enable LTO * change from _user to _kb function * switch matrix io delay to nops, add opt=3 for higher scan rates * disable console which was enabled for testing but collides with endpoint used by VIA * switched from opt=3 to opt=2 * Update keyboards/teleport/native/native.c Co-authored-by: Joel Challis <git@zvecr.com> * slightly upped debounce, as some testers had chatter with async + default debounce --------- Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-294pplet Eagle/Viper Rep Rev.A Layout Additions II (#22161)James Young
2023-09-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-28Add KB12 keyboard (#21605)DOIO2022
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2023-09-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-28add linworks fave60 (#20796)DUILCHOI
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-09-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-28Rura66 Layout Data (#22155)James Young
* Friendly-format `info.json` [style] * Update layout data - separate keyboard halves - add vertical stagger [refactor]
2023-09-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-28HnahKB Freyr Layout Additions (#22150)James Young
* Add layout/matrix diagram [docs] * Add `LAYOUT_tkl_ansi_split_bs_rshift` [enhancement] * Add `LAYOUT_tkl_ansi_tsangan_split_bs_rshift` [enhancement] * Add `LAYOUT_tkl_ansi_tsangan` [enhancement] * Add `LAYOUT_tkl_ansi_wkl_split_bs_rshift` [enhancement] * Add `LAYOUT_tkl_ansi_wkl` [enhancement] * Add `LAYOUT_tkl_iso_split_bs_rshift` [enhancement] * Add `LAYOUT_tkl_iso_tsangan_split_bs_rshift` [enhancement] * Add `LAYOUT_tkl_iso_tsangan` [enhancement] * Add `LAYOUT_tkl_iso_wkl_split_bs_rshift` [enhancement] * Add `LAYOUT_tkl_iso_wkl` [enhancement] * Extend Community Layout support Add as supported layouts: - `tkl_ansi_split_bs_rshift` - `tkl_ansi_tsangan` - `tkl_ansi_tsangan_split_bs_rshift` - `tkl_iso_split_bs_rshift` - `tkl_iso_tsangan` - `tkl_iso_tsangan_split_bs_rshift` [enhancement]
2023-09-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-29Allow for `qmk mass-compile all:<keymap>` (#22116)Nick Brassel
Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-28GMMK2 65% ISO Community Layout Support (#22152)James Young
* Refactor `LAYOUT` into `LAYOUT_65_iso_blocker` Move the Enter key to the end of the home row for Community Layout compatibility. [chore] [refactor] * Enable Community Layout support [enhancement]
2023-09-28refactor: move default RGB/LED matrix #defines (#21938)Less/Rikki
* refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-28Allow inline generation of compile_commands.json while doing a `qmk ↵Nick Brassel
compile`, using `--compiledb` (#21549)
2023-09-27Fix issues with adm42 (#22144)Joel Challis
2023-09-27is31fl3733: complete LED Matrix support (#22149)Ryan
2023-09-27is31fl3218: Add LED Matrix support (#22126)Ryan
Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-27Update Drop keyboards for develop (#22145)Joel Challis
2023-09-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-27Drop V2 production updates (#22147)Joel Challis
2023-09-27Fix parsing/validation for 21939 (#22148)Joel Challis
2023-09-27is31fl3736: extract single-color API (#22133)Ryan
2023-09-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-27Add support for YMD75 V4 - ISO (#22128)Joel Challis
2023-09-27Initial support for CSTM80 (#22137)Joel Challis
2023-09-27More data driven RGB/LED Matrix config (#21939)Joel Challis
2023-09-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-26[Keyboard] Add spankbd, 3x5+3 split keyboard (#22003)Idan Kamara
2023-09-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-25rastersoft/minitkl layout corrections (#22130)Duncan Sutherland
2023-09-25Fix doc for programmable buttons. (#22136)Yanfei Guo
Co-authored-by: Yanfei Guo <yguo@anl.gov>
2023-09-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-26Fix entry into bootloader for STM32G431. (#22138)Nick Brassel
2023-09-25add tofujr v2 keyboard (#21740)dztech
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-09-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-25Fix typo in oled_driver (#22134)Ikko Eltociear Ashimine
betwen -> between
2023-09-25Move velocikey to within rgblight (#22123)Joel Challis
2023-09-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-25Added more rgb effects for rpk-001 keyboard (#22120)Joy Lee
2023-09-24YMDK Melody96 Break-Up (#22121)James Young
2023-09-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-24Add zoom98 (#22062)spbgzh
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>