aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/donutcables
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-03-05 12:39:50 +1100
committerGitHub <noreply@github.com>2020-03-05 12:39:50 +1100
commit7e30d189e9ec4da37d4dffa9c509b256495676b5 (patch)
tree50400a0f6b3ec2a7d864c90ad237d0b5d924e73c /keyboards/donutcables
parent8fd845430899311663a6bcdeb6a16574cb92fe54 (diff)
downloadfirmware-7e30d189e9ec4da37d4dffa9c509b256495676b5.tar.gz
firmware-7e30d189e9ec4da37d4dffa9c509b256495676b5.tar.bz2
firmware-7e30d189e9ec4da37d4dffa9c509b256495676b5.zip
Update config.h - Fixed number of RGB LEDs (#8316)
There are 18 LEDs, not 16
Diffstat (limited to 'keyboards/donutcables')
-rw-r--r--keyboards/donutcables/budget96/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/donutcables/budget96/config.h b/keyboards/donutcables/budget96/config.h
index 0e05bb76f..9482867fa 100644
--- a/keyboards/donutcables/budget96/config.h
+++ b/keyboards/donutcables/budget96/config.h
@@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MANUFACTURER DonutCables
#define PRODUCT budget96
-#define RGBLED_NUM 16
+#define RGBLED_NUM 18
#define MATRIX_ROWS 8
#define MATRIX_COLS 15