diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-24 00:04:24 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-24 00:04:24 +0000 |
commit | f383f7d6e57d674209249d36c169926105b58c9d (patch) | |
tree | 30362ca5a0a7dc5226e42cba72bf26ad2d4e94ed /keyboards/tominabox1/le_chiffre/rules.mk | |
parent | 302fa11d1f3a9e9f42a04a37b21cad859ebfd2ff (diff) | |
parent | c3df1775bc9a14b5a43c03d000f6765c119b44ee (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tominabox1/le_chiffre/rules.mk')
-rw-r--r-- | keyboards/tominabox1/le_chiffre/rules.mk | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/keyboards/tominabox1/le_chiffre/rules.mk b/keyboards/tominabox1/le_chiffre/rules.mk index bc5775a151..57b3d94eab 100644 --- a/keyboards/tominabox1/le_chiffre/rules.mk +++ b/keyboards/tominabox1/le_chiffre/rules.mk @@ -1,19 +1 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -NKRO_ENABLE = yes # Enable N-Key Rollover -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -ENCODER_ENABLE = yes -OLED_ENABLE = no -RGB_MATRIX_ENABLE = yes -RGB_MATRIX_DRIVER = WS2812 -LTO_ENABLE = yes +DEFAULT_FOLDER = tominabox1/le_chiffre/rev1 |