1
0
Fork 0

[Keyboard] move @drhigsby 's boards into /drhigsby (#16041)

This commit is contained in:
peepeetee 2022-02-01 12:36:16 +08:00 committed by GitHub
parent 3b580de023
commit 984481ff8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 11 additions and 11 deletions

View file

@ -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 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. 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: 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). 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).

View file

@ -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 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). 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).

View file

@ -17,8 +17,8 @@
#include "quantum.h" #include "quantum.h"
#if defined(KEYBOARD_ogurec_left_pm) #if defined(KEYBOARD_drhigsby_ogurec_left_pm)
# include "left_pm.h" # include "left_pm.h"
#elif defined(KEYBOARD_ogurec_right_pm) #elif defined(KEYBOARD_drhigsby_ogurec_right_pm)
# include "right_pm.h" # include "right_pm.h"
#endif #endif

View file

@ -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 example for this keyboard (after setting up your build environment):
make ogurec:default make drhigsby/ogurec:default
make ogurec/right_pm: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. 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: Flashing example for this keyboard:
make ogurec:default:flash make drhigsby/ogurec:default:flash
make ogurec/right_pm: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). 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).

View file

@ -16,4 +16,4 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output AUDIO_ENABLE = no # Audio output
DEFAULT_FOLDER = ogurec/left_pm DEFAULT_FOLDER = drhigsby/ogurec/left_pm

View file

@ -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 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). 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).