summaryrefslogtreecommitdiff
path: root/keyboards/db/db63/rules.mk
diff options
context:
space:
mode:
authorHung DO <hungdohuy@gmail.com>2020-01-05 08:04:49 +0700
committerDrashna Jaelre <drashna@live.com>2020-01-04 17:04:49 -0800
commit59c783df488cc8bcd9b8c92e9b27692c1e1761ed (patch)
treeb85809ce5f2f20bdc96cdd5ae8132967f8afa45a /keyboards/db/db63/rules.mk
parentd4b15cd93af0609fef6e345bd1d2259f8dee62a8 (diff)
[Keyboard] Add support for db63 hotswap rbg (#7771)
* correct the matrix pin for db63 * first correct layout * adding RGB support for db63 * adding backlighting keycode * enable back extension * update readme for the bootloader * correct the capslock pin * update correct info.json and layout following suggestion * editing contact * Update keyboards/db/db63/README.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/db/db63/README.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/db/db63/rules.mk')
-rw-r--r--keyboards/db/db63/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/db/db63/rules.mk b/keyboards/db/db63/rules.mk
new file mode 100644
index 0000000000..84eace5ed6
--- /dev/null
+++ b/keyboards/db/db63/rules.mk
@@ -0,0 +1,24 @@
+# MCU name
+MCU = atmega32a
+
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
+BOOTLOADER = bootloadHID
+
+# build options
+BOOTMAGIC_ENABLE = no
+MOUSEKEY_ENABLE = yes
+EXTRAKEY_ENABLE = yes
+CONSOLE_ENABLE = no
+COMMAND_ENABLE = yes
+BACKLIGHT_ENABLE = yes
+RGBLIGHT_ENABLE = yes
+WS2812_DRIVER = i2c
+
+OPT_DEFS = -DDEBUG_LEVEL=0