]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix up ps2avrgb templates (#5606)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sat, 4 May 2019 00:26:29 +0000 (17:26 -0700)
committerDrashna Jaelre <drashna@live.com>
Sat, 4 May 2019 00:26:29 +0000 (17:26 -0700)
* fix up ps2avrgb templates

* set backlight enable to no as per review comments

* add back no_uart

quantum/template/ps2avrgb/readme.md
quantum/template/ps2avrgb/rules.mk
quantum/template/ps2avrgb/usbconfig.h

index ef24deb8f755c2c3b3e053d7e8c1c90dd2d8603b..1449b278cdf278f41cc4f12f0f387dcf2cd95e45 100644 (file)
@@ -16,6 +16,8 @@ Flashing
 
 ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. 
 
+**Reset Key:** Hold down the key located at `K00`, commonly programmed as `Esc` while plugging in the keyboard.
+
 Windows: 
 1. Download [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash).
 2. Place your keyboard into reset. 
index 191a1384463fc16e301a8ec9e538eedfd3e54168..bd0eed0527e40654518eb9b39a4f32c6d8fc166d 100644 (file)
@@ -31,13 +31,13 @@ F_CPU = 12000000
 BOOTLOADER = bootloadHID
 
 # build options
-BOOTMAGIC_ENABLE = full
+BOOTMAGIC_ENABLE = no
 MOUSEKEY_ENABLE = no
 EXTRAKEY_ENABLE = yes
 CONSOLE_ENABLE = yes
 COMMAND_ENABLE = yes
 BACKLIGHT_ENABLE = no
-RGBLIGHT_ENABLE = no
+RGBLIGHT_ENABLE = yes
 RGBLIGHT_CUSTOM_DRIVER = yes
 
 OPT_DEFS = -DDEBUG_LEVEL=0
index d2d848fcdc8fd19f07621d98589d3f152dff5e28..54a7d20f142783843f4bdfb05930a95ef95833f7 100644 (file)
@@ -8,8 +8,7 @@
  * This Revision: $Id: usbconfig-prototype.h 785 2010-05-30 17:57:07Z cs $
  */
 
-#ifndef __usbconfig_h_included__
-#define __usbconfig_h_included__
+#pragma once
 
 #include "config.h"
 
@@ -392,5 +391,3 @@ section at the end of this file).
 /* #define USB_INTR_PENDING        EIFR */
 #define USB_INTR_PENDING_BIT    INTF1
 #define USB_INTR_VECTOR         INT1_vect
-
-#endif /* __usbconfig_h_included__ */