aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/nightly_boards/alter/rev1/rules.mk
diff options
context:
space:
mode:
authorNightlyBoards <65656486+NightlyBoards@users.noreply.github.com>2020-07-17 23:46:11 +0800
committerGitHub <noreply@github.com>2020-07-17 16:46:11 +0100
commit412c6bf44785e2312821a484a7cd36ce1ec6361a (patch)
treea5a7972ea519a10bf4430dc054aa176ba6bc9eef /keyboards/nightly_boards/alter/rev1/rules.mk
parent9aa953ecb476b952e9cb16a1812e9e1aef88b8dd (diff)
downloadfirmware-412c6bf44785e2312821a484a7cd36ce1ec6361a.tar.gz
firmware-412c6bf44785e2312821a484a7cd36ce1ec6361a.tar.bz2
firmware-412c6bf44785e2312821a484a7cd36ce1ec6361a.zip
Add Alter Keyboard (#9579)
* Create Alter folder * Revert "Create Alter folder" This reverts commit 361103b821dbb22957b66cdedb0d11f996def71c. * Add Alter keyboard * Fixed keymap.c * Fixed another issue on the keymap.c * Updated the files based on the comments * Edited default keymap and enabled rgbanimations on config.h * Updated the info.json
Diffstat (limited to 'keyboards/nightly_boards/alter/rev1/rules.mk')
-rw-r--r--keyboards/nightly_boards/alter/rev1/rules.mk31
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/nightly_boards/alter/rev1/rules.mk b/keyboards/nightly_boards/alter/rev1/rules.mk
new file mode 100644
index 000000000..5dbee69a1
--- /dev/null
+++ b/keyboards/nightly_boards/alter/rev1/rules.mk
@@ -0,0 +1,31 @@
+# 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 = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+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
+# 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 = yes # Enable keyboard RGB underglow
+MIDI_ENABLE = no # MIDI support
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches \ No newline at end of file