]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/nyquist/rev1/config.h
Updates bootloader settings, adds file size check (#2029)
[qmk_firmware.git] / keyboards / nyquist / rev1 / config.h
index c2907cf5dd81262d6d4623fe3266b604552f6042..4430f254cb5620ea51b0bfb4c08f35e570bba697 100644 (file)
@@ -15,10 +15,10 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef CONFIG_H
-#define CONFIG_H
+#ifndef REV1_CONFIG_H
+#define REV1_CONFIG_H
 
-#include "config_common.h"
+#include QMK_KEYBOARD_CONFIG_H
 
 /* USB Device descriptor parameter */
 #define VENDOR_ID       0xCEEB
@@ -37,8 +37,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define MATRIX_ROW_PINS { D4, D7, E6, B4, B5 }
 #define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
 
-#define CATERINA_BOOTLOADER
-
 /* COL2ROW or ROW2COL */
 #define DIODE_DIRECTION COL2ROW