Browse Source

Fixed rgblight_types.h

pull/1335/head
Luiz Ribeiro 7 years ago
parent
commit
945f2f5916
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      keyboards/ps2avrGB/program
  2. +1
    -0
      quantum/rgblight_types.h

+ 1
- 1
keyboards/ps2avrGB/program View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3.5
#!/usr/bin/env python3
# Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com>
#
# This program is free software: you can redistribute it and/or modify


+ 1
- 0
quantum/rgblight_types.h View File

@ -21,6 +21,7 @@
*/
#ifndef RGBLIGHT_TYPES
#define RGBLIGHT_TYPES
#include <avr/io.h>


Loading…
Cancel
Save