summaryrefslogtreecommitdiffstats
path: root/keyboards/mechmini/config.h
diff options
context:
space:
mode:
authorkrusli <rusli.kenneth@gmail.com>2017-09-16 03:08:29 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-16 15:34:29 +0200
commit69ab37fca1f891af6a0101766dc74642c5c2fa82 (patch)
tree8ffe6654e1040aaa4d8a638e6c260ef7dd0d073e /keyboards/mechmini/config.h
parent024f0455deefaa9d47cae255a9ba098650c3841f (diff)
downloadqmk_firmware-69ab37fca1f891af6a0101766dc74642c5c2fa82.tar.gz
qmk_firmware-69ab37fca1f891af6a0101766dc74642c5c2fa82.tar.xz
Got luizribeiro's ps2avrgb implementation working for Mechmini
Diffstat (limited to 'keyboards/mechmini/config.h')
-rw-r--r--keyboards/mechmini/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/mechmini/config.h b/keyboards/mechmini/config.h
index ecd50ca29..96f4bb51e 100644
--- a/keyboards/mechmini/config.h
+++ b/keyboards/mechmini/config.h
@@ -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