summaryrefslogtreecommitdiff
path: root/keyboards/handwired/p1800fl/rules.mk
diff options
context:
space:
mode:
authormarhalloweenvt <marhalloweenvt@gmail.com>2020-04-24 23:05:57 +0700
committerGitHub <noreply@github.com>2020-04-24 17:05:57 +0100
commit4baf49191f70e184d6100a9e9d1b68253463f47d (patch)
treefd4710041ec3f7c062d366ab7e3a71171a4bca64 /keyboards/handwired/p1800fl/rules.mk
parent427da3c19c8d59de44fcfc261ca2f865fab9f5be (diff)
[Keyboard] Add p1800fl (#8879)
* My commit message * Adjust p1800fl
Diffstat (limited to 'keyboards/handwired/p1800fl/rules.mk')
-rw-r--r--keyboards/handwired/p1800fl/rules.mk32
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/handwired/p1800fl/rules.mk b/keyboards/handwired/p1800fl/rules.mk
new file mode 100644
index 0000000000..b8601f0f10
--- /dev/null
+++ b/keyboards/handwired/p1800fl/rules.mk
@@ -0,0 +1,32 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
+BOOTLOADER = qmk-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = yes # Console for debug
+COMMAND_ENABLE = yes # 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
+MIDI_ENABLE = no # MIDI support
+BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
+AUDIO_ENABLE = no # Audio output on port C6
+FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
+HD44780_ENABLE = no # Enable support for HD44780 based LCDs