summaryrefslogtreecommitdiff
path: root/keyboards/projectd
AgeCommit message (Collapse)AuthorFilesLines
2025-05-16Remove duplicate of SPI default config from keyboards (#25266)Joel Challis3-6/+0
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis3-3/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis3-3/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis3-3/+0
2025-01-26Unify spi_master headers (#24857)Ryan3-0/+9
* Move default config to .c file * Explicitly define PAL modes for boards with custom init * Unify spi_master headers
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan3-9/+9
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel6-188/+0
2024-07-11Various fixes for keyboards not implementing callbacks correctly (#24092)Joel Challis1-0/+3
2024-06-17Strip decimals from RGB Matrix layout positions (#23943)Ryan3-190/+190
2024-06-14Various keyboard fixes (#23919)Ryan2-1/+0
2024-05-23Migrate `LOCKING_*_ENABLE` to Data-Driven: P, Part 2 (#23780)James Young4-12/+10
Affects: - `preonic/rev1` - `preonic/rev2` - `preonic/rev3` - `preonic/rev3_drop` - `primekb/meridian/ktr1010` - `primekb/meridian/ws2812` - `primekb/meridian_rgb` - `primekb/prime_m` - `primekb/prime_o` - `primekb/prime_r` - `projectcain/relic` - `projectcain/vault45` - `projectd/65/projectd_65_ansi` - `projectd/75/ansi` - `projectkb/alice/rev1` - `projectkb/alice/rev2` - `projectkb/signature65` - `projectkb/signature87` - `prototypist/allison` - `prototypist/allison_numpad` - `prototypist/j01` - `psuieee/pluto12` - `pteron36` - `puck` - `punk75`
2024-05-19Merge remote-tracking branch 'origin/master' into developQMK Bot11-0/+717
2024-05-18[Keyboard] Add Projectd 75 iso (#21942)gskygithub11-0/+717
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan2-6/+6
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis4-2/+0
2024-02-25LED drivers: update keyboard LED configs (#23073)Ryan2-173/+173
* IS31FL3733: update keyboard LED config * IS31FL3736: update keyboard LED config * IS31FL3737: update keyboard LED config * IS31FL3741: update keyboard LED config * IS31FL3743A: update keyboard LED config * AW20216S: update keyboard LED config * SNLED27351: update keyboard LED config
2024-02-15AW20216S: combine EN pin defines (#23067)Ryan2-3/+2
2024-01-10Migrate RGB Matrix config to info.json - NOPQ (#22866)Joel Challis4-12/+4
2024-01-02Remove IS31FLCOMMON code (#22800)Ryan2-5/+5
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan2-2/+2
2023-12-18Update keyboard LED driver configs (#22638)Ryan2-2/+2
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis2-2/+0
2023-11-14Migrate some EEPROM config to info.json (#22434)Joel Challis3-5/+8
2023-10-22Fix invalid LED driver config (#22312)Joel Challis1-2/+0
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan1-4/+4
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-05Merge remote-tracking branch 'origin/master' into developQMK Bot12-0/+741
2023-10-04Add keyboard Projectd/75/Projectd_75_ansi (#21628)gskygithub12-0/+741
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>
2023-09-20Update AW20216S LED type (#22072)Ryan1-2/+2
* Update AW20216S LED type * Remove mattgauf keymap
2023-09-14Migrate WEAR_LEVELING_*_SIZE to info.json (#22010)Joel Challis2-2/+2
2023-09-13aw20216: driver naming cleanups (#21891)Ryan3-7/+7
2023-09-12Migrate spi_flash WEAR_LEVELING_DRIVER to info.json (#21978)Joel Challis2-2/+7
2023-08-23Fix keyboards with old RGB driver names (#21815)Ryan1-1/+1
2023-08-12[Keyboard] Add Projectd/65/Projectd_65_ansi (#21520)gskygithub10-0/+680
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>