]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Bpiphany Pegasus Hoof Refactor, Configurator support (#4649)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Sat, 15 Dec 2018 00:38:46 +0000 (16:38 -0800)
committerDrashna Jaelre <drashna@live.com>
Sat, 15 Dec 2018 00:38:46 +0000 (16:38 -0800)
commit039434caf96c77a8584f03ab2b27ed255e7adae5
treeb2c7028deae7b647f180a8b7c8f1207bc733939d
parentbb5262de0790ed3f4f91de20fad6e13fc0ffddc5
Keyboard: Bpiphany Pegasus Hoof Refactor, Configurator support (#4649)

* Pegasus Hoof: layout macro refactor

- Renamed KEYMAP to LAYOUT
- Added LAYOUT_tkl_ansi macro
- white space changes (changed tabs for 2 spaces)

* Pegasus Hoof: keymap refactor

- updated layout macro names
- changed to #include QMK_KEYBOARD_H
- removed redundant KC_TRNS definitions
- white space changes (changed tabs to spaces)
- removed deprecated build script instructions from rules.mk files
- updated config.h to #pragma once

* Pegasus Hoof: Configurator support

* Pegasus Hoof: readme cleanup

- Reformat header and description paragraph
- Fix Hardware Availability link (was 404)
- renamed filename to lowercase

* Pegasus Hoof: add LAYOUTS = tkl_ansi to rules.mk

* Pegasus Hoof: fix LAYOUT_tkl_jis macro
12 files changed:
keyboards/bpiphany/pegasushoof/README.md [deleted file]
keyboards/bpiphany/pegasushoof/info.json [new file with mode: 0644]
keyboards/bpiphany/pegasushoof/keymaps/blowrak/keymap.c
keyboards/bpiphany/pegasushoof/keymaps/blowrak/rules.mk
keyboards/bpiphany/pegasushoof/keymaps/citadel/config.h
keyboards/bpiphany/pegasushoof/keymaps/citadel/keymap.c
keyboards/bpiphany/pegasushoof/keymaps/citadel/rules.mk
keyboards/bpiphany/pegasushoof/keymaps/default/keymap.c
keyboards/bpiphany/pegasushoof/keymaps/default/rules.mk
keyboards/bpiphany/pegasushoof/pegasushoof.h
keyboards/bpiphany/pegasushoof/readme.md [new file with mode: 0644]
keyboards/bpiphany/pegasushoof/rules.mk