diff options
Diffstat (limited to 'keyboards/amjkeyboard/amjpad/rules.mk')
-rw-r--r-- | keyboards/amjkeyboard/amjpad/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/amjkeyboard/amjpad/rules.mk b/keyboards/amjkeyboard/amjpad/rules.mk new file mode 100644 index 0000000000..c56fff39b3 --- /dev/null +++ b/keyboards/amjkeyboard/amjpad/rules.mk @@ -0,0 +1,20 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +AUDIO_ENABLE = no + +LAYOUTS = numpad_6x4 ortho_6x4 |