diff options
| -rw-r--r-- | quantum/template/ps2avrgb/readme.md | 2 | ||||
| -rw-r--r-- | quantum/template/ps2avrgb/rules.mk | 4 | ||||
| -rw-r--r-- | quantum/template/ps2avrgb/usbconfig.h | 5 |
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 | ||
| 17 | ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. | 17 | ps2avr(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 | |||
| 19 | Windows: | 21 | Windows: |
| 20 | 1. Download [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash). | 22 | 1. Download [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash). |
| 21 | 2. Place your keyboard into reset. | 23 | 2. 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 | |||
| 31 | BOOTLOADER = bootloadHID | 31 | BOOTLOADER = bootloadHID |
| 32 | 32 | ||
| 33 | # build options | 33 | # build options |
| 34 | BOOTMAGIC_ENABLE = full | 34 | BOOTMAGIC_ENABLE = no |
| 35 | MOUSEKEY_ENABLE = no | 35 | MOUSEKEY_ENABLE = no |
| 36 | EXTRAKEY_ENABLE = yes | 36 | EXTRAKEY_ENABLE = yes |
| 37 | CONSOLE_ENABLE = yes | 37 | CONSOLE_ENABLE = yes |
| 38 | COMMAND_ENABLE = yes | 38 | COMMAND_ENABLE = yes |
| 39 | BACKLIGHT_ENABLE = no | 39 | BACKLIGHT_ENABLE = no |
| 40 | RGBLIGHT_ENABLE = no | 40 | RGBLIGHT_ENABLE = yes |
| 41 | RGBLIGHT_CUSTOM_DRIVER = yes | 41 | RGBLIGHT_CUSTOM_DRIVER = yes |
| 42 | 42 | ||
| 43 | OPT_DEFS = -DDEBUG_LEVEL=0 | 43 | OPT_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__ */ | ||
