diff options
author | Drashna Jaelre <drashna@live.com> | 2020-05-18 06:06:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 06:06:31 -0700 |
commit | 4adf4d5a8913d95de638bed52f41686a80145a89 (patch) | |
tree | f9ddd94311a4408673936ccbbdf8d13c3913c5db /keyboards/sofle/rev1/rules.mk | |
parent | d0e0202b272a28d6a1e7f0d059396067bb861272 (diff) | |
parent | fb9425df827400f040c6760eff11c4b980a76a99 (diff) |
Add SofleKeyboard support to QMK firmware. (#8970)
* Add SofleKeyboard support to QMK firmware.
* Sofle: Remove LAYOUT_kc macro for default layout. Remove unnecessary code.
* Fix mistake in the latest commit
* Remove duplicated layers for MAC/WIN support
* Improve according to suggestion in PR
* Add more improvements from PR
* Fix a typo in README.md
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove unneeded break.
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove unneeded break.
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Apply suggestions from code review
Remove unneeded breaks.
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Apply suggestions from code review
Remove unneeded breaks (few more forgotten ones).
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove TAPPING_FORCE_HOLD from default keymap.
* Add TAP_CODE_DELAY 10. Fix a typo (compilation error)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/sofle/rev1/rules.mk')
-rw-r--r-- | keyboards/sofle/rev1/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/sofle/rev1/rules.mk b/keyboards/sofle/rev1/rules.mk new file mode 100644 index 0000000000..2ba231d86b --- /dev/null +++ b/keyboards/sofle/rev1/rules.mk @@ -0,0 +1,2 @@ +ENCODER_ENABLE = yes +OLED_DRIVER_ENABLE = yes |