diff options
author | JJ48 <maxwellnvolanski@gmail.com> | 2022-08-13 19:55:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-14 01:55:03 +0100 |
commit | 4eda139b8373a96aa4addcff47102d4443841b5d (patch) | |
tree | af07cb464213709fdf25994ac3fbbf4d685bca7b /keyboards/jkeys_design/gentleman65_se_s/rules.mk | |
parent | 2d4071356789d522b723cf3fe318f49251609143 (diff) | |
download | qmk_firmware-4eda139b8373a96aa4addcff47102d4443841b5d.tar.gz qmk_firmware-4eda139b8373a96aa4addcff47102d4443841b5d.zip |
Add Gentleman 65 SE Solderd PCB support (#16992)
Diffstat (limited to 'keyboards/jkeys_design/gentleman65_se_s/rules.mk')
-rw-r--r-- | keyboards/jkeys_design/gentleman65_se_s/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/jkeys_design/gentleman65_se_s/rules.mk b/keyboards/jkeys_design/gentleman65_se_s/rules.mk new file mode 100644 index 0000000000..fceba7b48c --- /dev/null +++ b/keyboards/jkeys_design/gentleman65_se_s/rules.mk @@ -0,0 +1,21 @@ +# 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 +NKRO_ENABLE = no # Enable N-Key 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 |