]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keyboard] Bootmagic does not actually work on BMC boards, removing from panc60 ...
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Mon, 8 Apr 2019 18:03:53 +0000 (11:03 -0700)
committerDrashna Jaelre <drashna@live.com>
Mon, 8 Apr 2019 18:03:53 +0000 (11:03 -0700)
* remove unneeded uart setting

* use pragma once everywhere

* remove custom matrix support

* fixup readme

* set bootmagic to lite

* remove dependency on custom i2c code

* use the right header files and function calls

* remove bootmagic support as it doesn't work on bmc boards

* readme merge artifacts removal

keyboards/panc60/readme.md
keyboards/panc60/rules.mk

index 737f238f6c869f65905ffc0c7b6521807fbc527d..3312a07ce738087c994ffa66f44eb125a2e2d7e8 100644 (file)
@@ -14,7 +14,7 @@ Make example for this keyboard (after setting up your build environment):
 
 Flashing
 
 
 Flashing
 
-**Reset Key:** Hold down the key located at `K40`, commonly programmed as left control while plugging in the keyboard. You may also hold down the key located at `K00`, commonly programmed as the `Esc` key. 
+**Reset Key:** Hold down the key located at `K40`, commonly programmed as left control while plugging in the keyboard.
 
 ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. 
 
 
 ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. 
 
index 8438751822b45f22bc6342e59134bbee2ff3d31f..5531807f18531548a85a22c4757f03c3e0952fa6 100644 (file)
@@ -31,7 +31,7 @@ F_CPU = 12000000
 BOOTLOADER = bootloadHID
 
 # build options
 BOOTLOADER = bootloadHID
 
 # build options
-BOOTMAGIC_ENABLE = lite
+BOOTMAGIC_ENABLE = no
 MOUSEKEY_ENABLE = yes
 EXTRAKEY_ENABLE = yes
 CONSOLE_ENABLE = yes
 MOUSEKEY_ENABLE = yes
 EXTRAKEY_ENABLE = yes
 CONSOLE_ENABLE = yes