summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-231830-14514/+11415
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-231-2/+2
|\
| * Fix infinite recursion in lxxt encoder logic (#21819)Joel Challis2023-08-231-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-232-3/+3
|\|
| * keychron/c2_pro/ansi/white: Fix column 19 in the custom matrix (#21805)Sergey Vlasov2023-08-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* | Fix keyboards with old RGB driver names (#21817)Joel Challis2023-08-231-1/+1
| |
* | Fix keyboards with old RGB driver names (#21815)Ryan2023-08-2311-11/+11
| |
* | RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-23494-771/+767
| |
* | Simplfy RGB/LED matrix effect logic (#21703)Joel Challis2023-08-2317-171/+171
| |
* | [Keyboard] Add city42 (#21727)Controller Works2023-08-227-0/+362
| | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* | Fix drop/shift/v2 compilation (#21800)Joel Challis2023-08-221-0/+1
| |
* | Align SENSE75 with recent Drop additions (#21757)Joel Challis2023-08-218-107/+66
| |
* | Merge remote-tracking branch 'origin/master' into developzvecr2023-08-2182-17/+3870
|\|
| * Initial support for SHIFT v2 (#21756)Joel Challis2023-08-2112-0/+682
| |
| * Initial support for CTRL v2 (#21755)Joel Challis2023-08-2112-0/+566
| |
| * Initial support for ALT v2 (#21754)Joel Challis2023-08-2114-0/+662
| |
| * [Keyboard] Add linworks favepada (#20794)DUILCHOI2023-08-207-0/+241
| | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
| * [Keyboard] Add Jelly Evolv (#21407)owlab22023-08-2021-0/+742
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
| * Adding support for TAN67 PCB (#21003)Pangorin2023-08-208-0/+508
| | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
| * Add Galatea rev3 keyboard (#21758)studiokestra2023-08-198-21/+472
| |
* | [Keymap] add squigglybob splitkb kyria rev2 keymap (#21751)squigglybob2023-08-163-0/+352
| | | | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-164-0/+311
|\|
| * The PoweredByPorridge layout for the Keyboardio Atreus (#21737)Powered by Porridge2023-08-164-0/+311
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-161-1/+0
|\|
| * coarse/cordillera: fix backlight config (#21761)Ryan2023-08-161-1/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-1624-0/+1132
|\|
| * Add ScottoInvader Keyboard (#20941)Joe Scotto2023-08-158-0/+372
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * Add Scotto34 Keyboard (#20943)Joe Scotto2023-08-158-0/+390
| | | | | | | | | | | | 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>
| * Add ScottoErgo Keyboard (#20944)Joe Scotto2023-08-158-0/+370
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | [Keyboard] add willoucom/keypad (#21714)Wilfried JEANNIARD2023-08-155-0/+116
| |
* | rgblight: driver selection cleanups (#21558)Ryan2023-08-1537-33/+15
| |
* | Merge remote-tracking branch 'origin/master' into developzvecr2023-08-1534-1651/+1913
|\|
| * [Keyboard] Add Chouchou keyboard (#21699)Dane Lipscombe2023-08-155-0/+96
| |
| * [keyboard] Graystudio Think6.5 V3 Support Revised (#21560)Yizhen Liu2023-08-148-0/+369
| | | | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * [Keymap] submitting janat-t planck keymap (#21619)Janat Taerakul2023-08-144-0/+495
| | | | | | | | Co-authored-by: Janat Taerakul <jtaerakul@indeed.com>
| * [Keymap] Update andrebrait keymap for GMMK Pro (#21668)Andre Brait2023-08-143-171/+133
| |
| * [Keymap] Update rpbaptist crkbd (#21674)Richard Baptist2023-08-1414-1480/+820
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Richard Baptist <richard@remote.com>
* | Update usb information for dactyl_cc (#21612)Duncan Sutherland2023-08-151-3/+3
| |
* | OLED: driver naming cleanups (#21710)Ryan2023-08-15258-297/+13
| |
* | Remove invalid config option from kikoslab/kl90 (#21708)Joel Challis2023-08-151-3/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-146-0/+397
|\|
| * [Keyboard] Add Shostudio Arc (#21733)mechlovin2023-08-146-0/+397
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-145-5/+5
|\|
| * Fix `keyboard` field for some JSON keymaps (#21752)Ryan2023-08-155-5/+5
| |
* | Kintwin controller for kinesis keyboard, split layout (#21614)alvicstep2023-08-1429-23/+566
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | [Keyboard] Refactor Caticorn PCB (#21644)HorrorTroll2023-08-1312-405/+107
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-1212-0/+489
|\|
| * [Keyboard] Add mk47 keyboard (#19797)jonylee@hfd2023-08-1212-0/+489
| | | | | | | | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joy <chang.li@westberrytech.com> Co-authored-by: Joy Lee <joylee.lc@foxmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-121-3/+3
|\|
| * [Keyboard] Update USB settings for dactyl_maximus (#21666)Duncan Sutherland2023-08-121-3/+3
| |