summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-09-23 01:25:37 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-09-23 01:25:37 +0200
commit9a5daf3e45f5b5ec7406797a4e24eea778b1705a (patch)
tree2629ef1c38b40cf11073012c1014eba8669218e1 /keyboards/crkbd/keymaps
parent1572a1d707d7e106124e320e26023f8395adbd9f (diff)
don't do the OLED stuff for Planck
Diffstat (limited to 'keyboards/crkbd/keymaps')
-rw-r--r--keyboards/crkbd/keymaps/christoph-cullmann/rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/christoph-cullmann/rules.mk b/keyboards/crkbd/keymaps/christoph-cullmann/rules.mk
index 9d1b049..0120620 100644
--- a/keyboards/crkbd/keymaps/christoph-cullmann/rules.mk
+++ b/keyboards/crkbd/keymaps/christoph-cullmann/rules.mk
@@ -1,3 +1,6 @@
+# set flags we check in common settings
+OLED_ENABLE = yes
+
# include common settings
ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
include ${ROOT_DIR}../../../../rules.mk