Skip to content

Commit

Permalink
[Keyboard] Add Wampus (qmk#10991)
Browse files Browse the repository at this point in the history
* Configure new keyboard zoo/wampus

* Apply suggestions from code review

Update LED pins to defined defaults

Co-authored-by: Joel Challis <[email protected]>

* Apply suggestions from code review

- Remove unused layers from default.
- Remove chibios patch comment

Co-authored-by: Ryan <[email protected]>

Co-authored-by: Joel Challis <[email protected]>
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
3 people authored Nov 22, 2020
1 parent b844386 commit 30afa1c
Show file tree
Hide file tree
Showing 13 changed files with 1,786 additions and 0 deletions.
5 changes: 5 additions & 0 deletions keyboards/zoo/wampus/bootloader_defs.h
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 30afa1c

Please sign in to comment.