]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/mechmini/config.h
use real greater than and less than chars
[qmk_firmware.git] / keyboards / mechmini / config.h
index b5c696f3f82688fd375b6dde73fd62f70561d19d..96f4bb51e4365dc70cfd277d44288aff55c8db93 100644 (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
@@ -23,12 +24,16 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // TODO: share these strings with usbconfig.h
 // Edit usbconfig.h to change these.
 #define MANUFACTURER    winkeyless.kr
-#define PRODUCT         ps2avrGB
+#define PRODUCT         mechmini
 
 /* matrix size */
 #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