diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-13 17:31:22 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-13 17:31:22 +0000 |
commit | 2df28c1850ebbafac78e70b3cdad9226f040b19f (patch) | |
tree | 5f38d16b97bc6eb8e5b362dcc966043da80d9d8c /keyboards/jels/jels60/rules.mk | |
parent | e226a70adc8e7db77ff5f9119f9c1d71a9e81d86 (diff) | |
parent | 109c60feeb24081f6bcc78276d7426c5340f2822 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/jels/jels60/rules.mk')
-rw-r--r-- | keyboards/jels/jels60/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/jels/jels60/rules.mk b/keyboards/jels/jels60/rules.mk new file mode 100644 index 0000000000..476cf49f27 --- /dev/null +++ b/keyboards/jels/jels60/rules.mk @@ -0,0 +1,18 @@ +# 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 = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |