diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-07 07:34:31 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-07 07:34:31 -0700 |
commit | b262f20ad48be429848467074edcf62536d4d3e5 (patch) | |
tree | 885937820fe600632f357932cce77bab14c24ec6 /keyboards/gray_studio/hb85/config.h | |
parent | a8e3462b4bd5706f17f460e36b88b4063ef148f6 (diff) | |
download | qmk_firmware-b262f20ad48be429848467074edcf62536d4d3e5.tar.gz |
[Keyboard] Refactor HB85 to get rid of custom i2c code (#5570)
* remove dependency on custom i2c code
* missed a pragma once
* fix readme install instructions
* config.h cleanup
* make the bootmagic key not the same bmc reset key
* disable bootmagic functionality as it doesn't seem to work on atmega32a bmc boards
Diffstat (limited to 'keyboards/gray_studio/hb85/config.h')
-rw-r--r-- | keyboards/gray_studio/hb85/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/gray_studio/hb85/config.h b/keyboards/gray_studio/hb85/config.h index d68860d20..da230f7e8 100644 --- a/keyboards/gray_studio/hb85/config.h +++ b/keyboards/gray_studio/hb85/config.h @@ -19,8 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VENDOR_ID 0x20A0 #define PRODUCT_ID 0x422F -// TODO: share these strings with usbconfig.h -// Edit usbconfig.h to change these. #define MANUFACTURER Gray Studio #define PRODUCT HB85 @@ -34,6 +32,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLED_NUM 5 #define RGBLIGHT_ANIMATIONS - -#define NO_UART 1 -#define BOOTLOADHID_BOOTLOADER 1 |