diff options
Diffstat (limited to 'layouts/community/ergodox/berfarah/rules.mk')
| -rw-r--r-- | layouts/community/ergodox/berfarah/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layouts/community/ergodox/berfarah/rules.mk b/layouts/community/ergodox/berfarah/rules.mk new file mode 100644 index 000000000..7153c6ad0 --- /dev/null +++ b/layouts/community/ergodox/berfarah/rules.mk | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | BOOTMAGIC_ENABLE = no | ||
| 2 | COMMAND_ENABLE = no | ||
| 3 | SLEEP_LED_ENABLE = yes | ||
| 4 | FORCE_NKRO ?= yes | ||
| 5 | DEBUG_ENABLE = no | ||
| 6 | CONSOLE_ENABLE = no | ||
| 7 | TAP_DANCE_ENABLE = no | ||
| 8 | MOUSEKEY_ENABLE = no | ||
| 9 | RGBLIGHT_ENABLE = yes | ||
| 10 | RGBLIGHT_ANIMATION = yes | ||
| 11 | |||
| 12 | ifeq (${FORCE_NKRO},yes) | ||
| 13 | OPT_DEFS += -DFORCE_NKRO | ||
| 14 | endif | ||
| 15 | |||
| 16 | ifndef QUANTUM_DIR | ||
| 17 | include ../../../../Makefile | ||
| 18 | endif | ||
