summaryrefslogtreecommitdiffstats
path: root/keyboards/pistachio_pro
Commit message (Collapse)AuthorAgeFilesLines
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-023-9/+9
| | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* PistachioPro: correct Configurator key sequence (#14277)James Young2021-09-021-91/+98
| | | | | | | * info.json: apply human-friendly formatting * correct LAYOUT key sequence Moves the Enter key object to the correct place in sequence.
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-241-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-193-3/+3
|\
| * Added VIA keymap for pistachio_mp (#14015)rate2021-08-193-3/+3
| | | | | | | | | | * Added VIA keymap for pistachio_mp * Fixed typos
* | Fix errors that have cropped up in develop (#14005)Zach White2021-08-151-1/+1
|/ | | | | * frooastboard: remove duplicate values from config.h * pistachio_pro: remove unused pin D5
* [Keyboard] Added pistachio_pro (#13466)rate2021-08-0917-0/+1370
* Added pistachio_pro * Apply suggestions from code review * Apply suggestions from code review