diff options
author | lokher <lokher@gmail.com> | 2022-09-13 11:24:05 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-09-13 11:24:05 +0800 |
commit | 9581289745736ce068a1040f44cec37a2ca8830d (patch) | |
tree | 24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/ducky/one2mini/1861st/1861st.c | |
parent | fe13cedf8c09fa34d5cec4e4c624738095176625 (diff) |
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/ducky/one2mini/1861st/1861st.c')
-rw-r--r-- | keyboards/ducky/one2mini/1861st/1861st.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/ducky/one2mini/1861st/1861st.c b/keyboards/ducky/one2mini/1861st/1861st.c deleted file mode 100644 index 1c164ea70d..0000000000 --- a/keyboards/ducky/one2mini/1861st/1861st.c +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright 2022 Nick Brassel (@tzarc) -// SPDX-License-Identifier: GPL-2.0-or-later -#include "1861st.h" - -void bootloader_jump(void) { - // TODO: Work out how to jump to LDROM, for now just reset the board. - NVIC_SystemReset(); -} |