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

move @drhigsby 's boards into /drhigsby #16041

Merged
merged 1 commit into from
Feb 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions keyboards/bkf/readme.md → keyboards/drhigsby/bkf/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ BKF, Base Kit Forty, is a 40% style keyboard that is fully compatbile with a sta

Make example for this keyboard (after setting up your build environment):

make bkf:default
make drhigsby/bkf:default

To place this keyboard into bootloader mode, press the reset button on the PCB or short the RST and GND pins on the pro micro.

Flashing example for this keyboard:

make bkf:default:flash
make drhigsby/bkf:default:flash

See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Dubba175 is a 10u wide ortholinear keyboard featuring 2x 1.75u spacebars as the

Make example for this keyboard (after setting up your build environment):

make dubba175:default
make drhigsby/dubba175:default

See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

#include "quantum.h"

#if defined(KEYBOARD_ogurec_left_pm)
#if defined(KEYBOARD_drhigsby_ogurec_left_pm)
# include "left_pm.h"
#elif defined(KEYBOARD_ogurec_right_pm)
#elif defined(KEYBOARD_drhigsby_ogurec_right_pm)
# include "right_pm.h"
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ When flashing ogurec with the PM soldered onto the right side, follow the second

Make example for this keyboard (after setting up your build environment):

make ogurec:default
make ogurec/right_pm:default
make drhigsby/ogurec:default
make drhigsby/ogurec/right_pm:default

To place the keyboard into bootloader mode, solder a reset switch onto the PCB and press it OR short the GND and RST pins on the pro micro.

Flashing example for this keyboard:

make ogurec:default:flash
make ogurec/right_pm:default:flash
make drhigsby/ogurec:default:flash
make drhigsby/ogurec/right_pm:default:flash

See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
DEFAULT_FOLDER = ogurec/left_pm
DEFAULT_FOLDER = drhigsby/ogurec/left_pm
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Packrat is an 11u wide ortholinear keyboard featuring multiple bottom row option

Make example for this keyboard (after setting up your build environment):

make packrat:default
make drhigsby/packrat:default

See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

Expand Down
File renamed without changes.