diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-08 20:03:53 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-08 20:03:53 +0200 |
commit | 15d7c5f0bdfff97d5d7af6d474cc57d66b6bba94 (patch) | |
tree | f2c043ee0366692a117a8c41dff2523d2a9d1779 | |
parent | 3e26886700a42fa6f66e934d4981b3e285784cd9 (diff) | |
download | qmk_firmware-15d7c5f0bdfff97d5d7af6d474cc57d66b6bba94.tar.gz qmk_firmware-15d7c5f0bdfff97d5d7af6d474cc57d66b6bba94.tar.xz |
[Keyboard] Bootmagic does not actually work on BMC boards, removing from panc60 (#5573)
* 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
-rw-r--r-- | keyboards/panc60/readme.md | 2 | ||||
-rw-r--r-- | keyboards/panc60/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/panc60/readme.md b/keyboards/panc60/readme.md index 737f238f6..3312a07ce 100644 --- a/keyboards/panc60/readme.md +++ b/keyboards/panc60/readme.md @@ -14,7 +14,7 @@ Make example for this keyboard (after setting up your build environment): 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. diff --git a/keyboards/panc60/rules.mk b/keyboards/panc60/rules.mk index 843875182..5531807f1 100644 --- a/keyboards/panc60/rules.mk +++ b/keyboards/panc60/rules.mk @@ -31,7 +31,7 @@ F_CPU = 12000000 BOOTLOADER = bootloadHID # build options -BOOTMAGIC_ENABLE = lite +BOOTMAGIC_ENABLE = no MOUSEKEY_ENABLE = yes EXTRAKEY_ENABLE = yes CONSOLE_ENABLE = yes |