diff options
author | heartrobotninja <heartrobotninja@users.noreply.github.com> | 2017-10-21 12:59:31 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-10-21 09:59:31 -1000 |
commit | b25338a8098f1b9988707b5c1a6ad8d99f55baf6 (patch) | |
tree | f566b9ac2a20db3560398414373e43fc044af0ae /keyboards/ergodox_ez/keymaps/heartrobotninja/rules.mk | |
parent | 78923cb8843618388408af64c1bfe53f0caf01b6 (diff) |
heartrobotninja ergodox_ez and lets_split layouts (#1874)
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/heartrobotninja/rules.mk')
-rw-r--r-- | keyboards/ergodox_ez/keymaps/heartrobotninja/rules.mk | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/keymaps/heartrobotninja/rules.mk b/keyboards/ergodox_ez/keymaps/heartrobotninja/rules.mk new file mode 100644 index 0000000000..38112a9065 --- /dev/null +++ b/keyboards/ergodox_ez/keymaps/heartrobotninja/rules.mk @@ -0,0 +1,34 @@ +BOOTMAGIC_ENABLE=no +COMMAND_ENABLE=no +SLEEP_LED_ENABLE=no +NKRO_ENABLE = yes +FORCE_NKRO = no +DEBUG_ENABLE = no +CONSOLE_ENABLE = no +TAP_DANCE_ENABLE = yes +KEYLOGGER_ENABLE = no +UCIS_ENABLE = no +MOUSEKEY_ENABLE = no +AUTOLOG_ENABLE = no +RGBLIGHT_ENABLE = yes +RGBLIGHT_ANIMATION = yes +EXTRAKEY_ENABLE = yes + +OPT_DEFS += -DUSER_PRINT + +KEYMAP_VERSION = $(shell \ + if [ -d "${KEYMAP_PATH}/.git" ]; then \ + cd "${KEYMAP_PATH}" && git describe --abbrev=6 --dirty --always --tags --match 'v*' 2>/dev/null; \ + else echo QMK; fi) + +KEYMAP_BRANCH = $(shell \ + if [ -d "${KEYMAP_PATH}/.git" ]; then \ + cd "${KEYMAP_PATH}"; \ + fi; \ + git rev-parse --abbrev-ref HEAD 2>/dev/null) + +OPT_DEFS += -DKEYMAP_VERSION=\"$(KEYMAP_VERSION)\\\#$(KEYMAP_BRANCH)\" + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif
\ No newline at end of file |