aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xd002/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xd002/rules.mk')
-rw-r--r--keyboards/xd002/rules.mk34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/xd002/rules.mk b/keyboards/xd002/rules.mk
new file mode 100644
index 000000000..1142142bf
--- /dev/null
+++ b/keyboards/xd002/rules.mk
@@ -0,0 +1,34 @@
1# MCU name
2MCU = attiny85
3
4# Bootloader selection
5BOOTLOADER = micronucleus
6OPT_DEFS += -DBOOTLOADER_SIZE=1862
7PROGRAM_CMD = micronucleus --run $(BUILD_DIR)/$(TARGET).hex
8
9# Build Options
10# change yes to no to disable
11#
12BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
13MOUSEKEY_ENABLE = no # Mouse keys
14EXTRAKEY_ENABLE = no # Audio control and System control
15CONSOLE_ENABLE = no # Console for debug
16COMMAND_ENABLE = no # Commands for debug and configuration
17# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
18SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
19# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
20NKRO_ENABLE = no # USB Nkey Rollover
21BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
22RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
23MIDI_ENABLE = no # MIDI support
24UNICODE_ENABLE = no # Unicode
25BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
26AUDIO_ENABLE = no # Audio output on port C6
27FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
28HD44780_ENABLE = no # Enable support for HD44780 based LCDs
29
30# Save as much space as we can...
31LTO_ENABLE = yes
32GRAVE_ESC_ENABLE = no
33MAGIC_ENABLE = no
34SPACE_CADET_ENABLE = no