summaryrefslogtreecommitdiff
path: root/keyboards/le_chiffre/rules.mk
diff options
context:
space:
mode:
authortominabox1 <tom.campie@gmail.com>2020-05-08 17:54:55 -0500
committerGitHub <noreply@github.com>2020-05-08 23:54:55 +0100
commitfedd8e81d1a0033c11c2a733e31037d36c798c81 (patch)
tree531f4811894458f3cc0749a768622440de318707 /keyboards/le_chiffre/rules.mk
parentadda5d77707ea8f73d3d717f88802031b3f3fe27 (diff)
Add Le Chiffre keyboard (#8995)
* Initial * update json, added basic oled config, updated matrix to correct rotary location * disable oled by default * Tuned oled for release * Completed OLED function implementation Correct spelling error in readme * Fixed image in readme * Should not be in this branch * Incorporating recommended changes by zvecr * Update keyboards/le_chiffre/info.json Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/le_chiffre/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/le_chiffre/rules.mk')
-rw-r--r--keyboards/le_chiffre/rules.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/le_chiffre/rules.mk b/keyboards/le_chiffre/rules.mk
new file mode 100644
index 0000000000..d9d44e06e6
--- /dev/null
+++ b/keyboards/le_chiffre/rules.mk
@@ -0,0 +1,22 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
+BOOTLOADER = atmel-dfu
+
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+NKRO_ENABLE = yes # USB Nkey Rollover
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+TAP_DANCE_ENABLE = no
+ENCODER_ENABLE = yes
+OLED_DRIVER_ENABLE = no