diff options
author | Luiz Ribeiro <luizribeiro@gmail.com> | 2017-07-04 11:12:42 -0400 |
---|---|---|
committer | Luiz Ribeiro <luizribeiro@gmail.com> | 2017-07-04 11:12:42 -0400 |
commit | 738b072bb0f25d0369a998c550c369e4f64cc7a5 (patch) | |
tree | 988b8a3cdb455b908d69f0f4ab34fb30261ab972 /keyboards/ps2avrGB/ps2avrGB.h | |
parent | 60153e7bbc51e62c329cd55ea026340940c88104 (diff) | |
download | qmk_firmware-738b072bb0f25d0369a998c550c369e4f64cc7a5.tar.gz qmk_firmware-738b072bb0f25d0369a998c550c369e4f64cc7a5.zip |
Fixed indentation and now using quantum keycodes for rgblight
Diffstat (limited to 'keyboards/ps2avrGB/ps2avrGB.h')
-rw-r--r-- | keyboards/ps2avrGB/ps2avrGB.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/ps2avrGB/ps2avrGB.h b/keyboards/ps2avrGB/ps2avrGB.h index 813f31f804..35902cff4d 100644 --- a/keyboards/ps2avrGB/ps2avrGB.h +++ b/keyboards/ps2avrGB/ps2avrGB.h @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef KEYMAP_COMMON_H #define KEYMAP_COMMON_H +#include "quantum_keycodes.h" #include "keycode.h" #include "action.h" |