aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/maartenwut/minitomic/rules.mk
diff options
context:
space:
mode:
authorMaarten Dekkers <maartenwut@gmail.com>2020-01-13 21:16:27 +0100
committerDrashna Jaelre <drashna@live.com>2020-01-13 12:16:27 -0800
commit94ea13e73de3f41c724406c9ec38760109037651 (patch)
tree9801b4c366b6adcc535e3bd3204fa401ac10709a /keyboards/maartenwut/minitomic/rules.mk
parent240e1ef6fd4b3356f3d21a50b0a0ad6c0673b1dd (diff)
downloadfirmware-94ea13e73de3f41c724406c9ec38760109037651.tar.gz
firmware-94ea13e73de3f41c724406c9ec38760109037651.tar.bz2
firmware-94ea13e73de3f41c724406c9ec38760109037651.zip
[Keyboard] Add minitomic keyboard (#7140)
* Add minitomic keyboard * Small change to readme * Make changes necessary for merging Remove extra comma in info.json, move caps lock led status from keymap to keyboard, removes unused keys on full space bar layout, cleans up rules.mk and update readme blurb. * Update readme.md * Update led function, fix spacing and remove custom keycodes Removes the custom keycodes in default keymap, fixes spacing in keymap and minitomic.c and puts the new led function in as well
Diffstat (limited to 'keyboards/maartenwut/minitomic/rules.mk')
-rw-r--r--keyboards/maartenwut/minitomic/rules.mk32
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/maartenwut/minitomic/rules.mk b/keyboards/maartenwut/minitomic/rules.mk
new file mode 100644
index 000000000..d483b8db7
--- /dev/null
+++ b/keyboards/maartenwut/minitomic/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
+BOOTLOADER = qmk-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = no # 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 = no # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+MIDI_ENABLE = no # MIDI support
+UNICODE_ENABLE = no # Unicode
+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 \ No newline at end of file