1
0
Fork 0

Got luizribeiro's ps2avrgb implementation working for Mechmini

This commit is contained in:
krusli 2017-09-16 11:08:29 +10:00 committed by Jack Humbert
parent 024f0455de
commit 69ab37fca1
8 changed files with 250 additions and 3 deletions

View file

@ -14,6 +14,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config_common.h"
#ifndef CONFIG_H
#define CONFIG_H
@ -29,6 +30,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 8
#define MATRIX_COLS 15
#define RGBLED_NUM 16
#define RGBLIGHT_ANIMATIONS
#define RGB_DI_PIN E2
#define NO_UART 1
#define BOOTLOADHID_BOOTLOADER 1