forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keyboard: Bpiphany Pegasus Hoof Refactor, Configurator support (qmk#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
- Loading branch information
1 parent
7d60d50
commit 20df269
Showing
11 changed files
with
283 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,192 @@ | ||
{ | ||
"keyboard_name": "Pegasus Hoof", | ||
"url": "", | ||
"maintainer": "qmk", | ||
"width": 18.25, | ||
"height": 6.5, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{"label":"Esc", "x":0, "y":0}, | ||
{"label":"F1", "x":2, "y":0}, | ||
{"label":"F2", "x":3, "y":0}, | ||
{"label":"F3", "x":4, "y":0}, | ||
{"label":"F4", "x":5, "y":0}, | ||
{"label":"F5", "x":6.5, "y":0}, | ||
{"label":"F6", "x":7.5, "y":0}, | ||
{"label":"F7", "x":8.5, "y":0}, | ||
{"label":"F8", "x":9.5, "y":0}, | ||
{"label":"F9", "x":11, "y":0}, | ||
{"label":"F10", "x":12, "y":0}, | ||
{"label":"F11", "x":13, "y":0}, | ||
{"label":"F12", "x":14, "y":0}, | ||
{"label":"Print Screen", "x":15.25, "y":0}, | ||
{"label":"Scroll Lock", "x":16.25, "y":0}, | ||
{"label":"Pause", "x":17.25, "y":0}, | ||
{"label":"`", "x":0, "y":1.5}, | ||
{"label":"1", "x":1, "y":1.5}, | ||
{"label":"2", "x":2, "y":1.5}, | ||
{"label":"3", "x":3, "y":1.5}, | ||
{"label":"4", "x":4, "y":1.5}, | ||
{"label":"5", "x":5, "y":1.5}, | ||
{"label":"6", "x":6, "y":1.5}, | ||
{"label":"7", "x":7, "y":1.5}, | ||
{"label":"8", "x":8, "y":1.5}, | ||
{"label":"9", "x":9, "y":1.5}, | ||
{"label":"0", "x":10, "y":1.5}, | ||
{"label":"-", "x":11, "y":1.5}, | ||
{"label":"=", "x":12, "y":1.5}, | ||
{"label":"Backspace", "x":13, "y":1.5, "w":2}, | ||
{"label":"Insert", "x":15.25, "y":1.5}, | ||
{"label":"Home", "x":16.25, "y":1.5}, | ||
{"label":"Page Up", "x":17.25, "y":1.5}, | ||
{"label":"Tab", "x":0, "y":2.5, "w":1.5}, | ||
{"label":"Q", "x":1.5, "y":2.5}, | ||
{"label":"W", "x":2.5, "y":2.5}, | ||
{"label":"E", "x":3.5, "y":2.5}, | ||
{"label":"R", "x":4.5, "y":2.5}, | ||
{"label":"T", "x":5.5, "y":2.5}, | ||
{"label":"Y", "x":6.5, "y":2.5}, | ||
{"label":"U", "x":7.5, "y":2.5}, | ||
{"label":"I", "x":8.5, "y":2.5}, | ||
{"label":"O", "x":9.5, "y":2.5}, | ||
{"label":"P", "x":10.5, "y":2.5}, | ||
{"label":"[", "x":11.5, "y":2.5}, | ||
{"label":"]", "x":12.5, "y":2.5}, | ||
{"label":"\\", "x":13.5, "y":2.5, "w":1.5}, | ||
{"label":"Delete", "x":15.25, "y":2.5}, | ||
{"label":"End", "x":16.25, "y":2.5}, | ||
{"label":"Page Down", "x":17.25, "y":2.5}, | ||
{"label":"Caps Lock", "x":0, "y":3.5, "w":1.75}, | ||
{"label":"A", "x":1.75, "y":3.5}, | ||
{"label":"S", "x":2.75, "y":3.5}, | ||
{"label":"D", "x":3.75, "y":3.5}, | ||
{"label":"F", "x":4.75, "y":3.5}, | ||
{"label":"G", "x":5.75, "y":3.5}, | ||
{"label":"H", "x":6.75, "y":3.5}, | ||
{"label":"J", "x":7.75, "y":3.5}, | ||
{"label":"K", "x":8.75, "y":3.5}, | ||
{"label":"L", "x":9.75, "y":3.5}, | ||
{"label":";", "x":10.75, "y":3.5}, | ||
{"label":"'", "x":11.75, "y":3.5}, | ||
{"label":"Enter", "x":12.75, "y":3.5, "w":2.25}, | ||
{"label":"Shift", "x":0, "y":4.5, "w":1.25}, | ||
{"label":"ISO \\", "x":1.25, "y":4.5}, | ||
{"label":"Z", "x":2.25, "y":4.5}, | ||
{"label":"X", "x":3.25, "y":4.5}, | ||
{"label":"C", "x":4.25, "y":4.5}, | ||
{"label":"V", "x":5.25, "y":4.5}, | ||
{"label":"B", "x":6.25, "y":4.5}, | ||
{"label":"N", "x":7.25, "y":4.5}, | ||
{"label":"M", "x":8.25, "y":4.5}, | ||
{"label":",", "x":9.25, "y":4.5}, | ||
{"label":".", "x":10.25, "y":4.5}, | ||
{"label":"/", "x":11.25, "y":4.5}, | ||
{"label":"Shift", "x":12.25, "y":4.5, "w":2.75}, | ||
{"label":"Up", "x":16.25, "y":4.5}, | ||
{"label":"Ctrl", "x":0, "y":5.5, "w":1.25}, | ||
{"label":"GUI", "x":1.25, "y":5.5, "w":1.25}, | ||
{"label":"Alt", "x":2.5, "y":5.5, "w":1.25}, | ||
{"x":3.75, "y":5.5, "w":6.25}, | ||
{"label":"AltGr", "x":10, "y":5.5, "w":1.25}, | ||
{"label":"GUI", "x":11.25, "y":5.5, "w":1.25}, | ||
{"label":"Menu", "x":12.5, "y":5.5, "w":1.25}, | ||
{"label":"Ctrl", "x":13.75, "y":5.5, "w":1.25}, | ||
{"label":"Left", "x":15.25, "y":5.5}, | ||
{"label":"Down", "x":16.25, "y":5.5}, | ||
{"label":"Right", "x":17.25, "y":5.5} | ||
] | ||
}, | ||
"LAYOUT_tkl_ansi": { | ||
"layout": [ | ||
{"label":"Esc", "x":0, "y":0}, | ||
{"label":"F1", "x":2, "y":0}, | ||
{"label":"F2", "x":3, "y":0}, | ||
{"label":"F3", "x":4, "y":0}, | ||
{"label":"F4", "x":5, "y":0}, | ||
{"label":"F5", "x":6.5, "y":0}, | ||
{"label":"F6", "x":7.5, "y":0}, | ||
{"label":"F7", "x":8.5, "y":0}, | ||
{"label":"F8", "x":9.5, "y":0}, | ||
{"label":"F9", "x":11, "y":0}, | ||
{"label":"F10", "x":12, "y":0}, | ||
{"label":"F11", "x":13, "y":0}, | ||
{"label":"F12", "x":14, "y":0}, | ||
{"label":"Print Screen", "x":15.25, "y":0}, | ||
{"label":"Scroll Lock", "x":16.25, "y":0}, | ||
{"label":"Pause", "x":17.25, "y":0}, | ||
{"label":"`", "x":0, "y":1.5}, | ||
{"label":"1", "x":1, "y":1.5}, | ||
{"label":"2", "x":2, "y":1.5}, | ||
{"label":"3", "x":3, "y":1.5}, | ||
{"label":"4", "x":4, "y":1.5}, | ||
{"label":"5", "x":5, "y":1.5}, | ||
{"label":"6", "x":6, "y":1.5}, | ||
{"label":"7", "x":7, "y":1.5}, | ||
{"label":"8", "x":8, "y":1.5}, | ||
{"label":"9", "x":9, "y":1.5}, | ||
{"label":"0", "x":10, "y":1.5}, | ||
{"label":"-", "x":11, "y":1.5}, | ||
{"label":"=", "x":12, "y":1.5}, | ||
{"label":"Backspace", "x":13, "y":1.5, "w":2}, | ||
{"label":"Insert", "x":15.25, "y":1.5}, | ||
{"label":"Home", "x":16.25, "y":1.5}, | ||
{"label":"Page Up", "x":17.25, "y":1.5}, | ||
{"label":"Tab", "x":0, "y":2.5, "w":1.5}, | ||
{"label":"Q", "x":1.5, "y":2.5}, | ||
{"label":"W", "x":2.5, "y":2.5}, | ||
{"label":"E", "x":3.5, "y":2.5}, | ||
{"label":"R", "x":4.5, "y":2.5}, | ||
{"label":"T", "x":5.5, "y":2.5}, | ||
{"label":"Y", "x":6.5, "y":2.5}, | ||
{"label":"U", "x":7.5, "y":2.5}, | ||
{"label":"I", "x":8.5, "y":2.5}, | ||
{"label":"O", "x":9.5, "y":2.5}, | ||
{"label":"P", "x":10.5, "y":2.5}, | ||
{"label":"[", "x":11.5, "y":2.5}, | ||
{"label":"]", "x":12.5, "y":2.5}, | ||
{"label":"\\", "x":13.5, "y":2.5, "w":1.5}, | ||
{"label":"Delete", "x":15.25, "y":2.5}, | ||
{"label":"End", "x":16.25, "y":2.5}, | ||
{"label":"Page Down", "x":17.25, "y":2.5}, | ||
{"label":"Caps Lock", "x":0, "y":3.5, "w":1.75}, | ||
{"label":"A", "x":1.75, "y":3.5}, | ||
{"label":"S", "x":2.75, "y":3.5}, | ||
{"label":"D", "x":3.75, "y":3.5}, | ||
{"label":"F", "x":4.75, "y":3.5}, | ||
{"label":"G", "x":5.75, "y":3.5}, | ||
{"label":"H", "x":6.75, "y":3.5}, | ||
{"label":"J", "x":7.75, "y":3.5}, | ||
{"label":"K", "x":8.75, "y":3.5}, | ||
{"label":"L", "x":9.75, "y":3.5}, | ||
{"label":";", "x":10.75, "y":3.5}, | ||
{"label":"'", "x":11.75, "y":3.5}, | ||
{"label":"Enter", "x":12.75, "y":3.5, "w":2.25}, | ||
{"label":"Shift", "x":0, "y":4.5, "w":2.25}, | ||
{"label":"Z", "x":2.25, "y":4.5}, | ||
{"label":"X", "x":3.25, "y":4.5}, | ||
{"label":"C", "x":4.25, "y":4.5}, | ||
{"label":"V", "x":5.25, "y":4.5}, | ||
{"label":"B", "x":6.25, "y":4.5}, | ||
{"label":"N", "x":7.25, "y":4.5}, | ||
{"label":"M", "x":8.25, "y":4.5}, | ||
{"label":",", "x":9.25, "y":4.5}, | ||
{"label":".", "x":10.25, "y":4.5}, | ||
{"label":"/", "x":11.25, "y":4.5}, | ||
{"label":"Shift", "x":12.25, "y":4.5, "w":2.75}, | ||
{"label":"Up", "x":16.25, "y":4.5}, | ||
{"label":"Ctrl", "x":0, "y":5.5, "w":1.25}, | ||
{"label":"GUI", "x":1.25, "y":5.5, "w":1.25}, | ||
{"label":"Alt", "x":2.5, "y":5.5, "w":1.25}, | ||
{"x":3.75, "y":5.5, "w":6.25}, | ||
{"label":"AltGr", "x":10, "y":5.5, "w":1.25}, | ||
{"label":"GUI", "x":11.25, "y":5.5, "w":1.25}, | ||
{"label":"Menu", "x":12.5, "y":5.5, "w":1.25}, | ||
{"label":"Ctrl", "x":13.75, "y":5.5, "w":1.25}, | ||
{"label":"Left", "x":15.25, "y":5.5}, | ||
{"label":"Down", "x":16.25, "y":5.5}, | ||
{"label":"Right", "x":17.25, "y":5.5} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
#ifndef CONFIG_USER_H | ||
#define CONFIG_USER_H | ||
|
||
#include "../../config.h" | ||
#pragma once | ||
|
||
/* overridden settings: */ | ||
|
||
#undef PRODUCT | ||
#define PRODUCT Pegasus Hoof Citadel | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.