Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hbcp #7101

Merged
merged 36 commits into from
Oct 31, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
10f7307
add initial hbcp files
Sep 12, 2019
8f93abd
adjust hbcp keymaps
Oct 21, 2019
6055f46
update per PR requested changes
Oct 21, 2019
cfb7c00
add info.json
Oct 21, 2019
5f1e7cf
update LED stuff in regards to my personal keymap
Oct 21, 2019
95dd615
update to new LED pin manipulation code
Oct 21, 2019
e6d80e2
update info.json
Oct 21, 2019
49155be
Update keyboards/hineybush/hbcp/hbcp.c
hineybush Oct 28, 2019
b86ab8d
Update keyboards/hineybush/hbcp/hbcp.c
hineybush Oct 28, 2019
7033d13
Update keyboards/hineybush/hbcp/hbcp.c
hineybush Oct 28, 2019
53c14e8
Update keyboards/hineybush/hbcp/hbcp.c
hineybush Oct 28, 2019
f724181
Update keyboards/hineybush/hbcp/readme.md
hineybush Oct 28, 2019
e0df6e5
Update keyboards/hineybush/hbcp/rules.mk
hineybush Oct 28, 2019
16122d1
Update keyboards/hineybush/hbcp/rules.mk
hineybush Oct 28, 2019
a489547
Update keyboards/hineybush/hbcp/rules.mk
hineybush Oct 28, 2019
3caf0eb
Update keyboards/hineybush/hbcp/rules.mk
hineybush Oct 28, 2019
72ad034
Update keyboards/hineybush/hbcp/rules.mk
hineybush Oct 28, 2019
3c4aba5
Update keyboards/hineybush/hbcp/rules.mk
hineybush Oct 28, 2019
9ca4c8a
Update keyboards/hineybush/hbcp/rules.mk
hineybush Oct 28, 2019
a52daa9
Update keyboards/hineybush/hbcp/rules.mk
hineybush Oct 28, 2019
b65cc3e
Update keyboards/hineybush/hbcp/hbcp.c
hineybush Oct 30, 2019
7d87a54
Update keyboards/hineybush/hbcp/hbcp.c
hineybush Oct 30, 2019
b622506
Merge branch 'master' of https://github.com/qmk/qmk_firmware into hbcp
Oct 30, 2019
f3ab0e6
update per pull request suggestions
Oct 30, 2019
5143afb
update once again based on PR requests
Oct 30, 2019
0ae7af6
Update keyboards/hineybush/hbcp/hbcp.c
hineybush Oct 30, 2019
80a771d
update per PR request, update default keymap
Oct 30, 2019
a02cf2f
Update keyboards/hineybush/hbcp/keymaps/hiney/keymap.c
hineybush Oct 31, 2019
ee7b385
Update keyboards/hineybush/hbcp/keymaps/hiney/keymap.c
hineybush Oct 31, 2019
61985f0
Update keyboards/hineybush/hbcp/keymaps/hiney/keymap.c
hineybush Oct 31, 2019
f06d82b
Update keyboards/hineybush/hbcp/info.json
hineybush Oct 31, 2019
3406619
Update keyboards/hineybush/hbcp/info.json
hineybush Oct 31, 2019
00b2787
Update keyboards/hineybush/hbcp/keymaps/hiney/readme.md
hineybush Oct 31, 2019
ca8ded8
update per PR requests
Oct 31, 2019
1bdc173
Update keyboards/hineybush/hbcp/info.json
hineybush Oct 31, 2019
1784fce
add RGB defs to hiney/config.h
Oct 31, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adjust hbcp keymaps
  • Loading branch information
hineybush committed Oct 21, 2019
commit 8f93abd7c71662a7a18b0c7de5690d19d047d696
10 changes: 5 additions & 5 deletions keyboards/hineybush/hbcp/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
*/
#include QMK_KEYBOARD_H

// Needs to be defined as Hue/Sat/Val at the time being. Working on that :)

#define HSV_CAPS 0, 0, 120
#define HSV_NLCK 0, 0, 120
#define HSV_SCRL 0, 0, 120
#define HSV_BLACK 0, 0, 0
#define HSV_CAPS 0, 0, 120 // Define caps lock color (H, S, V)
hineybush marked this conversation as resolved.
Show resolved Hide resolved
#define HSV_NLCK 0, 0, 120 // Define num lock color (H, S, V)
#define HSV_SCRL 0, 0, 120 // Define scroll lock color (H, S, V)
#define HSV_BLACK 0, 0, 0 // Define black color (H, S, V)
// #define HSV_custom_color H, S, V


// Defines the keycodes used by our macros in process_record_user
Expand Down
13 changes: 7 additions & 6 deletions keyboards/hineybush/hbcp/keymaps/hiney/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@

// Needs to be defined as Hue/Sat/Val at the time being. Working on that :)

#define HSV_SOFT_PINK 255, 110, 100 //define a value for soft pink
#define HSV_CUSTOM_WHITE 0, 0, 120
#define HSV_SCRL 0, 0, 120
#define HSV_BLACK 0, 0, 0
#define HSV_SOFT_PINK 255, 110, 100 // define a value for soft pink (H, S, V)
#define HSV_CUSTOM_WHITE 0, 0, 120 // define a value for white (H, S, V)
#define HSV_SCRL 0, 0, 120 // define a value for scroll lock (H, S, V)
#define HSV_BLACK 0, 0, 0 // define a value for black (H, S, V)


// Defines the keycodes used by our macros in process_record_user
enum custom_keycodes {
QMKBEST = SAFE_RANGE,
ALTCUT,
QMKURL
};

Expand Down Expand Up @@ -61,10 +62,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

bool process_record_user(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case QMKBEST:
case ALTCUT:
if (record->event.pressed) {
// when keycode QMKBEST is pressed
SEND_STRING("QMK is the best thing ever!");
send_string_with_delay_P(PSTR(SS_TAP(X_TAB)SS_TAP(X_T)SS_TAP(X_V)SS_TAP(X_B)), 20); // altium macro
} else {
// when keycode QMKBEST is released
}
Expand Down