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

add support for ModelM USB board #9846

Merged
merged 27 commits into from
Aug 22, 2020
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
089e3ae
add support for ModelM USB board
Jul 13, 2020
af6096d
EMI improvement: remove unnecessary toggling of MOSI pin
Aug 5, 2020
a9cb7f1
address review comments
Aug 5, 2020
ad26a0e
Update keyboards/mschwingen/modelm/rules.mk
mschwingen Aug 5, 2020
fff835b
Update keyboards/mschwingen/modelm/rules.mk
mschwingen Aug 5, 2020
133eaa5
Update keyboards/mschwingen/modelm/config.h
mschwingen Aug 5, 2020
59ebdd8
Update keyboards/mschwingen/modelm/config.h
mschwingen Aug 5, 2020
79a591e
Update keyboards/mschwingen/modelm/rules.mk
mschwingen Aug 5, 2020
85fa0a3
Update keyboards/mschwingen/modelm/keymaps/default/keymap.c
mschwingen Aug 5, 2020
cf2e78a
use ______ definiton from core, re-format tables
Aug 5, 2020
a9ee75f
update printf usage
Aug 5, 2020
d5c969d
add comment
Aug 5, 2020
255c39f
EMI improvement: remove unnecessary toggling of MOSI signal
Aug 5, 2020
eb45afe
remove trailing space
Aug 5, 2020
ca3ef3d
use shorter macros as suggested in review by noroadsleft, re-format t…
Aug 5, 2020
796ae42
Update keyboards/mschwingen/modelm/config.h
mschwingen Aug 6, 2020
18d4748
Update keyboards/mschwingen/modelm/rules.mk
mschwingen Aug 6, 2020
ddcbacc
Update keyboards/mschwingen/modelm/rules.mk
mschwingen Aug 6, 2020
9a2c572
Update keyboards/mschwingen/modelm/rules.mk
mschwingen Aug 6, 2020
8a2df94
Update keyboards/mschwingen/modelm/README.md
mschwingen Aug 6, 2020
820160f
Update keyboards/mschwingen/modelm/README.md
mschwingen Aug 6, 2020
4ec0aa4
Apply suggestions from code review
mschwingen Aug 6, 2020
fc551c6
include spi_master.c to use spi_read()
Aug 6, 2020
13cdfbb
Update keyboards/mschwingen/modelm/README.md
mschwingen Aug 8, 2020
cc3c939
Apply suggestions from code review: correct indenting in keymap
mschwingen Aug 8, 2020
e102881
Apply suggestions from code review
mschwingen Aug 21, 2020
5ccbc50
Update keyboards/mschwingen/modelm/rules.mk: use QUANTUM_LIB_SRC for …
mschwingen Aug 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/mschwingen/modelm/rules.mk
Co-authored-by: James Young <[email protected]>
mschwingen and noroadsleft authored Aug 5, 2020
commit ad26a0e6307aeeb45124e41f09d6f8ff8d575853
12 changes: 3 additions & 9 deletions keyboards/mschwingen/modelm/rules.mk
Original file line number Diff line number Diff line change
@@ -17,22 +17,16 @@ BOOTLOADER = qmk-dfu
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control

CONSOLE_ENABLE = yes # Console for debug

COMMAND_ENABLE = yes # Commands for debug and configuration
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
mschwingen marked this conversation as resolved.
Show resolved Hide resolved
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
MIDI_ENABLE = no # MIDI support
UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
BLUETOOTH_ENABLE = no # Enable Bluetooth
AUDIO_ENABLE = no # Audio output
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs

CUSTOM_MATRIX = lite
KEY_LOCK_ENABLE = yes