diff options
| author | Kyle McCreery | 2023-03-15 16:49:14 +0100 |
|---|---|---|
| committer | GitHub | 2023-03-15 16:49:14 +0100 |
| commit | 915d7a18d757ddb22498d66b82c6309077cdb178 (patch) | |
| tree | de405b5d4b2ed31c09c52bb1691ef789aff70d04 /keyboards/mechwild/sugarglider/post_rules.mk | |
| parent | e62fc866dbac6b558b328be14e8096835c3aadc7 (diff) | |
[Keyboard] New Keyboard - Sugar Glider (#19933)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/mechwild/sugarglider/post_rules.mk')
| -rw-r--r-- | keyboards/mechwild/sugarglider/post_rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/mechwild/sugarglider/post_rules.mk b/keyboards/mechwild/sugarglider/post_rules.mk new file mode 100644 index 0000000000..c94ac22fab --- /dev/null +++ b/keyboards/mechwild/sugarglider/post_rules.mk @@ -0,0 +1,4 @@ +# Checking if WIDE_OLED +ifeq ($(strip $(WIDE_OLED_ENABLE)), yes) + OPT_DEFS += -DOLED_DISPLAY_128X64 +endif |