summaryrefslogtreecommitdiff
path: root/keyboards/pica40
AgeCommit message (Collapse)AuthorFilesLines
2025-07-28Remove some encoder resolution that duplicate defaults (#25517)Joel Challis1-1/+1
2025-06-02Configure boards to use development_board - P (#25317)Joel Challis1-2/+1
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis2-2/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis2-2/+0
2025-01-20Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24835)Joel Challis1-1/+0
2024-10-12Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan2-2/+0
* Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge
2024-07-26Remove duplicate calls to `housekeeping_task_user` (#24201)Joel Challis2-4/+0
2024-07-18Migrate half-duplex `SERIAL_USART_TX_PIN` to DD (#24143)Joel Challis2-3/+2
2024-07-13Migrate SERIAL_DRIVER to json (#23925)Joel Challis2-1/+3
2024-07-03Rename encoder pins defines (#24003)Ryan1-2/+2
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan1-7/+7
2024-04-22Migrate build target markers to keyboard.json - P (#23565)Joel Challis1-0/+0
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis2-0/+0
2024-02-18Add encoder abstraction. (#21548)Nick Brassel2-89/+17
2024-02-15Remove obvious user keymaps, keyboards/{s,t}* edition. (#23084)Joel Challis3-209/+0
2023-08-15OLED: driver naming cleanups (#21710)Ryan1-1/+0
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan1-40/+40
2023-05-01Move `FORCE_NKRO` to data driven (#20604)Ryan2-7/+1
2023-04-15Fix info.json LTO and format encoder definitions (#20456)Ryan2-2/+6
2023-04-15Encodermap direction define. (#20454)Nick Brassel1-1/+1
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2-2/+4
2023-04-03Add core/fallback encoder behaviour (#20320)jack1-12/+0
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition1-1/+0
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan2-1/+3
2023-02-26Move encoder config to data driven (#19923)Ryan2-4/+1
Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-12-30[Keyboard] Add Pica40 (#19220)Evgenii Vilkov18-0/+775
Co-authored-by: Drashna Jaelre <drashna@live.com>