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
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
Update keyboards/hineybush/hbcp/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
  • Loading branch information
hineybush and fauxpark committed Oct 28, 2019
commit 16122d109c762886c1ddb66385e9376454ef8f31
2 changes: 1 addition & 1 deletion keyboards/hineybush/hbcp/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ BOOTLOADER = atmel-dfu
#
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
yanfali marked this conversation as resolved.
Show resolved Hide resolved
hineybush marked this conversation as resolved.
Show resolved Hide resolved
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug(+400)
hineybush marked this conversation as resolved.
Show resolved Hide resolved
COMMAND_ENABLE = yes # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
Expand Down