summaryrefslogtreecommitdiff
path: root/keyboards/pteron36/pteron36.c
AgeCommit message (Collapse)Author
2022-10-11Remove legacy keycodes, part 3 (#18669)Ryan
* `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
2021-11-28Fix keyboard level use of OLED_DRIVER_ENABLE (#15343)Joel Challis
2021-11-02[Core] Change OLED task function to be boolean (#14864)Drashna Jaelre
* [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
2021-09-28[Keyboard] Pteron36 (#13475)Harshit Goel
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Harshti Goel <harshitgoel@licious.com>
2021-07-01[Keyboard] Pteron36, open source 3x5_3 supporting layout (#13313)Harshit Goel