summaryrefslogtreecommitdiff
path: root/keyboards/handwired/pilcrow/pilcrow.h
AgeCommit message (Collapse)Author
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan
2021-09-01Change keyboard level include guards to `pragma once` (#14248)Ryan
* Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
2018-12-11handwired/pilcrow Refactor, Configurator support and readme update (#4602)noroadsleft
* handwired/pilcrow: refactor - layout macro renamed from KEYMAP to LAYOUT - keymap now uses #include QMK_KEYBOARD_H - layers reformatted for readability - removed unused and deprecated fn_actions and action_get_macro blocks - keymap config.h - updated to use #pragma once - removed redundant config.h include * handwired/pilcrow: Configurator support * handwired/pilcrow: readme update Updated readme.md file to use modern template formatting.
2016-12-12svg bug fix and added pilcrow to hand wireclimbalima