summaryrefslogtreecommitdiff
path: root/keyboards/planck
AgeCommit message (Collapse)AuthorFilesLines
2025-09-09Migrate `g_led_config` to DD (P) (#25622)Jack Sangdahl8-105/+87
2025-07-11Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan1-2/+2
* Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis6-6/+0
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel2-4/+4
* First batch of eeconfig conversions. * Offset and length for datablocks. * `via`, `dynamic_keymap`. * Fix filename. * Commentary. * wilba leds * satisfaction75 * satisfaction75 * more keyboard whack-a-mole * satisfaction75 * omnikeyish * more whack-a-mole * `generic_features.mk` to automatically pick up nvm repositories * thievery * deferred variable resolve * whitespace * convert api to structs/unions * convert api to structs/unions * convert api to structs/unions * fixups * code-side docs * code size fix * rollback * nvm_xxxxx_erase * Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too. * Fixup build. * Fixup compilation error with encoders. * Build fixes. * Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof. * Build failure rectification.
2025-02-18Fix startup sound for Planck (#24893)Juno Nguyen1-0/+2
2024-11-23Update keymaps to use PDF keycode (#24633)Joel Challis2-43/+10
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel3-110/+0
2024-08-25Update Underglow keycodes (#23765)Ryan1-1/+1
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-08-14[Keyboard] Move Planck EZ to ZSA vendor folder (#23917)Drashna Jaelre10-832/+0
2024-08-04Remove unnecessary RGB Matrix shutdown hooks (#24238)Joel Challis2-13/+2
2024-07-08Fix for encoders and support ENCODER_MAP_ENABLE on Planck rev7 (#23967)Y.KEISUKE4-22/+133
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-06-05Fixup build failures. (#23869)Nick Brassel2-0/+6
2024-05-24Update GPIO macros in keymaps (#23792)Ryan1-2/+2
2024-05-23Migrate `LOCKING_*_ENABLE` to Data-Driven: P, Part 1 (#23779)James Young2-6/+7
Affects: - `p3d/eu_isolation` - `p3d/glitch` - `p3d/q4z` - `p3d/synapse` - `p3d/tw40` - `panc40` - `papercranekeyboards/gerald65` - `parallel/parallel_65/hotswap` - `parallel/parallel_65/soldered` - `pdxkbc` - `pearlboards/atlas` - `pearlboards/pandora` - `pearlboards/pearl` - `pearlboards/zeus` - `pearlboards/zeuspad` - `pegasus` - `phantom` - `phoenix` - `picolab/frusta_fundamental` - `pimentoso/paddino02/rev1` - `pimentoso/paddino02/rev2/left` - `pimentoso/paddino02/rev2/right` - `pisces` - `pizzakeyboards/pizza65` - `pkb65` - `planck` - `playkbtw/ca66` - `playkbtw/pk60` - `playkbtw/pk64rgb` - `pluckey` - `plume/plume65` - `plywrks/ahgase` - `plywrks/lune` - `pohjolaworks/louhi` - `polycarbdiet/s20` - `pom_keyboards/tnln95` - `portal_66/hotswap` - `portal_66/soldered` - `pos78`
2024-05-17Delete trivial keymap readmes (#23714)Ryan1-2/+0
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan3-21/+21
2024-05-02Convert some AVR GPIO operations to macros (#23424)Ryan1-2/+2
2024-04-26Add audio driver to keyboard.json schema (#23616)Joel Challis2-2/+3
2024-04-22Migrate build target markers to keyboard.json - P (#23565)Joel Challis10-55/+38
2024-04-17Remove *_SUPPORTED = yes (#23541)Joel Challis1-1/+0
2024-03-30Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)Ryan2-5/+5
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis2-0/+0
2024-03-15Migrate features from rules.mk to data driven - OPQR (#23285)Joel Challis14-90/+65
2024-03-02WS2812 PWM: prefix for DMA defines (#23111)Ryan4-8/+8
* WS2812 PWM: prefix for DMA defines * Add backward compatibility defines
2024-02-25LED drivers: update keyboard LED configs (#23073)Ryan1-54/+54
* 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-18Add encoder abstraction. (#21548)Nick Brassel2-76/+19
2024-01-18Remove LAYOUTS_HAS_RGB (#22917)Joel Challis10-20/+0
2024-01-10Migrate RGB Matrix config to info.json - NOPQ (#22866)Joel Challis10-123/+100
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan4-4/+4
2023-12-18Update keyboard LED driver configs (#22638)Ryan2-2/+2
2023-12-17[Keymap Removal] Planck and related keymaps. (#22683)Nick Brassel588-60424/+0
2023-11-27Remove userspace keymaps (#22544)Joel Challis79-4930/+0
2023-11-26Improve and Cleanup Shutdown callbacks (#21060)Drashna Jaelre25-871/+46
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis2-2/+0
2023-11-23Migrate some dip switch config to info.json (#22437)Joel Challis8-10/+12
2023-11-12Remove requirement for `keymap_steno.h` include in keymaps (#22423)Ryan9-17/+0
* Remove requirement for `keymap_steno.h` include in keymaps * Add back keymap_steno.h with a note for the time being
2023-11-09Migrate some common features to generic (#22403)Joel Challis1-1/+0
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan2-3/+3
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-04Update ISSI LED types (#22099)Ryan2-2/+2
2023-09-19Add and use I2C address defines for ISSI LED drivers (#22008)Ryan2-10/+3
2023-09-13is31fl3731: driver naming cleanups (#21918)Ryan1-1/+1
2023-09-13is31fl3737: driver naming cleanups (#21904)Ryan1-1/+1
2023-08-27Clean up Unicode API usage in user keymaps (#21849)Ryan1-12/+4
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan5-5/+5
2023-08-15Merge remote-tracking branch 'origin/master' into developzvecr4-0/+495
2023-08-15OLED: driver naming cleanups (#21710)Ryan1-1/+0
2023-08-14[Keymap] submitting janat-t planck keymap (#21619)Janat Taerakul4-0/+495
Co-authored-by: Janat Taerakul <jtaerakul@indeed.com>
2023-07-06Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan5-21/+25
2023-07-03Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+1
2023-07-03planck/rev7: Fix build without AUDIO_ENABLE (#21408)Sergey Vlasov1-0/+1