summaryrefslogtreecommitdiff
path: root/keyboards/cxt_studio
AgeCommit message (Collapse)AuthorFilesLines
2025-09-12Remove encoder resolution where duplicating defaults (#25654)Joel Challis1-2/+2
2025-05-07Merge remote-tracking branch 'origin/master' into developQMK Bot2-6/+6
2025-05-07CXT Studio 12E3: Fix encoder resolutions not applying (#25242)muge2-6/+6
* add resolution to encoders so they apply * Tweak default keymap * replace KC_UNDO with C(KC_Z) as well
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis1-1/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis2-2/+0
2025-01-28Add CXT Studio 12E3 keyboard (#24749)muge4-0/+167
Co-authored-by: jack <jack@pngu.org> Co-authored-by: Joel Challis <git@zvecr.com>
2024-12-26Move cxt_studio keyboard to own folder (#24748)muge6-43/+19
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan1-1/+1
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2-41/+0
2024-05-12Change all RGB mode keycodes to short aliases (#23691)Ryan1-1/+1
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis2-1/+0
2024-01-04Migrate RGB Matrix config to info.json - C (#22807)Joel Challis2-40/+34
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-08-12[Keymap] Add Via keymap for CXT Studio (#21675)Brian McKenna3-2/+43
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan1-28/+28
2023-04-15Fix info.json LTO and format encoder definitions (#20456)Ryan1-4/+4
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2-1/+3
2023-03-20Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan1-1/+1
2023-02-09[Keyboard] Add CXT Studio (#19531)Colin Kinloch6-0/+220
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Colin Kinloch <colin.kinloch@collabora.com>