diff options
| -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): | |||
| 14 | 14 | ||
| 15 | Flashing | 15 | Flashing |
| 16 | 16 | ||
| 17 | **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. | 17 | **Reset Key:** Hold down the key located at `K40`, commonly programmed as left control while plugging in the keyboard. |
| 18 | 18 | ||
| 19 | ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. | 19 | ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. |
| 20 | 20 | ||
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 | |||
| 31 | BOOTLOADER = bootloadHID | 31 | BOOTLOADER = bootloadHID |
| 32 | 32 | ||
| 33 | # build options | 33 | # build options |
| 34 | BOOTMAGIC_ENABLE = lite | 34 | BOOTMAGIC_ENABLE = no |
| 35 | MOUSEKEY_ENABLE = yes | 35 | MOUSEKEY_ENABLE = yes |
| 36 | EXTRAKEY_ENABLE = yes | 36 | EXTRAKEY_ENABLE = yes |
| 37 | CONSOLE_ENABLE = yes | 37 | CONSOLE_ENABLE = yes |
