diff options
author | TJ <tom.campie@gmail.com> | 2022-07-23 19:03:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-23 17:03:41 -0700 |
commit | c3df1775bc9a14b5a43c03d000f6765c119b44ee (patch) | |
tree | 53a8d65cf49d01df5897384fb8fb29a7a636e2ae /keyboards/tominabox1/le_chiffre/rules.mk | |
parent | f1ccd60458a83b575ec5f13af8b7e1b07587d9f3 (diff) |
[Keyboard] Le Chiffre rev 2 and HE additions (#17377)
* chiffre refactor for new revisions
* updated led matrix config
* updated per suggestions
* add tapdance enable
* revert tapdance (none defined in the default keymaps)
* clean up rules
* add readme for HE
* remove notes in readme
* fix perm
* fix perms
* Fix spacing on readme
* fix perm
* fix perms again?
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 |