]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/mechmini/config.h
Updates bootloader settings, adds file size check (#2029)
[qmk_firmware.git] / keyboards / mechmini / config.h
index ecd50ca29647986f5ee0dfd0fdc661e1c15dd651..e7004608e11b646bd2402e5ac0f4b3ec4df9ced9 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
@@ -29,8 +30,11 @@ 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
 
 /* key combination for command */
 #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))