]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Adds Gray Studio HB85 Initial Support (#5311)
authorFelipe Coury <felipe.coury@gmail.com>
Wed, 6 Mar 2019 20:49:16 +0000 (17:49 -0300)
committerDrashna Jaelre <drashna@live.com>
Wed, 6 Mar 2019 20:49:16 +0000 (12:49 -0800)
commitba11a1c8072fd5d2f2d2914e76e9416be9ca1e11
treec60baa716c82d42386a47690ef37421beecf6afb
parent33e9f1c75a6961fa25689aba2586fd0ef1fba75f
[Keyboard] Adds Gray Studio HB85 Initial Support (#5311)

* Gray Studio HB85 Initial Support

* Fixed README image

* Updated README

* Disabled Bootmagic and Console for HB85

* Fixed Numpad 4 matrix place

* Fixes board crashing with RGB enabled

* Moved HB85 files to gray_studio folder

* Uses old i2c library since this version makes RGB underglow work

* Improved default keymap with underglow control layer

* Removes obsolete program and uses generic script instead

As per zvecr feedback

* Uses GPIO Functions to initialise and set RGB underglow PINS
keyboards/gray_studio/hb85/config.h [new file with mode: 0644]
keyboards/gray_studio/hb85/hb85.c [new file with mode: 0644]
keyboards/gray_studio/hb85/hb85.h [new file with mode: 0644]
keyboards/gray_studio/hb85/i2c.c [new file with mode: 0644]
keyboards/gray_studio/hb85/i2c.h [new file with mode: 0644]
keyboards/gray_studio/hb85/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/gray_studio/hb85/readme.md [new file with mode: 0644]
keyboards/gray_studio/hb85/rules.mk [new file with mode: 0644]
keyboards/gray_studio/hb85/usbconfig.h [new file with mode: 0644]