diff options
| author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2021-03-12 21:50:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-12 13:50:15 -0800 |
| commit | 5d7ad69cd89b6e3be01459fb7009b8eaf568121b (patch) | |
| tree | 6ad1c1c8d86d76d72416c8f0ca0e0fbabf8d0457 /keyboards/basekeys | |
| parent | b8ad5f4249e0b01772905515664c8961d3db0787 (diff) | |
| download | qmk_firmware-5d7ad69cd89b6e3be01459fb7009b8eaf568121b.tar.gz qmk_firmware-5d7ad69cd89b6e3be01459fb7009b8eaf568121b.zip | |
[Bugs] Fix VIA Compiles (#12186)
Diffstat (limited to 'keyboards/basekeys')
| -rw-r--r-- | keyboards/basekeys/slice/rev1_rgb/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/basekeys/slice/rev1_rgb/rules.mk b/keyboards/basekeys/slice/rev1_rgb/rules.mk index 116492c6e..8bf833d3e 100644 --- a/keyboards/basekeys/slice/rev1_rgb/rules.mk +++ b/keyboards/basekeys/slice/rev1_rgb/rules.mk | |||
| @@ -29,3 +29,5 @@ NKRO_ENABLE = no # USB Nkey Rollover | |||
| 29 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 29 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 30 | OLED_DRIVER_ENABLE = yes # Disable OLED driver. | 30 | OLED_DRIVER_ENABLE = yes # Disable OLED driver. |
| 31 | UNICODE_ENABLE = no # Unicode | 31 | UNICODE_ENABLE = no # Unicode |
| 32 | |||
| 33 | LTO_ENABLE = yes \ No newline at end of file | ||
