]> git.donarmstrong.com Git - qmk_firmware.git/commit
handwired/pilcrow Refactor, Configurator support and readme update (#4602)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Tue, 11 Dec 2018 08:19:55 +0000 (00:19 -0800)
committerDrashna Jaelre <drashna@live.com>
Tue, 11 Dec 2018 08:19:55 +0000 (00:19 -0800)
commita003be1e9c195a4e1d74e563eaf261eec0e9a50b
tree69cc33970a4a8c98636a4955a4ad2b7f31faffb4
parent3bef186ea6ba9da445a16d2ff72d2737e1d7c974
handwired/pilcrow Refactor, Configurator support and readme update (#4602)

* 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.
keyboards/handwired/pilcrow/info.json [new file with mode: 0644]
keyboards/handwired/pilcrow/keymaps/default/config.h
keyboards/handwired/pilcrow/keymaps/default/keymap.c
keyboards/handwired/pilcrow/pilcrow.h
keyboards/handwired/pilcrow/readme.md