]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/levinson/rev1/config.h
Updates bootloader settings, adds file size check (#2029)
[qmk_firmware.git] / keyboards / levinson / rev1 / config.h
index 696722cfb37fae762c604923682ae94026d11739..ddccbc47a90d329bc9de3196554ec39d67dddaa3 100644 (file)
@@ -38,8 +38,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define MATRIX_ROW_PINS { D7, E6, B4, B5 }
 #define MATRIX_COL_PINS { F6, F7, B1, B3, B2, F4 }
 
-#define CATERINA_BOOTLOADER
-
 /* define if matrix has ghost */
 //#define MATRIX_HAS_GHOST
 
@@ -66,6 +64,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define ws2812_PORTREG  PORTD
 #define ws2812_DDRREG   DDRD
 
+/* Backlight LEDs */
+#define BACKLIGHT_PIN B6
+#define BACKLIGHT_LEVELS 7
+
 /*
  * Feature disable options
  *  These options are also useful to firmware size reduction.