diff options
author | Luiz Ribeiro <luizribeiro@gmail.com> | 2017-06-10 12:40:32 -0400 |
---|---|---|
committer | Luiz Ribeiro <luizribeiro@gmail.com> | 2017-06-11 12:30:48 -0400 |
commit | d4cd5dda5c3e3c5b8b8d4db5d0bbed2fec0c770d (patch) | |
tree | 8f62acf6a849da7f7c61c18635b905ba8cd63132 /keyboards | |
parent | 964d7060e1176d487a1f9dfe9bb76b491983748d (diff) |
Added a build flag for using a custom rgblight driver
Diffstat (limited to 'keyboards')
-rwxr-xr-x | keyboards/ps2avrGB/program | 2 | ||||
-rw-r--r-- | keyboards/ps2avrGB/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ps2avrGB/program b/keyboards/ps2avrGB/program index a88d9cd9b0..081a8219ce 100755 --- a/keyboards/ps2avrGB/program +++ b/keyboards/ps2avrGB/program @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3.5 # Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com> # # This program is free software: you can redistribute it and/or modify diff --git a/keyboards/ps2avrGB/rules.mk b/keyboards/ps2avrGB/rules.mk index 9fb27efed9..9e76993c4a 100644 --- a/keyboards/ps2avrGB/rules.mk +++ b/keyboards/ps2avrGB/rules.mk @@ -32,7 +32,7 @@ CONSOLE_ENABLE = yes COMMAND_ENABLE = yes BACKLIGHT_ENABLE = no RGBLIGHT_ENABLE = yes -DISABLE_WS2812 = yes +RGBLIGHT_CUSTOM_DRIVER = yes OPT_DEFS = -DDEBUG_LEVEL=0 OPT_DEFS += -DBOOTLOADER_SIZE=2048 |