Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Keyboard: Wolfmark Club WM1 #9121

Merged
merged 29 commits into from
May 21, 2020
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b48b12d
do the basic port for the WM1
mechmerlin May 17, 2020
722c2f1
with much help from tzarc, get the addresses correct
mechmerlin May 17, 2020
65edb60
make the keymap more closely mirror what the board has
mechmerlin May 17, 2020
5a0b1c5
Add QMK Configurator support
mechmerlin May 17, 2020
ff2c0b4
update the readme
mechmerlin May 17, 2020
48076bc
get indicator leds working
mechmerlin May 17, 2020
30419df
enable RGB underglow
mechmerlin May 17, 2020
f645f4a
fix up rgb underglow
mechmerlin May 17, 2020
ea1b5a3
add notes regarding existence of backlight
mechmerlin May 17, 2020
1718d82
Update keyboards/wolfmarkclub/wm1/readme.md
mechmerlin May 18, 2020
392b4f1
Update keyboards/wolfmarkclub/wm1/rules.mk
mechmerlin May 18, 2020
7f02897
Update keyboards/wolfmarkclub/wm1/rules.mk
mechmerlin May 18, 2020
c2509b6
Update keyboards/wolfmarkclub/wm1/rules.mk
mechmerlin May 18, 2020
6b1cf23
Update keyboards/wolfmarkclub/wm1/rules.mk
mechmerlin May 18, 2020
b5da6a1
Update keyboards/wolfmarkclub/wm1/config.h
mechmerlin May 18, 2020
26763dd
Update keyboards/wolfmarkclub/wm1/ld/wm1_f103.ld
mechmerlin May 18, 2020
222c166
Update keyboards/wolfmarkclub/wm1/bootloader_defs.h
mechmerlin May 18, 2020
ae9c973
Update keyboards/wolfmarkclub/wm1/config.h
mechmerlin May 18, 2020
92773e9
Update keyboards/wolfmarkclub/wm1/rules.mk
mechmerlin May 18, 2020
8ec58f2
Update keyboards/wolfmarkclub/wm1/wm1.c
mechmerlin May 18, 2020
bc9cdde
Update keyboards/wolfmarkclub/wm1/wm1.c
mechmerlin May 18, 2020
cd59fdf
Update keyboards/wolfmarkclub/wm1/rules.mk
mechmerlin May 18, 2020
71b8606
Update keyboards/wolfmarkclub/wm1/rules.mk
mechmerlin May 18, 2020
655c79b
Update keyboards/wolfmarkclub/wm1/readme.md
mechmerlin May 21, 2020
7a2646b
Update keyboards/wolfmarkclub/wm1/rules.mk
mechmerlin May 21, 2020
317bad4
Update keyboards/wolfmarkclub/wm1/rules.mk
mechmerlin May 21, 2020
5a10fce
Update keyboards/wolfmarkclub/wm1/rules.mk
mechmerlin May 21, 2020
7ae384d
Update keyboards/wolfmarkclub/wm1/rules.mk
mechmerlin May 21, 2020
bcc2852
update readme
mechmerlin May 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update keyboards/wolfmarkclub/wm1/rules.mk
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
mechmerlin and fauxpark committed May 18, 2020
commit c2509b66ba2f0625a41f6653783bbf151340cc62
3 changes: 0 additions & 3 deletions keyboards/wolfmarkclub/wm1/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ DFU_ARGS = -d 1eaf:0003 -a2 -R
DFU_SUFFIX_ARGS = -v 1eaf -p 0003


mechmerlin marked this conversation as resolved.
Show resolved Hide resolved
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE

# Build Options
# change yes to no to disable
#
Expand Down