diff options
author | Josh Hinnebusch <joshhinnebusch@gmail.com> | 2019-11-06 01:30:13 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-05 22:30:13 -0800 |
commit | 002adadf58fa7ad05edae7036bcf638251170894 (patch) | |
tree | 0d30e4aa27cadedb6c943de127602b7f2feb42a6 | |
parent | 95309e9af5c58cd0f468ac1fadfcef3ff52aaa6a (diff) | |
download | qmk_firmware-002adadf58fa7ad05edae7036bcf638251170894.tar.gz qmk_firmware-002adadf58fa7ad05edae7036bcf638251170894.zip |
[Keyboard] update hbcp keymaps (#7275)
* update hbcp keymaps
* update hbcp info.json file
* update readme
* update hbcp "hiney" keymap
-rw-r--r-- | keyboards/hineybush/hbcp/hbcp.h | 14 | ||||
-rw-r--r-- | keyboards/hineybush/hbcp/info.json | 212 | ||||
-rw-r--r-- | keyboards/hineybush/hbcp/keymaps/default/keymap.c | 42 | ||||
-rw-r--r-- | keyboards/hineybush/hbcp/keymaps/default/readme.md | 3 | ||||
-rw-r--r-- | keyboards/hineybush/hbcp/keymaps/hiney/config.h | 16 | ||||
-rw-r--r-- | keyboards/hineybush/hbcp/keymaps/hiney/keymap.c | 6 | ||||
-rw-r--r-- | keyboards/hineybush/hbcp/keymaps/wkl/config.h | 19 | ||||
-rw-r--r-- | keyboards/hineybush/hbcp/keymaps/wkl/keymap.c | 82 | ||||
-rw-r--r-- | keyboards/hineybush/hbcp/keymaps/wkl/readme.md | 1 |
9 files changed, 360 insertions, 35 deletions
diff --git a/keyboards/hineybush/hbcp/hbcp.h b/keyboards/hineybush/hbcp/hbcp.h index bb9fcdca1..0bcf7b730 100644 --- a/keyboards/hineybush/hbcp/hbcp.h +++ b/keyboards/hineybush/hbcp/hbcp.h | |||
@@ -26,19 +26,19 @@ | |||
26 | * represents the switch matrix. | 26 | * represents the switch matrix. |
27 | */ | 27 | */ |
28 | #define LAYOUT_all( \ | 28 | #define LAYOUT_all( \ |
29 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, K016, K017, \ | 29 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K014, K015, K016, K017, \ |
30 | K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, K115, K116, K117, \ | 30 | K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K013, K114, K115, K116, K117, \ |
31 | K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, K216, K217, \ | 31 | K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, K216, K217, \ |
32 | K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, K315, K316, K317, \ | 32 | K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, K315, K316, K317, \ |
33 | K400, K401, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, K417, \ | 33 | K400, K401, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, K417, \ |
34 | K500, K501, K502, K505, K509, K510, K511, K512, K513, K514, K515, K516, K517 \ | 34 | K500, K501, K502, K505, K509, K510, K511, K512, K513, K514, K515, K516, K517 \ |
35 | ) { \ | 35 | ) { \ |
36 | { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, K016, K017}, \ | 36 | { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, K016, K017}, \ |
37 | { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, K115, K116, K117}, \ | 37 | { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, K115, K116, K117}, \ |
38 | { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, K216, K217},\ | 38 | { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, K216, K217},\ |
39 | { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, K315, K316, K317},\ | 39 | { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, K315, K316, K317},\ |
40 | { K400, K401, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, K417},\ | 40 | { K400, K401, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, K417},\ |
41 | { K500, K501, K502, KC_NO, KC_NO, KC_NO, K505, KC_NO, KC_NO, KC_NO, KC_NO,K509, K510, K511, K512, K513, K514, K515, K516, K517 }\ | 41 | { K500, K501, K502, KC_NO, KC_NO, K505, KC_NO, KC_NO, KC_NO, K509, K510, K511, K512, K513, K514, K515, K516, K517 }\ |
42 | } | 42 | } |
43 | 43 | ||
44 | #define LAYOUT_wkl( \ | 44 | #define LAYOUT_wkl( \ |
diff --git a/keyboards/hineybush/hbcp/info.json b/keyboards/hineybush/hbcp/info.json index bb21a6294..8a8fd217f 100644 --- a/keyboards/hineybush/hbcp/info.json +++ b/keyboards/hineybush/hbcp/info.json | |||
@@ -2,14 +2,218 @@ | |||
2 | "keyboard_name": "hbcp", | 2 | "keyboard_name": "hbcp", |
3 | "url": "", | 3 | "url": "", |
4 | "maintainer": "hineybush", | 4 | "maintainer": "hineybush", |
5 | "width": 22, | 5 | "width": 19.5, |
6 | "height": 6.75, | 6 | "height": 6.25, |
7 | "layouts": { | 7 | "layouts": { |
8 | "LAYOUT_all": { | 8 | "LAYOUT_all": { |
9 | "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"F1", "x":1.25, "y":0}, {"label":"F2", "x":2.25, "y":0}, {"label":"F3", "x":3.25, "y":0}, {"label":"F4", "x":4.25, "y":0}, {"label":"F5", "x":5.5, "y":0}, {"label":"F6", "x":6.5, "y":0}, {"label":"F7", "x":7.5, "y":0}, {"label":"F8", "x":8.5, "y":0}, {"label":"F9", "x":9.75, "y":0}, {"label":"F10", "x":10.75, "y":0}, {"label":"F11", "x":11.75, "y":0}, {"label":"F12", "x":12.75, "y":0}, {"label":"PrtSc", "x":15.5, "y":0}, {"label":"Scroll Lock", "x":16.5, "y":0}, {"label":"Pause", "x":17.5, "y":0}, {"label":"PgUp", "x":18.5, "y":0}, {"label":"~", "x":0, "y":1.25}, {"label":"!", "x":1, "y":1.25}, {"label":"@", "x":2, "y":1.25}, {"label":"#", "x":3, "y":1.25}, {"label":"$", "x":4, "y":1.25}, {"label":"%", "x":5, "y":1.25}, {"label":"^", "x":6, "y":1.25}, {"label":"&", "x":7, "y":1.25}, {"label":"*", "x":8, "y":1.25}, {"label":"(", "x":9, "y":1.25}, {"label":")", "x":10, "y":1.25}, {"label":"_", "x":11, "y":1.25}, {"label":"+", "x":12, "y":1.25}, {"x":13, "y":1.25}, {"x":14, "y":1.25}, {"label":"Num Lock", "x":15.5, "y":1.25}, {"label":"/", "x":16.5, "y":1.25}, {"label":"*", "x":17.5, "y":1.25}, {"label":"-", "x":18.5, "y":1.25}, {"label":"Tab", "x":0, "y":2.25, "w":1.5}, {"label":"Q", "x":1.5, "y":2.25}, {"label":"W", "x":2.5, "y":2.25}, {"label":"E", "x":3.5, "y":2.25}, {"label":"R", "x":4.5, "y":2.25}, {"label":"T", "x":5.5, "y":2.25}, {"label":"Y", "x":6.5, "y":2.25}, {"label":"U", "x":7.5, "y":2.25}, {"label":"I", "x":8.5, "y":2.25}, {"label":"O", "x":9.5, "y":2.25}, {"label":"P", "x":10.5, "y":2.25}, {"label":"{", "x":11.5, "y":2.25}, {"label":"}", "x":12.5, "y":2.25}, {"label":"|", "x":13.5, "y":2.25, "w":1.5}, {"label":"7", "x":15.5, "y":2.25}, {"label":"8", "x":16.5, "y":2.25}, {"label":"9", "x":17.5, "y":2.25}, {"x":18.5, "y":2.25}, {"label":"Caps Lock", "x":0, "y":3.25, "w":1.75}, {"label":"A", "x":1.75, "y":3.25}, {"label":"S", "x":2.75, "y":3.25}, {"label":"D", "x":3.75, "y":3.25}, {"label":"F", "x":4.75, "y":3.25}, {"label":"G", "x":5.75, "y":3.25}, {"label":"H", "x":6.75, "y":3.25}, {"label":"J", "x":7.75, "y":3.25}, {"label":"K", "x":8.75, "y":3.25}, {"label":"L", "x":9.75, "y":3.25}, {"label":":", "x":10.75, "y":3.25}, {"label":"\"", "x":11.75, "y":3.25}, {"x":12.75, "y":3.25}, {"label":"Enter", "x":13.75, "y":3.25, "w":1.25}, {"label":"4", "x":15.5, "y":3.25}, {"label":"5", "x":16.5, "y":3.25}, {"label":"6", "x":17.5, "y":3.25}, {"x":18.5, "y":3.25}, {"x":0, "y":4.25, "w":1.25}, {"x":1.25, "y":4.25}, {"label":"Z", "x":2.25, "y":4.25}, {"label":"X", "x":3.25, "y":4.25}, {"label":"C", "x":4.25, "y":4.25}, {"label":"V", "x":5.25, "y":4.25}, {"label":"B", "x":6.25, "y":4.25}, {"label":"N", "x":7.25, "y":4.25}, {"label":"M", "x":8.25, "y":4.25}, {"label":"<", "x":9.25, "y":4.25}, {"label":">", "x":10.25, "y":4.25}, {"label":"?", "x":11.25, "y":4.25}, {"label":"Shift", "x":12.25, "y":4.25, "w":1.75}, {"label":"\u2191", "x":14.25, "y":4.5}, {"label":"1", "x":15.5, "y":4.25}, {"label":"2", "x":16.5, "y":4.25}, {"label":"3", "x":17.5, "y":4.25}, {"x":18.5, "y":4.25}, {"x":0, "y":5.25, "w":1.25}, {"x":1.25, "y":5.25, "w":1.25}, {"x":2.5, "y":5.25, "w":1.25}, {"x":3.75, "y":5.25, "w":6.25}, {"x":10, "y":5.25}, {"x":11, "y":5.25}, {"x":12, "y":5.25}, {"label":"\u2190", "x":13.25, "y":5.5}, {"label":"\u2193", "x":14.25, "y":5.5}, {"label":"\u2192", "x":15.25, "y":5.5}, {"label":"0", "x":16.5, "y":5.25}, {"label":".", "x":17.5, "y":5.25}, {"x":18.5, "y":5.25}] | 9 | "key_count": 103, |
10 | "layout": [ | ||
11 | {"label":"Esc (K000)", "x":0, "y":0}, | ||
12 | {"label":"F1 (K001)", "x":1.25, "y":0}, | ||
13 | {"label":"F2 (K002)", "x":2.25, "y":0}, | ||
14 | {"label":"F3 (K003)", "x":3.25, "y":0}, | ||
15 | {"label":"F4 (K004)", "x":4.25, "y":0}, | ||
16 | {"label":"F5 (K005)", "x":5.5, "y":0}, | ||
17 | {"label":"F6 (K006)", "x":6.5, "y":0}, | ||
18 | {"label":"F7 (K007)", "x":7.5, "y":0}, | ||
19 | {"label":"F8 (K008)", "x":8.5, "y":0}, | ||
20 | {"label":"F9 (K009)", "x":9.75, "y":0}, | ||
21 | {"label":"F10 (K010)", "x":10.75, "y":0}, | ||
22 | {"label":"F11 (K011)", "x":11.75, "y":0}, | ||
23 | {"label":"F12 (K012)", "x":12.75, "y":0}, | ||
24 | {"label":"Delete (K014)", "x":15.5, "y":0}, | ||
25 | {"label":"Insert (K015)", "x":16.5, "y":0}, | ||
26 | {"label":"PgUp (K016)", "x":17.5, "y":0}, | ||
27 | {"label":"PgDn (K017)", "x":18.5, "y":0}, | ||
28 | {"label":"~ (K100)", "x":0, "y":1.25}, | ||
29 | {"label":"! (K101)", "x":1, "y":1.25}, | ||
30 | {"label":"@ (K102)", "x":2, "y":1.25}, | ||
31 | {"label":"# (K103)", "x":3, "y":1.25}, | ||
32 | {"label":"$ (K104)", "x":4, "y":1.25}, | ||
33 | {"label":"% (K105)", "x":5, "y":1.25}, | ||
34 | {"label":"^ (K106)", "x":6, "y":1.25}, | ||
35 | {"label":"& (K107)", "x":7, "y":1.25}, | ||
36 | {"label":"* (K108)", "x":8, "y":1.25}, | ||
37 | {"label":"( (K109)", "x":9, "y":1.25}, | ||
38 | {"label":") (K110)", "x":10, "y":1.25}, | ||
39 | {"label":"_ (K111)", "x":11, "y":1.25}, | ||
40 | {"label":"+ (K112)", "x":12, "y":1.25}, | ||
41 | {"label":"~ (K113)", "x":13, "y":1.25}, | ||
42 | {"label":"Backspace (K013)", "x":14, "y":1.25}, | ||
43 | {"label":"Num Lock (K114)", "x":15.5, "y":1.25}, | ||
44 | {"label":"/ (K115)", "x":16.5, "y":1.25}, | ||
45 | {"label":"* (K116)", "x":17.5, "y":1.25}, | ||
46 | {"label":"Pause (K117)", "x":18.5, "y":1.25}, | ||
47 | {"label":"Tab (K200)", "x":0, "y":2.25, "w":1.5}, | ||
48 | {"label":"Q (K201)", "x":1.5, "y":2.25}, | ||
49 | {"label":"W (K202)", "x":2.5, "y":2.25}, | ||
50 | {"label":"E (K203)", "x":3.5, "y":2.25}, | ||
51 | {"label":"R (K204)", "x":4.5, "y":2.25}, | ||
52 | {"label":"T (K205)", "x":5.5, "y":2.25}, | ||
53 | {"label":"Y (K206)", "x":6.5, "y":2.25}, | ||
54 | {"label":"U (K207)", "x":7.5, "y":2.25}, | ||
55 | {"label":"I (K208)", "x":8.5, "y":2.25}, | ||
56 | {"label":"O (K209)", "x":9.5, "y":2.25}, | ||
57 | {"label":"P (K210)", "x":10.5, "y":2.25}, | ||
58 | {"label":"{ (K211)", "x":11.5, "y":2.25}, | ||
59 | {"label":"} (K212)", "x":12.5, "y":2.25}, | ||
60 | {"label":"| (K213)", "x":13.5, "y":2.25, "w":1.5}, | ||
61 | {"label":"7 (K214)", "x":15.5, "y":2.25}, | ||
62 | {"label":"8 (K215)", "x":16.5, "y":2.25}, | ||
63 | {"label":"9 (K216)", "x":17.5, "y":2.25}, | ||
64 | {"label":"- (K217)", "x":18.5, "y":2.25}, | ||
65 | {"label":"Caps Lock (K300)", "x":0, "y":3.25, "w":1.75}, | ||
66 | {"label":"A (K301)", "x":1.75, "y":3.25}, | ||
67 | {"label":"S (K302)", "x":2.75, "y":3.25}, | ||
68 | {"label":"D (K303)", "x":3.75, "y":3.25}, | ||
69 | {"label":"F (K304)", "x":4.75, "y":3.25}, | ||
70 | {"label":"G (K305)", "x":5.75, "y":3.25}, | ||
71 | {"label":"H (K306)", "x":6.75, "y":3.25}, | ||
72 | {"label":"J (K307)", "x":7.75, "y":3.25}, | ||
73 | {"label":"K (K308)", "x":8.75, "y":3.25}, | ||
74 | {"label":"L (K309)", "x":9.75, "y":3.25}, | ||
75 | {"label":": (K310)", "x":10.75, "y":3.25}, | ||
76 | {"label":"\" (K311)", "x":11.75, "y":3.25}, | ||
77 | {"label":"~ (K312)", "x":12.75, "y":3.25}, | ||
78 | {"label":"Enter (K313)", "x":13.75, "y":3.25, "w":1.25}, | ||
79 | {"label":"4 (K314)", "x":15.5, "y":3.25}, | ||
80 | {"label":"5 (K315)", "x":16.5, "y":3.25}, | ||
81 | {"label":"6 (K316)", "x":17.5, "y":3.25}, | ||
82 | {"label":"+ (K317)", "x":18.5, "y":3.25}, | ||
83 | {"label":"Shift (K400)", "x":0, "y":4.25, "w":1.25}, | ||
84 | {"label":"| (K401)", "x":1.25, "y":4.25}, | ||
85 | {"label":"Z (K402)", "x":2.25, "y":4.25}, | ||
86 | {"label":"X (K403)", "x":3.25, "y":4.25}, | ||
87 | {"label":"C (K404)", "x":4.25, "y":4.25}, | ||
88 | {"label":"V (K405)", "x":5.25, "y":4.25}, | ||
89 | {"label":"B (K406)", "x":6.25, "y":4.25}, | ||
90 | {"label":"N (K407)", "x":7.25, "y":4.25}, | ||
91 | {"label":"M (K408)", "x":8.25, "y":4.25}, | ||
92 | {"label":"< (K409)", "x":9.25, "y":4.25}, | ||
93 | {"label":"> (K410)", "x":10.25, "y":4.25}, | ||
94 | {"label":"? (K411)", "x":11.25, "y":4.25}, | ||
95 | {"label":"Shift (K412)", "x":12.25, "y":4.25, "w":1.75}, | ||
96 | {"label":"Up (K413)", "x":14.25, "y":4.5}, | ||
97 | {"label":"1 (K414)", "x":15.5, "y":4.25}, | ||
98 | {"label":"2 (K415)", "x":16.5, "y":4.25}, | ||
99 | {"label":"3 (K416)", "x":17.5, "y":4.25}, | ||
100 | {"label":"TRNS (K417)", "x":18.5, "y":4.25}, | ||
101 | {"label":"Ctrl (K500)", "x":0, "y":5.25, "w":1.25}, | ||
102 | {"label":"GUI (K501)", "x":1.25, "y":5.25, "w":1.25}, | ||
103 | {"label":"Alt (K502)", "x":2.5, "y":5.25, "w":1.25}, | ||
104 | {"label":"Space (K505)", "x":3.75, "y":5.25, "w":6.25}, | ||
105 | {"label":"Alt (K509)", "x":10, "y":5.25}, | ||
106 | {"label":"MO(1) (K510)", "x":11, "y":5.25}, | ||
107 | {"label":"GUI (K511)", "x":12, "y":5.25}, | ||
108 | {"label":"Left (K512)", "x":13.25, "y":5.5}, | ||
109 | {"label":"Down (K513)", "x":14.25, "y":5.5}, | ||
110 | {"label":"Right (K514)", "x":15.25, "y":5.5}, | ||
111 | {"label":"0 (K515)", "x":16.5, "y":5.25}, | ||
112 | {"label":". (K516)", "x":17.5, "y":5.25}, | ||
113 | {"label":"Enter (K517)", "x":18.5, "y":5.25} | ||
114 | ] | ||
10 | }, | 115 | }, |
11 | "LAYOUT_wkl": { | 116 | "LAYOUT_wkl": { |
12 | "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"F1", "x":1.25, "y":0}, {"label":"F2", "x":2.25, "y":0}, {"label":"F3", "x":3.25, "y":0}, {"label":"F4", "x":4.25, "y":0}, {"label":"F5", "x":5.5, "y":0}, {"label":"F6", "x":6.5, "y":0}, {"label":"F7", "x":7.5, "y":0}, {"label":"F8", "x":8.5, "y":0}, {"label":"F9", "x":9.75, "y":0}, {"label":"F10", "x":10.75, "y":0}, {"label":"F11", "x":11.75, "y":0}, {"label":"F12", "x":12.75, "y":0}, {"label":"PrtSc", "x":15.5, "y":0}, {"label":"Scroll Lock", "x":16.5, "y":0}, {"label":"Pause", "x":17.5, "y":0}, {"label":"PgUp", "x":18.5, "y":0}, {"label":"~", "x":0, "y":1.25}, {"label":"!", "x":1, "y":1.25}, {"label":"@", "x":2, "y":1.25}, {"label":"#", "x":3, "y":1.25}, {"label":"$", "x":4, "y":1.25}, {"label":"%", "x":5, "y":1.25}, {"label":"^", "x":6, "y":1.25}, {"label":"&", "x":7, "y":1.25}, {"label":"*", "x":8, "y":1.25}, {"label":"(", "x":9, "y":1.25}, {"label":")", "x":10, "y":1.25}, {"label":"_", "x":11, "y":1.25}, {"label":"+", "x":12, "y":1.25}, {"label":"Backspace", "x":13, "y":1.25, "w":2}, {"label":"Num Lock", "x":15.5, "y":1.25}, {"label":"/", "x":16.5, "y":1.25}, {"label":"*", "x":17.5, "y":1.25}, {"label":"-", "x":18.5, "y":1.25}, {"label":"Tab", "x":0, "y":2.25, "w":1.5}, {"label":"Q", "x":1.5, "y":2.25}, {"label":"W", "x":2.5, "y":2.25}, {"label":"E", "x":3.5, "y":2.25}, {"label":"R", "x":4.5, "y":2.25}, {"label":"T", "x":5.5, "y":2.25}, {"label":"Y", "x":6.5, "y":2.25}, {"label":"U", "x":7.5, "y":2.25}, {"label":"I", "x":8.5, "y":2.25}, {"label":"O", "x":9.5, "y":2.25}, {"label":"P", "x":10.5, "y":2.25}, {"label":"{", "x":11.5, "y":2.25}, {"label":"}", "x":12.5, "y":2.25}, {"label":"|", "x":13.5, "y":2.25, "w":1.5}, {"label":"7", "x":15.5, "y":2.25}, {"label":"8", "x":16.5, "y":2.25}, {"label":"9", "x":17.5, "y":2.25}, {"x":18.5, "y":2.25}, {"label":"Caps Lock", "x":0, "y":3.25, "w":1.75}, {"label":"A", "x":1.75, "y":3.25}, {"label":"S", "x":2.75, "y":3.25}, {"label":"D", "x":3.75, "y":3.25}, {"label":"F", "x":4.75, "y":3.25}, {"label":"G", "x":5.75, "y":3.25}, {"label":"H", "x":6.75, "y":3.25}, {"label":"J", "x":7.75, "y":3.25}, {"label":"K", "x":8.75, "y":3.25}, {"label":"L", "x":9.75, "y":3.25}, {"label":":", "x":10.75, "y":3.25}, {"label":"\"", "x":11.75, "y":3.25}, {"label":"Enter", "x":12.75, "y":3.25, "w":2.25}, {"label":"4", "x":15.5, "y":3.25}, {"label":"5", "x":16.5, "y":3.25}, {"label":"6", "x":17.5, "y":3.25}, {"x":18.5, "y":3.25}, {"label":"Shift", "x":0, "y":4.25, "w":2.25}, {"label":"Z", "x":2.25, "y":4.25}, {"label":"X", "x":3.25, "y":4.25}, {"label":"C", "x":4.25, "y":4.25}, {"label":"V", "x":5.25, "y":4.25}, {"label":"B", "x":6.25, "y":4.25}, {"label":"N", "x":7.25, "y":4.25}, {"label":"M", "x":8.25, "y":4.25}, {"label":"<", "x":9.25, "y":4.25}, {"label":">", "x":10.25, "y":4.25}, {"label":"?", "x":11.25, "y":4.25}, {"label":"Shift", "x":12.25, "y":4.25, "w":1.75}, {"label":"\u2191", "x":14.25, "y":4.5}, {"label":"1", "x":15.5, "y":4.25}, {"label":"2", "x":16.5, "y":4.25}, {"label":"3", "x":17.5, "y":4.25}, {"label":"Enter", "x":18.5, "y":4.25, "h":2}, {"label":"Ctrl", "x":0, "y":5.25, "w":1.5}, {"label":"Alt", "x":1.5, "y":5.25, "w":1.5}, {"x":3, "y":5.25, "w":7}, {"label":"Alt", "x":10, "y":5.25, "w":1.5}, {"label":"Win", "x":11.5, "y":5.25, "w":1.5}, {"label":"\u2190", "x":13.25, "y":5.5}, {"label":"\u2193", "x":14.25, "y":5.5}, {"label":"\u2192", "x":15.25, "y":5.5}, {"label":"0", "x":16.5, "y":5.25}, {"label":".", "x":17.5, "y":5.25}] | 117 | "key_count": 97, |
118 | "layout": [ | ||
119 | {"label":"Esc (K000)", "x":0, "y":0}, | ||
120 | {"label":"F1 (K001)", "x":1.25, "y":0}, | ||
121 | {"label":"F2 (K002)", "x":2.25, "y":0}, | ||
122 | {"label":"F3 (K003)", "x":3.25, "y":0}, | ||
123 | {"label":"F4 (K004)", "x":4.25, "y":0}, | ||
124 | {"label":"F5 (K005)", "x":5.5, "y":0}, | ||
125 | {"label":"F6 (K006)", "x":6.5, "y":0}, | ||
126 | {"label":"F7 (K007)", "x":7.5, "y":0}, | ||
127 | {"label":"F8 (K008)", "x":8.5, "y":0}, | ||
128 | {"label":"F9 (K009)", "x":9.75, "y":0}, | ||
129 | {"label":"F10 (K010)", "x":10.75, "y":0}, | ||
130 | {"label":"F11 (K011)", "x":11.75, "y":0}, | ||
131 | {"label":"F12 (K012)", "x":12.75, "y":0}, | ||
132 | {"label":"Delete (K014)", "x":15.5, "y":0}, | ||
133 | {"label":"Insert (K015)", "x":16.5, "y":0}, | ||
134 | {"label":"PgUp (K016)", "x":17.5, "y":0}, | ||
135 | {"label":"PgDn (K017)", "x":18.5, "y":0}, | ||
136 | {"label":"~ (K100)", "x":0, "y":1.25}, | ||
137 | {"label":"! (K101)", "x":1, "y":1.25}, | ||
138 | {"label":"@ (K102)", "x":2, "y":1.25}, | ||
139 | {"label":"# (K103)", "x":3, "y":1.25}, | ||
140 | {"label":"$ (K104)", "x":4, "y":1.25}, | ||
141 | {"label":"% (K105)", "x":5, "y":1.25}, | ||
142 | {"label":"^ (K106)", "x":6, "y":1.25}, | ||
143 | {"label":"& (K107)", "x":7, "y":1.25}, | ||
144 | {"label":"* (K108)", "x":8, "y":1.25}, | ||
145 | {"label":"( (K109)", "x":9, "y":1.25}, | ||
146 | {"label":") (K110)", "x":10, "y":1.25}, | ||
147 | {"label":"_ (K111)", "x":11, "y":1.25}, | ||
148 | {"label":"+ (K112)", "x":12, "y":1.25}, | ||
149 | {"label":"Backspace (K013)", "x":13, "y":1.25, "w":2}, | ||
150 | {"label":"Num Lock (K114)", "x":15.5, "y":1.25}, | ||
151 | {"label":"/ (K115)", "x":16.5, "y":1.25}, | ||
152 | {"label":"* (K116)", "x":17.5, "y":1.25}, | ||
153 | {"label":"Pause (K117)", "x":18.5, "y":1.25}, | ||
154 | {"label":"Tab (K200)", "x":0, "y":2.25, "w":1.5}, | ||
155 | {"label":"Q (K201)", "x":1.5, "y":2.25}, | ||
156 | {"label":"W (K202)", "x":2.5, "y":2.25}, | ||
157 | {"label":"E (K203)", "x":3.5, "y":2.25}, | ||
158 | {"label":"R (K204)", "x":4.5, "y":2.25}, | ||
159 | {"label":"T (K205)", "x":5.5, "y":2.25}, | ||
160 | {"label":"Y (K206)", "x":6.5, "y":2.25}, | ||
161 | {"label":"U (K207)", "x":7.5, "y":2.25}, | ||
162 | {"label":"I (K208)", "x":8.5, "y":2.25}, | ||
163 | {"label":"O (K209)", "x":9.5, "y":2.25}, | ||
164 | {"label":"P (K210)", "x":10.5, "y":2.25}, | ||
165 | {"label":"{ (K211)", "x":11.5, "y":2.25}, | ||
166 | {"label":"} (K212)", "x":12.5, "y":2.25}, | ||
167 | {"label":"| (K213)", "x":13.5, "y":2.25, "w":1.5}, | ||
168 | {"label":"7 (K214)", "x":15.5, "y":2.25}, | ||
169 | {"label":"8 (K215)", "x":16.5, "y":2.25}, | ||
170 | {"label":"9 (K216)", "x":17.5, "y":2.25}, | ||
171 | {"label":"- (K217)", "x":18.5, "y":2.25}, | ||
172 | {"label":"Caps Lock (K300)", "x":0, "y":3.25, "w":1.75}, | ||
173 | {"label":"A (K301)", "x":1.75, "y":3.25}, | ||
174 | {"label":"S (K302)", "x":2.75, "y":3.25}, | ||
175 | {"label":"D (K303)", "x":3.75, "y":3.25}, | ||
176 | {"label":"F (K304)", "x":4.75, "y":3.25}, | ||
177 | {"label":"G (K305)", "x":5.75, "y":3.25}, | ||
178 | {"label":"H (K306)", "x":6.75, "y":3.25}, | ||
179 | {"label":"J (K307)", "x":7.75, "y":3.25}, | ||
180 | {"label":"K (K308)", "x":8.75, "y":3.25}, | ||
181 | {"label":"L (K309)", "x":9.75, "y":3.25}, | ||
182 | {"label":": (K310)", "x":10.75, "y":3.25}, | ||
183 | {"label":"\" (K311)", "x":11.75, "y":3.25}, | ||
184 | {"label":"Enter (K313)", "x":12.75, "y":3.25, "w":2.25}, | ||
185 | {"label":"4 (K314)", "x":15.5, "y":3.25}, | ||
186 | {"label":"5 (K315)", "x":16.5, "y":3.25}, | ||
187 | {"label":"6 (K316)", "x":17.5, "y":3.25}, | ||
188 | {"label":"+ (K317)", "x":18.5, "y":3.25}, | ||
189 | {"label":"Shift (K400)", "x":0, "y":4.25, "w":2.25}, | ||
190 | {"label":"Z (K402)", "x":2.25, "y":4.25}, | ||
191 | {"label":"X (K403)", "x":3.25, "y":4.25}, | ||
192 | {"label":"C (K404)", "x":4.25, "y":4.25}, | ||
193 | {"label":"V (K405)", "x":5.25, "y":4.25}, | ||
194 | {"label":"B (K406)", "x":6.25, "y":4.25}, | ||
195 | {"label":"N (K407)", "x":7.25, "y":4.25}, | ||
196 | {"label":"M (K408)", "x":8.25, "y":4.25}, | ||
197 | {"label":"< (K409)", "x":9.25, "y":4.25}, | ||
198 | {"label":"> (K410)", "x":10.25, "y":4.25}, | ||
199 | {"label":"? (K411)", "x":11.25, "y":4.25}, | ||
200 | {"label":"Shift (K412)", "x":12.25, "y":4.25, "w":1.75}, | ||
201 | {"label":"Up (K413)", "x":14.25, "y":4.5}, | ||
202 | {"label":"1 (K414)", "x":15.5, "y":4.25}, | ||
203 | {"label":"2 (K415)", "x":16.5, "y":4.25}, | ||
204 | {"label":"3 (K416)", "x":17.5, "y":4.25}, | ||
205 | {"label":"Ctrl (K500)", "x":0, "y":5.25, "w":1.5}, | ||
206 | {"label":"Alt (K501)", "x":1.5, "y":5.25, "w":1.5}, | ||
207 | {"label":"Space (K505)", "x":3, "y":5.25, "w":7}, | ||
208 | {"label":"MO(1) (K510)", "x":10, "y":5.25, "w":1.5}, | ||
209 | {"label":"GUI (K511)", "x":11.5, "y":5.25, "w":1.5}, | ||
210 | {"label":"Left (K512)", "x":13.25, "y":5.5}, | ||
211 | {"label":"Down (K513)", "x":14.25, "y":5.5}, | ||
212 | {"label":"Right (K514)", "x":15.25, "y":5.5}, | ||
213 | {"label":"0 (K515)", "x":16.5, "y":5.25}, | ||
214 | {"label":". (K516)", "x":17.5, "y":5.25}, | ||
215 | {"label":"Enter (K517)", "x":18.5, "y":4.25, "h":2} | ||
216 | ] | ||
13 | } | 217 | } |
14 | } | 218 | } |
15 | } | 219 | } |
diff --git a/keyboards/hineybush/hbcp/keymaps/default/keymap.c b/keyboards/hineybush/hbcp/keymaps/default/keymap.c index 09d5b6b33..b8ab480ba 100644 --- a/keyboards/hineybush/hbcp/keymaps/default/keymap.c +++ b/keyboards/hineybush/hbcp/keymaps/default/keymap.c | |||
@@ -23,30 +23,32 @@ enum custom_keycodes { | |||
23 | 23 | ||
24 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 24 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
25 | 25 | ||
26 | [0] = LAYOUT_wkl( /* Base */ | 26 | [0] = LAYOUT_all( /* Base */ |
27 | 27 | ||
28 | /*K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K014, K015, K016, K017, \ | 28 | /*#define LAYOUT_all( \ |
29 | K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K013, K114, K115, K116, K117, \ | 29 | K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K014, K015, K016, K017, \ |
30 | K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, K216, K217, \ | 30 | K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K013, K114, K115, K116, K117, \ |
31 | K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K313, K314, K315, K316, K317, \ | 31 | K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, K216, K217, \ |
32 | K400, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, \ | 32 | K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, K315, K316, K317, \ |
33 | K500, K501, K505, K510, K511, K512, K513, K514, K515, K516, K517 \*/ | 33 | K400, K401, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, K417, \ |
34 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_INS, KC_PGUP, KC_PGDN, | 34 | K500, K501, K502, K505, K509, K510, K511, K512, K513, K514, K515, K516, K517 \ |
35 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_NLCK, KC_PSLS, KC_PAST, KC_PAUS, | 35 | )*/ |
36 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_P7, KC_P8, KC_P9, KC_PMNS, | 36 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_INS, KC_PGUP, KC_PGDN, |
37 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_P4, KC_P5, KC_P6, KC_PPLS, | 37 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_GRV, KC_BSPC, KC_NLCK, KC_PSLS, KC_PAST, KC_PAUS, |
38 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP, KC_P1, KC_P2, KC_P3, | 38 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_P7, KC_P8, KC_P9, KC_PMNS, |
39 | KC_LCTL, KC_LALT, KC_SPC, MO(1), KC_RGUI, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PENT | 39 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT, KC_P4, KC_P5, KC_P6, KC_PPLS, |
40 | KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP, KC_P1, KC_P2, KC_P3, KC_TRNS, | ||
41 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_LALT, MO(1), KC_RGUI, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PENT | ||
40 | 42 | ||
41 | ), | 43 | ), |
42 | 44 | ||
43 | [1] = LAYOUT_wkl( | 45 | [1] = LAYOUT_all( |
44 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PSCR, KC_SLCK,KC_HOME, KC_END, | 46 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PSCR, KC_SLCK,KC_HOME, KC_END, |
45 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_HUD, RGB_HUI,KC_TRNS, KC_TRNS, | 47 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_HUD, RGB_HUI,KC_TRNS, KC_TRNS, |
46 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS, RESET ,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_SAD, RGB_SAI,KC_TRNS, KC_TRNS, | 48 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS, RESET ,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_SAD, RGB_SAI,KC_TRNS, KC_TRNS, |
47 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_VAD, RGB_VAI,KC_TRNS, KC_TRNS, | 49 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_VAD, RGB_VAI,KC_TRNS, KC_TRNS, |
48 | KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_VOLU, RGB_TOG, RGB_MOD,KC_TRNS, | 50 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_VOLU, RGB_TOG, RGB_MOD,KC_TRNS, KC_TRNS, |
49 | KC_TRNS, KC_TRNS, KC_MPLY, KC_TRNS, KC_TRNS, KC_MPRV, KC_VOLD, KC_MNXT, KC_TRNS,KC_TRNS, KC_TRNS | 51 | KC_TRNS, KC_TRNS, KC_TRNS, KC_MPLY, KC_TRNS, KC_TRNS, KC_TRNS, KC_MPRV, KC_VOLD, KC_MNXT, KC_TRNS,KC_TRNS, KC_TRNS |
50 | 52 | ||
51 | ), | 53 | ), |
52 | }; | 54 | }; |
diff --git a/keyboards/hineybush/hbcp/keymaps/default/readme.md b/keyboards/hineybush/hbcp/keymaps/default/readme.md index becc5829b..8cbd45cd0 100644 --- a/keyboards/hineybush/hbcp/keymaps/default/readme.md +++ b/keyboards/hineybush/hbcp/keymaps/default/readme.md | |||
@@ -1 +1,2 @@ | |||
1 | # The default keymap for hbcp \ No newline at end of file | 1 | # The default "all key" keymap for hbcp |
2 | # Somewhat dirty with ISO and split backspace, but has all keys | ||
diff --git a/keyboards/hineybush/hbcp/keymaps/hiney/config.h b/keyboards/hineybush/hbcp/keymaps/hiney/config.h index 2d8bbf3a7..b864d6a63 100644 --- a/keyboards/hineybush/hbcp/keymaps/hiney/config.h +++ b/keyboards/hineybush/hbcp/keymaps/hiney/config.h | |||
@@ -22,6 +22,22 @@ | |||
22 | #define HSV_SOFT_PINK 255, 110, 100 // Define custom "soft pink" color | 22 | #define HSV_SOFT_PINK 255, 110, 100 // Define custom "soft pink" color |
23 | #endif | 23 | #endif |
24 | 24 | ||
25 | #ifndef HSV_SOFT_WHITE | ||
26 | #define HSV_SOFT_WHITE 0, 0, 90 // Define custom "soft white" color | ||
27 | #endif | ||
28 | |||
29 | #ifndef HSV_WARM_WHITE | ||
30 | #define HSV_WARM_WHITE 41, 105, 90 // Define custom "warm white" color | ||
31 | #endif | ||
32 | |||
33 | #ifndef HSV_SOFT_RED | ||
34 | #define HSV_SOFT_RED 0, 240, 160 // Define custom "soft red" color | ||
35 | #endif | ||
36 | |||
37 | #ifndef HSV_SOFT_BLUE | ||
38 | #define HSV_SOFT_BLUE 159, 180, 160 // Define custom "soft blue" color | ||
39 | #endif | ||
40 | |||
25 | #ifndef HSV_BLACK | 41 | #ifndef HSV_BLACK |
26 | #define HSV_BLACK 0, 0, 0 // Define 'black' color, more like 'LED off' (H, S, V) | 42 | #define HSV_BLACK 0, 0, 0 // Define 'black' color, more like 'LED off' (H, S, V) |
27 | #endif | 43 | #endif |
diff --git a/keyboards/hineybush/hbcp/keymaps/hiney/keymap.c b/keyboards/hineybush/hbcp/keymaps/hiney/keymap.c index c3186cbc4..bcfb9ed5b 100644 --- a/keyboards/hineybush/hbcp/keymaps/hiney/keymap.c +++ b/keyboards/hineybush/hbcp/keymaps/hiney/keymap.c | |||
@@ -86,17 +86,17 @@ void matrix_scan_user(void) { | |||
86 | // The first three LEDs are used as indicators for CAPS_LOCK, NUM_LOCK and SCROLL_LOCK. | 86 | // The first three LEDs are used as indicators for CAPS_LOCK, NUM_LOCK and SCROLL_LOCK. |
87 | void led_set_user(uint8_t usb_led) { | 87 | void led_set_user(uint8_t usb_led) { |
88 | if (IS_LED_ON(usb_led, USB_LED_CAPS_LOCK)) { | 88 | if (IS_LED_ON(usb_led, USB_LED_CAPS_LOCK)) { |
89 | sethsv_raw(HSV_SOFT_PINK, (LED_TYPE *)&led[0]); | 89 | sethsv_raw(HSV_SOFT_RED, (LED_TYPE *)&led[0]); |
90 | } else { | 90 | } else { |
91 | sethsv(HSV_BLACK, (LED_TYPE *)&led[0]); | 91 | sethsv(HSV_BLACK, (LED_TYPE *)&led[0]); |
92 | } | 92 | } |
93 | if (IS_LED_ON(usb_led, USB_LED_NUM_LOCK)) { | 93 | if (IS_LED_ON(usb_led, USB_LED_NUM_LOCK)) { |
94 | sethsv_raw(HSV_SOFT_PINK, (LED_TYPE *)&led[1]); | 94 | sethsv_raw(HSV_WARM_WHITE, (LED_TYPE *)&led[1]); |
95 | } else { | 95 | } else { |
96 | sethsv(HSV_BLACK, (LED_TYPE *)&led[1]); | 96 | sethsv(HSV_BLACK, (LED_TYPE *)&led[1]); |
97 | } | 97 | } |
98 | if (IS_LED_ON(usb_led, USB_LED_SCROLL_LOCK)) { | 98 | if (IS_LED_ON(usb_led, USB_LED_SCROLL_LOCK)) { |
99 | sethsv_raw(HSV_SOFT_PINK, (LED_TYPE *)&led[2]); | 99 | sethsv_raw(HSV_SOFT_BLUE, (LED_TYPE *)&led[2]); |
100 | } else { | 100 | } else { |
101 | sethsv(HSV_BLACK, (LED_TYPE *)&led[2]); | 101 | sethsv(HSV_BLACK, (LED_TYPE *)&led[2]); |
102 | } | 102 | } |
diff --git a/keyboards/hineybush/hbcp/keymaps/wkl/config.h b/keyboards/hineybush/hbcp/keymaps/wkl/config.h new file mode 100644 index 000000000..89865cef3 --- /dev/null +++ b/keyboards/hineybush/hbcp/keymaps/wkl/config.h | |||
@@ -0,0 +1,19 @@ | |||
1 | /* Copyright 2019 hineybush | ||
2 | * | ||
3 | * This program is free software: you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License as published by | ||
5 | * the Free Software Foundation, either version 2 of the License, or | ||
6 | * (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | ||
16 | |||
17 | #pragma once | ||
18 | |||
19 | // place overrides here | ||
diff --git a/keyboards/hineybush/hbcp/keymaps/wkl/keymap.c b/keyboards/hineybush/hbcp/keymaps/wkl/keymap.c new file mode 100644 index 000000000..09d5b6b33 --- /dev/null +++ b/keyboards/hineybush/hbcp/keymaps/wkl/keymap.c | |||
@@ -0,0 +1,82 @@ | |||
1 | /* Copyright 2019 hineybush | ||
2 | * | ||
3 | * This program is free software: you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License as published by | ||
5 | * the Free Software Foundation, either version 2 of the License, or | ||
6 | * (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | ||
16 | #include QMK_KEYBOARD_H | ||
17 | |||
18 | // Defines the keycodes used by our macros in process_record_user | ||
19 | enum custom_keycodes { | ||
20 | QMKBEST = SAFE_RANGE, | ||
21 | QMKURL | ||
22 | }; | ||
23 | |||
24 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
25 | |||
26 | [0] = LAYOUT_wkl( /* Base */ | ||
27 | |||
28 | /*K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K014, K015, K016, K017, \ | ||
29 | K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K013, K114, K115, K116, K117, \ | ||
30 | K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, K215, K216, K217, \ | ||
31 | K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K313, K314, K315, K316, K317, \ | ||
32 | K400, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K412, K413, K414, K415, K416, \ | ||
33 | K500, K501, K505, K510, K511, K512, K513, K514, K515, K516, K517 \*/ | ||
34 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL, KC_INS, KC_PGUP, KC_PGDN, | ||
35 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_NLCK, KC_PSLS, KC_PAST, KC_PAUS, | ||
36 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_P7, KC_P8, KC_P9, KC_PMNS, | ||
37 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_P4, KC_P5, KC_P6, KC_PPLS, | ||
38 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT, KC_UP, KC_P1, KC_P2, KC_P3, | ||
39 | KC_LCTL, KC_LALT, KC_SPC, MO(1), KC_RGUI, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PENT | ||
40 | |||
41 | ), | ||
42 | |||
43 | [1] = LAYOUT_wkl( | ||
44 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PSCR, KC_SLCK,KC_HOME, KC_END, | ||
45 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_HUD, RGB_HUI,KC_TRNS, KC_TRNS, | ||
46 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS, RESET ,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_SAD, RGB_SAI,KC_TRNS, KC_TRNS, | ||
47 | KC_TRNS, KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_VAD, RGB_VAI,KC_TRNS, KC_TRNS, | ||
48 | KC_TRNS, KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS,KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_VOLU, RGB_TOG, RGB_MOD,KC_TRNS, | ||
49 | KC_TRNS, KC_TRNS, KC_MPLY, KC_TRNS, KC_TRNS, KC_MPRV, KC_VOLD, KC_MNXT, KC_TRNS,KC_TRNS, KC_TRNS | ||
50 | |||
51 | ), | ||
52 | }; | ||
53 | |||
54 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
55 | switch (keycode) { | ||
56 | case QMKBEST: | ||
57 | if (record->event.pressed) { | ||
58 | // when keycode QMKBEST is pressed | ||
59 | SEND_STRING("QMK is the best thing ever!"); | ||
60 | } else { | ||
61 | // when keycode QMKBEST is released | ||
62 | } | ||
63 | break; | ||
64 | case QMKURL: | ||
65 | if (record->event.pressed) { | ||
66 | // when keycode QMKURL is pressed | ||
67 | SEND_STRING("https://qmk.fm/" SS_TAP(X_ENTER)); | ||
68 | } else { | ||
69 | // when keycode QMKURL is released | ||
70 | } | ||
71 | break; | ||
72 | } | ||
73 | return true; | ||
74 | } | ||
75 | |||
76 | void matrix_init_user(void) { | ||
77 | |||
78 | } | ||
79 | |||
80 | void matrix_scan_user(void) { | ||
81 | |||
82 | } | ||
diff --git a/keyboards/hineybush/hbcp/keymaps/wkl/readme.md b/keyboards/hineybush/hbcp/keymaps/wkl/readme.md new file mode 100644 index 000000000..70f593637 --- /dev/null +++ b/keyboards/hineybush/hbcp/keymaps/wkl/readme.md | |||
@@ -0,0 +1 @@ | |||
# The default WKL keymap for hbcp | |||