summaryrefslogtreecommitdiff
path: root/keyboards/gentleman65/rules.mk
diff options
context:
space:
mode:
authorRamya Challa <ramyac6@cs.washington.edu>2021-09-18 12:47:26 -0700
committerGitHub <noreply@github.com>2021-09-18 12:47:26 -0700
commitf61f79b7cd1cb8edad8d55577c834a9470405b4c (patch)
tree37901e7bdaa69405eac06ff6af48a2e433471479 /keyboards/gentleman65/rules.mk
parentc2f3c418f33bf5d8d60e005de4d076949a7c7098 (diff)
[Keyboard] Add Gentleman65 (#12971)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/gentleman65/rules.mk')
-rw-r--r--keyboards/gentleman65/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/gentleman65/rules.mk b/keyboards/gentleman65/rules.mk
new file mode 100644
index 0000000000..0f86307a97
--- /dev/null
+++ b/keyboards/gentleman65/rules.mk
@@ -0,0 +1,24 @@
+# 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
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = no # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+RGB_MATRIX_ENABLE = no
+RGB_MATRIX_DRIVER = WS2812
+ENCODER_ENABLE = yes \ No newline at end of file