diff options
| author | 2020-08-05 15:11:06 +1000 | |
|---|---|---|
| committer | 2020-08-29 14:30:02 -0700 | |
| commit | c990dc1e6cdcabbfe280d60e981f9e7cc733d5db (patch) | |
| tree | 59941e361683e69d0c443115277d7a0488a1f83b /keyboards/anavi | |
| parent | 200444f8d2c12ac04fd081745c74020c92d5da16 (diff) | |
| download | qmk_firmware-c990dc1e6cdcabbfe280d60e981f9e7cc733d5db.tar.gz | |
Add support for hsv->rgb conversion without using CIE curve. (#9856)
* Add support for hsv->rgb conversion without using CIE curve.
* Modify anavi/macropad8 to disable unicode (was unused), otherwise firmware size is too large.
Diffstat (limited to 'keyboards/anavi')
| -rw-r--r-- | keyboards/anavi/macropad8/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/anavi/macropad8/rules.mk b/keyboards/anavi/macropad8/rules.mk index 498c27a20..d4443e3fe 100644 --- a/keyboards/anavi/macropad8/rules.mk +++ b/keyboards/anavi/macropad8/rules.mk @@ -23,7 +23,6 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: ht BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no # Audio output on port C6 -UNICODE_ENABLE = yes # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. OLED_DRIVER_ENABLE = yes # Enable Support for SSD1306 or SH1106 OLED Displays; Communicating over I2C |