diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-17 08:49:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 08:49:49 +1100 |
commit | d784f78bd0a034c1d6085379615014fd701536ab (patch) | |
tree | 2b81c4e8848ebc8dece2ad9aaa8126d12a87825c /keyboards/unison/v04 | |
parent | 7fad94ba2d5092abe451d0bbc95caaa37fec95bc (diff) |
Move Bootmagic config to data driven (#19860)
Diffstat (limited to 'keyboards/unison/v04')
-rw-r--r-- | keyboards/unison/v04/config.h | 12 | ||||
-rw-r--r-- | keyboards/unison/v04/info.json | 3 |
2 files changed, 3 insertions, 12 deletions
diff --git a/keyboards/unison/v04/config.h b/keyboards/unison/v04/config.h index aa4a75f88e..2a81b1e411 100644 --- a/keyboards/unison/v04/config.h +++ b/keyboards/unison/v04/config.h @@ -72,18 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #endif /* - * BOOTMAGIC Lite - * Hold Left-Top key to enter bootloader. - * - * NOTE: - * With Round-Robin matrix, diagonal position is always High. - * So, the default (0,0) is always judged as hold and keyboard enters bootloader. - * To prevent this, set specific position for it. - */ -#define BOOTMAGIC_LITE_ROW 5 -#define BOOTMAGIC_LITE_COLUMN 0 - -/* * Feature disable options * These options are also useful to firmware size reduction. */ diff --git a/keyboards/unison/v04/info.json b/keyboards/unison/v04/info.json index d0122e8108..cc0c77609b 100644 --- a/keyboards/unison/v04/info.json +++ b/keyboards/unison/v04/info.json @@ -8,6 +8,9 @@ "pid": "0x176A", "device_version": "0.4.0" }, + "bootmagic": { + "matrix": [5, 0] + }, "processor": "atmega32u4", "bootloader": "atmel-dfu", "layouts": { |