From 30afa1ccd333a693d7edcda10e618b5c82bc6b98 Mon Sep 17 00:00:00 2001 From: 0z00 <66924917+0z00@users.noreply.github.com> Date: Sun, 22 Nov 2020 13:21:51 -0800 Subject: [Keyboard] Add Wampus (#10991) * Configure new keyboard zoo/wampus * Apply suggestions from code review Update LED pins to defined defaults Co-authored-by: Joel Challis * Apply suggestions from code review - Remove unused layers from default. - Remove chibios patch comment Co-authored-by: Ryan Co-authored-by: Joel Challis Co-authored-by: Ryan --- keyboards/zoo/wampus/bootloader_defs.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 keyboards/zoo/wampus/bootloader_defs.h (limited to 'keyboards/zoo/wampus/bootloader_defs.h') diff --git a/keyboards/zoo/wampus/bootloader_defs.h b/keyboards/zoo/wampus/bootloader_defs.h new file mode 100644 index 0000000000..dccd0fa5d1 --- /dev/null +++ b/keyboards/zoo/wampus/bootloader_defs.h @@ -0,0 +1,5 @@ +/* Address for jumping to bootloader on STM32 chips. */ +/* It is chip dependent, the correct number can be looked up here (page 175): + * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf + */ +#define STM32_BOOTLOADER_ADDRESS 0x1FFFC800 -- cgit v1.2.3