aboutsummaryrefslogtreecommitdiff
path: root/keyboards/projectkb
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/projectkb')
-rw-r--r--keyboards/projectkb/alice/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/projectkb/alice/config.h b/keyboards/projectkb/alice/config.h
index 4a068a889..94c1fd16d 100644
--- a/keyboards/projectkb/alice/config.h
+++ b/keyboards/projectkb/alice/config.h
@@ -62,6 +62,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
62// dynamic keymaps start after this. 62// dynamic keymaps start after this.
63#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 1 63#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 1
64 64
65// VIA lighting is handled by the keyboard-level code
66#define VIA_CUSTOM_LIGHTING_ENABLE
67
68// Let VIA handle the QMK RGBLIGHT
69#define VIA_QMK_RGBLIGHT_ENABLE
70
65/* 71/*
66 * Feature disable options 72 * Feature disable options
67 * These options are also useful to firmware size reduction. 73 * These options are also useful to firmware size reduction.