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 files for h87a PCB #3329

Merged
merged 22 commits into from
Jul 9, 2018
Prev Previous commit
Next Next commit
Update config.h
  • Loading branch information
Josh Hinnebusch authored Jul 9, 2018
commit aefa74e2b62fdcc3c735250a12ff8f1ac2dfff2d
1 change: 0 additions & 1 deletion keyboards/h87a/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define IS_COMMAND() ( \
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
#endif

#define RGB_DI_PIN D3
#ifdef RGB_DI_PIN
Expand Down