summaryrefslogtreecommitdiff
path: root/keyboards/keebio/sinc/rules.mk
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2020-06-10 15:12:02 -0400
committerGitHub <noreply@github.com>2020-06-10 20:12:02 +0100
commit5c2b46dc47f8e4c0e806b78b58324ac66869d7a8 (patch)
tree7ad047180a8f11e229df197e3814a2f2736f5117 /keyboards/keebio/sinc/rules.mk
parent713d34cda448b19a9e49b1e3eb1dd546d85e002b (diff)
Add Sinc keyboard (#8986)
* Add Sinc (WIP) * Rename layouts, add keymaps * Set EEPROM VIA layout value * Update QMK Configurator json * Update VIA layout value * Add default folder * Add PR suggestions * Fix keyboard name
Diffstat (limited to 'keyboards/keebio/sinc/rules.mk')
-rw-r--r--keyboards/keebio/sinc/rules.mk34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/keebio/sinc/rules.mk b/keyboards/keebio/sinc/rules.mk
new file mode 100644
index 0000000000..209b74de96
--- /dev/null
+++ b/keyboards/keebio/sinc/rules.mk
@@ -0,0 +1,34 @@
+# 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 = yes # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
+MIDI_ENABLE = no # MIDI controls
+AUDIO_ENABLE = no # Audio output on port C6
+UNICODE_ENABLE = no # Unicode
+BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
+RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+LTO_ENABLE = yes
+SPLIT_KEYBOARD = yes
+
+DEFAULT_FOLDER = keebio/sinc/rev1