summaryrefslogtreecommitdiff
path: root/keyboards/buzzard/config.h
AgeCommit message (Collapse)Author
2023-02-08Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan
* Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2022-01-10[Keyboard] Add Buzzard support (#15493)Christoph Rehmann
* 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