diff options
author | Flexerm <51996324+Flexerm@users.noreply.github.com> | 2021-05-22 06:30:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 22:30:35 -0700 |
commit | 1bb7905f7862ed362c3e6b526e15abad6824a11b (patch) | |
tree | 827d2aecc876dda8dc952abe3ec9e637c5969050 /keyboards/prototypist/j01/rules.mk | |
parent | 1a7c1c00365cbf4ccedab3755b1b06e3163fc4c5 (diff) |
[Keyboard] Add Prototypist J01 rev 1 support (#12825)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/prototypist/j01/rules.mk')
-rw-r--r-- | keyboards/prototypist/j01/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/prototypist/j01/rules.mk b/keyboards/prototypist/j01/rules.mk new file mode 100644 index 0000000000..3de5d7ea3a --- /dev/null +++ b/keyboards/prototypist/j01/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +LTO_ENABLE = yes |