aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--quantum/template/ps2avrgb/readme.md2
-rw-r--r--quantum/template/ps2avrgb/rules.mk4
-rw-r--r--quantum/template/ps2avrgb/usbconfig.h5
3 files changed, 5 insertions, 6 deletions
diff --git a/quantum/template/ps2avrgb/readme.md b/quantum/template/ps2avrgb/readme.md
index ef24deb8f..1449b278c 100644
--- a/quantum/template/ps2avrgb/readme.md
+++ b/quantum/template/ps2avrgb/readme.md
@@ -16,6 +16,8 @@ Flashing
16 16
17ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. 17ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods.
18 18
19**Reset Key:** Hold down the key located at `K00`, commonly programmed as `Esc` while plugging in the keyboard.
20
19Windows: 21Windows:
201. Download [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash). 221. Download [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash).
212. Place your keyboard into reset. 232. Place your keyboard into reset.
diff --git a/quantum/template/ps2avrgb/rules.mk b/quantum/template/ps2avrgb/rules.mk
index 191a13844..bd0eed052 100644
--- a/quantum/template/ps2avrgb/rules.mk
+++ b/quantum/template/ps2avrgb/rules.mk
@@ -31,13 +31,13 @@ F_CPU = 12000000
31BOOTLOADER = bootloadHID 31BOOTLOADER = bootloadHID
32 32
33# build options 33# build options
34BOOTMAGIC_ENABLE = full 34BOOTMAGIC_ENABLE = no
35MOUSEKEY_ENABLE = no 35MOUSEKEY_ENABLE = no
36EXTRAKEY_ENABLE = yes 36EXTRAKEY_ENABLE = yes
37CONSOLE_ENABLE = yes 37CONSOLE_ENABLE = yes
38COMMAND_ENABLE = yes 38COMMAND_ENABLE = yes
39BACKLIGHT_ENABLE = no 39BACKLIGHT_ENABLE = no
40RGBLIGHT_ENABLE = no 40RGBLIGHT_ENABLE = yes
41RGBLIGHT_CUSTOM_DRIVER = yes 41RGBLIGHT_CUSTOM_DRIVER = yes
42 42
43OPT_DEFS = -DDEBUG_LEVEL=0 43OPT_DEFS = -DDEBUG_LEVEL=0
diff --git a/quantum/template/ps2avrgb/usbconfig.h b/quantum/template/ps2avrgb/usbconfig.h
index d2d848fcd..54a7d20f1 100644
--- a/quantum/template/ps2avrgb/usbconfig.h
+++ b/quantum/template/ps2avrgb/usbconfig.h
@@ -8,8 +8,7 @@
8 * This Revision: $Id: usbconfig-prototype.h 785 2010-05-30 17:57:07Z cs $ 8 * This Revision: $Id: usbconfig-prototype.h 785 2010-05-30 17:57:07Z cs $
9 */ 9 */
10 10
11#ifndef __usbconfig_h_included__ 11#pragma once
12#define __usbconfig_h_included__
13 12
14#include "config.h" 13#include "config.h"
15 14
@@ -392,5 +391,3 @@ section at the end of this file).
392/* #define USB_INTR_PENDING EIFR */ 391/* #define USB_INTR_PENDING EIFR */
393#define USB_INTR_PENDING_BIT INTF1 392#define USB_INTR_PENDING_BIT INTF1
394#define USB_INTR_VECTOR INT1_vect 393#define USB_INTR_VECTOR INT1_vect
395
396#endif /* __usbconfig_h_included__ */