From ee67cdfeec17d80a90e5f47e80995a5bc27a1147 Mon Sep 17 00:00:00 2001 From: HorrorTroll Date: Sun, 6 Feb 2022 00:01:58 +0700 Subject: [Keyboard] Add Paws 60 keyboard (#16204) --- keyboards/horrortroll/paws60/rules.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/horrortroll/paws60/rules.mk (limited to 'keyboards/horrortroll/paws60/rules.mk') diff --git a/keyboards/horrortroll/paws60/rules.mk b/keyboards/horrortroll/paws60/rules.mk new file mode 100644 index 0000000000..daf1d593f1 --- /dev/null +++ b/keyboards/horrortroll/paws60/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 = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # 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 + +LAYOUTS = 60_ansi_split_bs_rshift 60_ansi 60_ansi_tsangan 60_tsangan_hhkb -- cgit v1.2.3