diff options
author | Nick Brassel <nick@tzarc.org> | 2023-03-30 11:41:36 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 01:41:36 +0100 |
commit | 81f3f0f3e92723c4ffbb94f26d561405a95fa056 (patch) | |
tree | 3ba1d1724e5f88ca6780d15b98fe2d0fc23b03d7 | |
parent | d0c36a7683a63adbdde8c33ce439677e4c8663be (diff) |
Revert to hex output for kint41 (#20295)
-rw-r--r-- | keyboards/kinesis/kint41/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/kinesis/kint41/rules.mk b/keyboards/kinesis/kint41/rules.mk index 99c7c0f7d6..e273e8f282 100644 --- a/keyboards/kinesis/kint41/rules.mk +++ b/keyboards/kinesis/kint41/rules.mk @@ -13,3 +13,5 @@ BOOTLOADER = halfkay # this because the Cherry MX keyswitches on the Kinesis only produce noise while # pressed. DEBOUNCE_TYPE = sym_eager_pk + +FIRMWARE_FORMAT = hex |