diff options
author | Jay Greco <jayv.greco@gmail.com> | 2020-12-08 17:49:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 17:49:10 -0800 |
commit | 56933b9b9f00a46980c1201a6ba5d0c5c9932275 (patch) | |
tree | e81b0ed7ab7d6fdeddbd943888e2d53b61b1111d /keyboards | |
parent | e03d72d71eff9d6b1b3fbeb45bbf1b1c40989222 (diff) |
[Keymap] Fix rules.mk for nullbits nibble oled keymap (#11142)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/nullbitsco/nibble/keymaps/oled/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/nullbitsco/nibble/keymaps/oled/rules.mk b/keyboards/nullbitsco/nibble/keymaps/oled/rules.mk index cf4068471f..48a51b2250 100644 --- a/keyboards/nullbitsco/nibble/keymaps/oled/rules.mk +++ b/keyboards/nullbitsco/nibble/keymaps/oled/rules.mk @@ -1 +1 @@ -ENABLE_OLED_DRIVER = yes
\ No newline at end of file +OLED_DRIVER_ENABLE = yes
\ No newline at end of file |