From a69616c45ce30463b0025c48d72d8cac0350e639 Mon Sep 17 00:00:00 2001 From: Jay Greco Date: Thu, 15 Apr 2021 10:04:26 -0700 Subject: Optimize NIBBLE oled_bongocat keymap to reduce flash usage (#12330) * Optimize with squeez-o frame compression Adds VIA support! * Clean up for PR + Add copyright header - Remove debug print statements --- keyboards/nullbitsco/nibble/keymaps/oled_bongocat/rules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'keyboards/nullbitsco/nibble/keymaps/oled_bongocat/rules.mk') diff --git a/keyboards/nullbitsco/nibble/keymaps/oled_bongocat/rules.mk b/keyboards/nullbitsco/nibble/keymaps/oled_bongocat/rules.mk index 53784c69f9..c7ffad546e 100644 --- a/keyboards/nullbitsco/nibble/keymaps/oled_bongocat/rules.mk +++ b/keyboards/nullbitsco/nibble/keymaps/oled_bongocat/rules.mk @@ -1,2 +1,3 @@ OLED_DRIVER_ENABLE = yes -WPM_ENABLE = yes \ No newline at end of file +WPM_ENABLE = yes +VIA_ENABLE = yes \ No newline at end of file -- cgit v1.2.1