diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-13 14:29:05 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-13 14:29:05 +0000 |
commit | 1e6ef5d42ebce6f8f2c1a73f7ac7a2728241ed32 (patch) | |
tree | 30eb5b1e8e11c2287a1697a66a5f8ace0eedd716 /keyboards/rmkeebs/rm_numpad/rules.mk | |
parent | 46292f509836553799df9be8296a3722a6e2f95d (diff) | |
parent | 57466c47ba9c088c2f2fedb2c1e0fab449302f77 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/rmkeebs/rm_numpad/rules.mk')
-rw-r--r-- | keyboards/rmkeebs/rm_numpad/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/rmkeebs/rm_numpad/rules.mk b/keyboards/rmkeebs/rm_numpad/rules.mk new file mode 100644 index 0000000000..0f20c3a635 --- /dev/null +++ b/keyboards/rmkeebs/rm_numpad/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 = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes + +LAYOUTS = numpad_6x4 ortho_6x4 |