aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergosaurus/rules.mk
diff options
context:
space:
mode:
authorCody Bender <50554676+cfbender@users.noreply.github.com>2020-01-30 02:16:11 -0700
committerGitHub <noreply@github.com>2020-01-30 01:16:11 -0800
commit6d5812a86c7eaa3e84d8a69126aa04195713be62 (patch)
treea4c0a6ab924d1549b016942d3fba917bd8a2763f /keyboards/ergosaurus/rules.mk
parent1249594cf0b09a45f28593c75f9d8f413ccf0424 (diff)
downloadfirmware-6d5812a86c7eaa3e84d8a69126aa04195713be62.tar.gz
firmware-6d5812a86c7eaa3e84d8a69126aa04195713be62.tar.bz2
firmware-6d5812a86c7eaa3e84d8a69126aa04195713be62.zip
[Keyboard] Add Ergosaurus Support (#8013)
Initialize config * Update matrix size * Update Keymap * Rename files to remove hyphen * Rename board and folders * Fix ergosaurus.h typo * Fix ergosaurus.h layout matrix * Update column pins * Fixed ergosaurus * Add Reggie layout * Update Ergo keymap * Update with fixes from PR #8013 * Fix KeyHive link * Remove config.h and extra whitespace from README * Update PID, README and rules spacing * Update rules.mk
Diffstat (limited to 'keyboards/ergosaurus/rules.mk')
-rw-r--r--keyboards/ergosaurus/rules.mk33
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/ergosaurus/rules.mk b/keyboards/ergosaurus/rules.mk
new file mode 100644
index 000000000..b70e8d49f
--- /dev/null
+++ b/keyboards/ergosaurus/rules.mk
@@ -0,0 +1,33 @@
+# 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 = caterina
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = lite # 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 = 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