diff options
Diffstat (limited to 'keyboards/helix/rev2/keymaps/xulkal/rules.mk')
-rw-r--r-- | keyboards/helix/rev2/keymaps/xulkal/rules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/helix/rev2/keymaps/xulkal/rules.mk b/keyboards/helix/rev2/keymaps/xulkal/rules.mk new file mode 100644 index 0000000000..5a9c1e2890 --- /dev/null +++ b/keyboards/helix/rev2/keymaps/xulkal/rules.mk @@ -0,0 +1,15 @@ +RGBLIGHT_ENABLE = yes +# Helix specific define for correct RGBLED_NUM +OPT_DEFS += -DRGBLED_BACK + +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 +# Helix specific font file +OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\" +# Xulkal specific oled define +OPT_DEFS += -DOLED_90ROTATION + +SPLIT_KEYBOARD = yes + +# Explicitly disable helix standard post-processing +KEYBOARD_LOCAL_FEATURES_MK := |