summaryrefslogtreecommitdiffstats
path: root/keyboards/percent/skog/rules.mk
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-09-21 11:27:53 -0700
committerDrashna Jaelre <drashna@live.com>2019-09-21 11:27:53 -0700
commitfd19795879a92287faa93eb3900ce8d10f89ace3 (patch)
tree1bc5e25ff2f52e0b1bfd4bd289b164e7a890436a /keyboards/percent/skog/rules.mk
parentf069e9fc09859baf03d940b6db47e95c50a24936 (diff)
[Keyboard] Move more percent boards into the percent directory (#6781)
* move canoe into percent directory * update readme for new make path * move skog into percent directory * update readme for new path and new instructions * update readme * fix error in naming
Diffstat (limited to 'keyboards/percent/skog/rules.mk')
-rw-r--r--keyboards/percent/skog/rules.mk48
1 files changed, 48 insertions, 0 deletions
diff --git a/keyboards/percent/skog/rules.mk b/keyboards/percent/skog/rules.mk
new file mode 100644
index 0000000000..b8439906b8
--- /dev/null
+++ b/keyboards/percent/skog/rules.mk
@@ -0,0 +1,48 @@
+# Copyright 2018 Jumail Mundekkat / MxBlue
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+# 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 = full
+MOUSEKEY_ENABLE = no
+EXTRAKEY_ENABLE = yes
+CONSOLE_ENABLE = yes
+COMMAND_ENABLE = yes
+BACKLIGHT_ENABLE = yes
+RGBLIGHT_ENABLE = yes
+
+BACKLIGHT_CUSTOM_DRIVER = yes
+RGBLIGHT_CUSTOM_DRIVER = yes
+
+OPT_DEFS = -DDEBUG_LEVEL=0
+
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+
+# custom matrix setup
+CUSTOM_MATRIX = yes
+SRC = matrix.c i2c.c backlight.c