Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-08-23 | keychron/c2_pro/ansi/white: Fix column 19 in the custom matrix (#21805) | Sergey Vlasov | |
Although `keychron/c2_pro/ansi/rgb` and `keychron/c2_pro/ansi/white` use the same custom matrix code, the matrix layouts are slightly different; in particular, only the `keychron/c2_pro/ansi/white` board actually uses column 19. However, the handling of column 19 in the custom matrix code was broken, therefore that column did not work. Looks like the custom matrix code assumes that `SHIFT_COL_END` refers to the last column connected to the shift register, and not to the column past that; so the value of `SHIFT_COL_END` needs to be changed from 19 to 18 (columns 11...18 are connected to the shift register, and column 19 is connected to the C14 pin). Also the code which was determining `SIZE_T` and `UNSELECT_ALL_COL` had an off-by-one bug when counting the required number of bits (again due to the confusion on the `SHIFT_COL_END` meaning); this had been fixed too (the actual behavior of that part of the code did not change, because both the old and the new version select the 8 bit variant). | |||
2023-08-23 | Fix keyboards with old RGB driver names (#21817) | Joel Challis | |
2023-08-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-08-22 | [Doc] Improve magic keycode section (#21787) | フィルターペーパー | |
2023-08-23 | Fix keyboards with old RGB driver names (#21815) | Ryan | |
2023-08-23 | RGB Matrix: driver naming cleanups (#21594) | Ryan | |
2023-08-23 | Simplfy RGB/LED matrix effect logic (#21703) | Joel Challis | |
2023-08-22 | fix: restore indicators to jellybean_raindrops (#21792) | Less/Rikki | |
After #21169, rgb_matrix_indicators() was limited to running on the final render iteration. Since the jellybean_raindrops animation immediately returns false after updating a single LED, the iteration count no longer ends up high enough to render non-advanced indicators. This change also brings jellybean_raindrops more in line with raindrops. | |||
2023-08-22 | [Keyboard] Add city42 (#21727) | Controller Works | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | |||
2023-08-22 | Fix drop/shift/v2 compilation (#21800) | Joel Challis | |
2023-08-21 | Align SENSE75 with recent Drop additions (#21757) | Joel Challis | |
2023-08-21 | Merge remote-tracking branch 'origin/master' into develop | zvecr | |
2023-08-21 | Initial support for SHIFT v2 (#21756) | Joel Challis | |
2023-08-21 | Initial support for CTRL v2 (#21755) | Joel Challis | |
2023-08-21 | Initial support for ALT v2 (#21754) | Joel Challis | |
2023-08-20 | [Keyboard] Add linworks favepada (#20794) | DUILCHOI | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com> | |||
2023-08-20 | [Keyboard] Add Jelly Evolv (#21407) | owlab2 | |
Co-authored-by: jack <0x6a73@protonmail.com> | |||
2023-08-20 | Adding support for TAN67 PCB (#21003) | Pangorin | |
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-08-19 | Add Galatea rev3 keyboard (#21758) | studiokestra | |
2023-08-18 | [Bug] Fix compilation error for APA on ChibiOS (#21773) | Drashna Jaelre | |
2023-08-16 | [Keymap] add squigglybob splitkb kyria rev2 keymap (#21751) | squigglybob | |
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com> | |||
2023-08-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-08-16 | The PoweredByPorridge layout for the Keyboardio Atreus (#21737) | Powered by Porridge | |
Co-authored-by: jack <0x6a73@protonmail.com> | |||
2023-08-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-08-16 | coarse/cordillera: fix backlight config (#21761) | Ryan | |
2023-08-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-08-15 | Add ScottoInvader Keyboard (#20941) | Joe Scotto | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2023-08-15 | Add Scotto34 Keyboard (#20943) | Joe Scotto | |
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2023-08-15 | Add ScottoErgo Keyboard (#20944) | Joe Scotto | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2023-08-15 | [Keyboard] add willoucom/keypad (#21714) | Wilfried JEANNIARD | |
2023-08-15 | rgblight: driver selection cleanups (#21558) | Ryan | |
2023-08-15 | Merge remote-tracking branch 'origin/master' into develop | zvecr | |
2023-08-15 | Update usb information for dactyl_cc (#21612) | Duncan Sutherland | |
2023-08-15 | OLED: driver naming cleanups (#21710) | Ryan | |
2023-08-15 | [Keyboard] Add Chouchou keyboard (#21699) | Dane Lipscombe | |
2023-08-15 | Remove invalid config option from kikoslab/kl90 (#21708) | Joel Challis | |
2023-08-14 | [keyboard] Graystudio Think6.5 V3 Support Revised (#21560) | Yizhen Liu | |
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2023-08-14 | [Keymap] submitting janat-t planck keymap (#21619) | Janat Taerakul | |
Co-authored-by: Janat Taerakul <jtaerakul@indeed.com> | |||
2023-08-14 | [Keymap] Update andrebrait keymap for GMMK Pro (#21668) | Andre Brait | |
2023-08-14 | [Keymap] Update rpbaptist crkbd (#21674) | Richard Baptist | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Richard Baptist <richard@remote.com> | |||
2023-08-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-08-14 | [Keyboard] Add Shostudio Arc (#21733) | mechlovin | |
2023-08-14 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-08-15 | Fix `keyboard` field for some JSON keymaps (#21752) | Ryan | |
2023-08-14 | Kintwin controller for kinesis keyboard, split layout (#21614) | alvicstep | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2023-08-13 | [Keyboard] Refactor Caticorn PCB (#21644) | HorrorTroll | |
2023-08-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-08-12 | correct keymap file name for tkl_f13_jis layout (#21631) | Duncan Sutherland | |
2023-08-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |