diff options
author | Jay Greco <jayv.greco@gmail.com> | 2021-04-15 10:04:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 13:04:26 -0400 |
commit | a69616c45ce30463b0025c48d72d8cac0350e639 (patch) | |
tree | c320d5754fa4e4abb5d6cf04dff45852856a2548 /keyboards/nullbitsco/nibble/keymaps/oled_bongocat/rules.mk | |
parent | 39d31d3ee49604fd88e6b45396da0cb4d0074da6 (diff) |
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
Diffstat (limited to 'keyboards/nullbitsco/nibble/keymaps/oled_bongocat/rules.mk')
-rw-r--r-- | keyboards/nullbitsco/nibble/keymaps/oled_bongocat/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |