diff --git a/keyboards/cornelius/qmk/qmk_firmware/readme.md b/keyboards/cornelius/qmk/qmk_firmware/readme.md
index ce0854dd..6fb7e59d 100644
--- a/keyboards/cornelius/qmk/qmk_firmware/readme.md
+++ b/keyboards/cornelius/qmk/qmk_firmware/readme.md
@@ -10,12 +10,20 @@ Gasket mounted 40% column staggered keyboard manufactured by Yushakobo
Make example for this keyboard (after setting up your build environment):
- make foostan/cornelius:default
+```sh
+qmk compile -kb cornelius/rev1 -km default
+```
Flashing example for this keyboard:
- make foostan/cornelius:default:flash
+```sh
+qmk flash -kb cornelius/rev1 -km default
+```
+
+## Bootloader
The board reset into bootloader mode via either the reset button (on the back of the PCB) or a configured `QK_BOOT` shortcut (which may vary depending on when the PCB was flashed).
+Additionally, if you hold down the "ESC" buttons when plugging in the keyboard (per the default QWERTY layout), this will jump to the bootloader and reset the EEPROM (persistent storage).
+
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/cornelius/qmk/qmk_firmware/rev1/config.h b/keyboards/cornelius/qmk/qmk_firmware/rev1/config.h
deleted file mode 100644
index bb5de46d..00000000
--- a/keyboards/cornelius/qmk/qmk_firmware/rev1/config.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
-Copyright 2020 foostan
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see .
-*/
-
-#pragma once
-
-/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
-#define LOCKING_SUPPORT_ENABLE
-/* Locking resynchronize hack */
-#define LOCKING_RESYNC_ENABLE
-
-/*
- * Feature disable options
- * These options are also useful to firmware size reduction.
- */
-
-/* disable debug print */
-//#define NO_DEBUG
-
-/* disable print */
-//#define NO_PRINT
-
-/* disable action features */
-//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT
diff --git a/keyboards/cornelius/qmk/qmk_firmware/rev1/info.json b/keyboards/cornelius/qmk/qmk_firmware/rev1/info.json
index 1830db8a..6a8d1fd9 100644
--- a/keyboards/cornelius/qmk/qmk_firmware/rev1/info.json
+++ b/keyboards/cornelius/qmk/qmk_firmware/rev1/info.json
@@ -12,7 +12,7 @@
"bootmagic": true,
"mousekey": true,
"extrakey": true,
- "nkro": true,
+ "nkro": true
},
"build": {
"lto": true
@@ -24,6 +24,10 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
+ "bootmagic": {
+ "enabled": true,
+ "matrix": [ 0, 0 ]
+ },
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/cornelius/qmk/qmk_firmware/rev2/config.h b/keyboards/cornelius/qmk/qmk_firmware/rev2/config.h
deleted file mode 100644
index bb5de46d..00000000
--- a/keyboards/cornelius/qmk/qmk_firmware/rev2/config.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
-Copyright 2020 foostan
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see .
-*/
-
-#pragma once
-
-/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
-#define LOCKING_SUPPORT_ENABLE
-/* Locking resynchronize hack */
-#define LOCKING_RESYNC_ENABLE
-
-/*
- * Feature disable options
- * These options are also useful to firmware size reduction.
- */
-
-/* disable debug print */
-//#define NO_DEBUG
-
-/* disable print */
-//#define NO_PRINT
-
-/* disable action features */
-//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT
diff --git a/keyboards/cornelius/qmk/qmk_firmware/rev2/info.json b/keyboards/cornelius/qmk/qmk_firmware/rev2/info.json
index 0d442468..a736cd5b 100644
--- a/keyboards/cornelius/qmk/qmk_firmware/rev2/info.json
+++ b/keyboards/cornelius/qmk/qmk_firmware/rev2/info.json
@@ -24,6 +24,10 @@
"diode_direction": "COL2ROW",
"processor": "RP2040",
"bootloader": "rp2040",
+ "bootmagic": {
+ "enabled": true,
+ "matrix": [ 0, 0 ]
+ },
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/crkbd/qmk/qmk_firmware/readme.md b/keyboards/crkbd/qmk/qmk_firmware/readme.md
index 82994e4e..eb5d6c9f 100644
--- a/keyboards/crkbd/qmk/qmk_firmware/readme.md
+++ b/keyboards/crkbd/qmk/qmk_firmware/readme.md
@@ -2,14 +2,12 @@

-
-
A split keyboard with 3x6 vertically staggered keys and 3 thumb keys.
Also, it has the option that use extension keys and rotary encoders.
-Keyboard Maintainer: [foostan](https://github.com/foostan/) [@foostan](https://twitter.com/foostan)
-Hardware Supported: Corne PCB
-Hardware Availability: [PCB & Case Data](https://github.com/foostan/crkbd)
+* Keyboard Maintainer: [foostan](https://github.com/foostan/) [@foostan](https://twitter.com/foostan)
+* Hardware Supported: Corne PCB
+* Hardware Availability: [PCB & Case Data](https://github.com/foostan/crkbd)
Flash example for this keyboard of v1 - v3:
@@ -20,7 +18,13 @@ qmk flash -kb crkbd/rev1 -km default
Flash example for this keyboard of v4:
```sh
-qmk flash -kb crkbd/rev4 -km default
+qmk flash -kb crkbd/rev4/standard -km default
+```
+
+Flash example for this keyboard of v4 mini:
+
+```sh
+qmk flash -kb crkbd/rev4/mini -km default
```
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).