summaryrefslogtreecommitdiffstats
path: root/keyboards/buzzard/rev1/rev1.c
Commit message (Collapse)AuthorAgeFilesLines
* haptic: further naming cleanups (#21682)Ryan2023-08-041-5/+5
|
* haptic: naming cleanups (#21551)Ryan2023-07-211-6/+6
|
* Move remaining `LAYOUT`s to data driven (#20422)Ryan2023-04-151-1/+1
|
* [Keyboard] Add Buzzard support (#15493)Christoph Rehmann2022-01-101-0/+128
* add buzzerd (untested, WIP) * configured linear actuator and fixed keymap * configuration tweaks and added custom keymap * add custom tapping term for home row mod * added readme * remove ionide folder * added scroll function to trackpoint * keymap reworked * using one shot shift and removed dynamic macros * reworked default keymap * adapted to latest qmk changes * remove caps word from default keymap * use provided coding guidelines * use get_highest_layer in favour of biton32 * fixed formatting * remove unnecessary define statement