diff options
author | Paul James <paul@peej.co.uk> | 2021-04-03 02:25:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 17:25:23 -0700 |
commit | 619885b48432bccb7ba4b65f0f5a3c9f4a8d40e2 (patch) | |
tree | bcc4fba63890a042c11bfe2308a5291fb7605f0b /keyboards/peej/lumberjack/rules.mk | |
parent | 6592f83589801263a2db5fa5c97a5def99e9c9ac (diff) |
[Keyboard] Add Lumberjack keyboard (#12124)
Diffstat (limited to 'keyboards/peej/lumberjack/rules.mk')
-rw-r--r-- | keyboards/peej/lumberjack/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/peej/lumberjack/rules.mk b/keyboards/peej/lumberjack/rules.mk new file mode 100644 index 0000000000..410124b840 --- /dev/null +++ b/keyboards/peej/lumberjack/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega328p + +# Bootloader selection +BOOTLOADER = USBasp + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +LAYOUTS = ortho_5x12 |