Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-31 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-31 | Add giabalanai keyboard (#10125) | 3araht | |
by 3araht | |||
2022-08-31 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-31 | Added personal Iris Rev6a layout and Milk 2% layout (#17600) | Ryan Neff | |
by JellyTitan | |||
2022-08-31 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-31 | Add bepo variant to massdrop/thekey keymaps (#18129) | Benjamin Collet | |
by mrBen | |||
2022-08-31 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-31 | Bandominedoni encoder fix (#18229) | 3araht | |
by 3araht | |||
2022-08-31 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-31 | [Keyboard] Updates to Work Louder keyboards (#18232) | Drashna Jaelre | |
by Drashna | |||
2022-08-31 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-31 | [Keyboard] add tg67 (#18225) | JX | |
2022-08-31 | Ensure all keyboards have a bootloader set (#18234) | Ryan | |
2022-08-31 | Move bootloader.mk to platforms (#18228) | Ryan | |
2022-08-31 | [Core] Rework PS/2 driver selection (#17892) | Marek Kraus | |
* [Core] Rework PS/2 driver selection Enabling and selecting PS/2 driver was using old approach, so it was reworked to current approach, inspired by Serial and WS2812 driver selections. * [Keyboard] Update keyboards using PS/2 to use new PS/2 driver selection * [Docs] Update PS/2 documentation to use new PS/2 driver selection * Fix indentation * [Core] Add PS2 to data driver * Fix oversight in property name Co-authored-by: Drashna Jaelre <drashna@live.com> * Add PS/2 pins to data driven mappings Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-08-31 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-31 | `qmk lint`: fix TypeError (#18226) | Ryan | |
2022-08-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-30 | [Keyboard] CannonKeys Malicious Ergo (#17076) | Andrew Kannan | |
* Add Malicious Ergo keyboard to QMK * Update layout * update info.json * update info.json again * Update info.json again * i h8 info.json * its default not all * Update keyboards/cannonkeys/malicious_ergo/config.h * Add bootloader instructions and license header * Update keyboards/cannonkeys/malicious_ergo/rules.mk * Update keyboards/cannonkeys/malicious_ergo/rules.mk * Update keyboards/cannonkeys/malicious_ergo/readme.md * Remove rotation from info.json * Remove labels * Update keyboards/cannonkeys/malicious_ergo/readme.md * Update keyboards/cannonkeys/malicious_ergo/malicious_ergo.h * Revise info.json again * whitespace fix * Apply suggestions from code review Move pid/vid into info json Fix rounding errors in info json Thanks to fauxpark and noroadsleft! | |||
2022-08-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-30 | [Keyboard] Add NK65B (#18211) | yiancar | |
Co-authored-by: yiancar <yiancar@gmail.com> | |||
2022-08-30 | [Keyboard] Add NK87B (#18210) | yiancar | |
Co-authored-by: yiancar <yiancar@gmail.com> | |||
2022-08-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-30 | [Keyboard] Fix layout macro for Cannonkeys Atlas keyboard (#18216) | Drashna Jaelre | |
2022-08-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-30 | fix boardsource/lulu (#18217) | jack | |
2022-08-30 | Use a macro to compute the size of arrays at compile time (#18044) | Jeff Epler | |
* Add ARRAY_SIZE and CEILING utility macros * Apply a coccinelle patch to use ARRAY_SIZE * fix up some straggling items * Fix 'make test:secure' * Enhance ARRAY_SIZE macro to reject acting on pointers The previous definition would not produce a diagnostic for ``` int *p; size_t num_elem = ARRAY_SIZE(p) ``` but the new one will. * explicitly get definition of ARRAY_SIZE * Convert to ARRAY_SIZE when const is involved The following spatch finds additional instances where the array is const and the division is by the size of the type, not the size of the first element: ``` @ rule5a using "empty.iso" @ type T; const T[] E; @@ - (sizeof(E)/sizeof(T)) + ARRAY_SIZE(E) @ rule6a using "empty.iso" @ type T; const T[] E; @@ - sizeof(E)/sizeof(T) + ARRAY_SIZE(E) ``` * New instances of ARRAY_SIZE added since initial spatch run * Use `ARRAY_SIZE` in docs (found by grep) * Manually use ARRAY_SIZE hs_set is expected to be the same size as uint16_t, though it's made of two 8-bit integers * Just like char, sizeof(uint8_t) is guaranteed to be 1 This is at least true on any plausible system where qmk is actually used. Per my understanding it's universally true, assuming that uint8_t exists: https://stackoverflow.com/questions/48655310/can-i-assume-that-sizeofuint8-t-1 * Run qmk-format on core C files touched in this branch Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||
2022-08-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-30 | Expand on the differences between Caps Word and Caps Lock (#18139) | precondition | |
* Expand on the differences between Caps Word and Caps Lock * Add the equiv default KC_ next to intl alias * It's configurable so it's not a problem | |||
2022-08-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-30 | Add boardsource/lulu RP2040 support (#18200) | jack | |
by waffle87 | |||
2022-08-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-29 | [Keyboard] Kangaroo Rev2 (#18199) | Xelus22 | |
2022-08-29 | [Keyboard] jacky_studio/piggy60 refactor (#18197) | Less/Rikki | |
2022-08-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-29 | Redefinition of MIN is avoided in midi.c (#18203) | 3araht | |
2022-08-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-29 | [Keyboard] Add sinanju WK (#17736) | Felix Jen | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-08-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-29 | [Keyboard] Add Peaker keyboard (#17920) | Felix Jen | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-08-29 | [Keyboard] Add Trailblazer Avalon (#17568) | Felix Jen | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-08-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-29 | [Keymap] Add csolje 42 keymap for the cantor (#18125) | Christian Solje | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Christian Solje <csolje@gn.com> | |||
2022-08-29 | Fix incorrect `bluetooth.driver` rules.mk mapping (#18205) | Ryan | |
2022-08-29 | [Core] Introduce pointing device specific debug messages (#17663) | Stefan Kerkmann | |
2022-08-28 | Use `TAP_CODE_DELAY` for encoder mapping by default (#18098) | Nick Brassel | |
2022-08-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-28 | [Keyboard] Add handwired Split 5x7 (#18128) | Stefan | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-08-28 | [Keyboard] add Nearfield, fix typo in Le Chiffre Readme (#17914) | TJ | |
2022-08-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |