diff options
author | mechlovin <57231893+mechlovin@users.noreply.github.com> | 2021-04-09 11:48:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 20:48:30 +0200 |
commit | f744e22b4944c4e8e5e71a4eb424dd4619c3e57d (patch) | |
tree | 71dd02ac6eda2304e6acabd902b94abdd9bd568a /keyboards/mechlovin/infinity87/rgb_rev1/rules.mk | |
parent | 1a913aa12eda0c62faba160dad55befeafdf4dc0 (diff) |
Add TH1800 PCB, Hex6C PCB, Rogue87 PCB, Rouge87 PCB, Infinity87 series (#11977)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Co-authored-by: vuhopkep <boy9x0@gmail.com>
Diffstat (limited to 'keyboards/mechlovin/infinity87/rgb_rev1/rules.mk')
-rw-r--r-- | keyboards/mechlovin/infinity87/rgb_rev1/rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/mechlovin/infinity87/rgb_rev1/rules.mk b/keyboards/mechlovin/infinity87/rgb_rev1/rules.mk new file mode 100644 index 0000000000..aa7adc8954 --- /dev/null +++ b/keyboards/mechlovin/infinity87/rgb_rev1/rules.mk @@ -0,0 +1,5 @@ +MCU = STM32F303 +BOARD = QMK_PROTON_C + +RGB_MATRIX_ENABLE = yes # Use RGB matrix +RGB_MATRIX_DRIVER = IS31FL3741 |