Daniel Schaefer
|
01866088a5
|
lotus: Fix building with RGB matrix
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-26 01:25:42 +08:00 |
|
Daniel Schaefer
|
34ed8e9d3b
|
fixup! lotus: Add RGB configuration for ANSI keymap
|
2022-12-26 01:24:17 +08:00 |
|
Daniel Schaefer
|
6f638fccf8
|
lotus: Basic ADC threshold
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-26 00:56:05 +08:00 |
|
Daniel Schaefer
|
74c4f623e1
|
lotus: Add RGB configuration for ANSI keymap
Generated by led.py
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-26 00:55:45 +08:00 |
|
Joel Challis
|
517f8af99e
|
Revert changes to keymap_steno.h (#19412)
|
2022-12-23 23:42:33 +00:00 |
|
jack
|
003cee0098
|
Validate keyboard name before accepting further input (#19394)
|
2022-12-23 18:18:57 +00:00 |
|
QMK Bot
|
1c5a67b767
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-12-23 18:14:59 +00:00 |
|
dependabot[bot]
|
b56c0fa674
|
Bump actions/stale from 6 to 7 (#19392)
Bumps [actions/stale](https://github.com/actions/stale) from 6 to 7.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-23 18:14:23 +00:00 |
|
QMK Bot
|
430b551407
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-12-23 17:53:44 +00:00 |
|
Joel Challis
|
70f67ca908
|
Update breaking changes year... (#19409)
|
2022-12-23 17:53:08 +00:00 |
|
QMK Bot
|
8f506b5bc2
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-12-23 11:12:33 +00:00 |
|
Joel Challis
|
ab1898e660
|
Minor alignment of rgb_breathe_table generator (#19403)
|
2022-12-23 11:11:56 +00:00 |
|
Daniel Schaefer
|
ba93584d44
|
lotus: Enable VIA on the ANSI layout
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-23 18:41:30 +08:00 |
|
QMK Bot
|
d988c1c082
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-12-23 09:09:11 +00:00 |
|
DeskDaily
|
99b69dc80e
|
[Keyboard] Corrected a GPIO pin on config.h on the jisoo pcb (#19396)
Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com>
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
|
2022-12-23 01:08:37 -08:00 |
|
Daniel Schaefer
|
916cbe294e
|
Remove unused WS2812_DRIVER
Not present on our platform.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-23 17:08:28 +08:00 |
|
Daniel Schaefer
|
dc54a137f0
|
lotus: Add KLE layouts
Just for reference and future editing.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-23 10:05:13 +08:00 |
|
Daniel Schaefer
|
837e9b1bb6
|
lotus: Add layouts to info.json
Then the online configurator will display it nicely.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-23 10:03:33 +08:00 |
|
Daniel Schaefer
|
0d9eae995f
|
lotus: Split off numpad
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-23 09:45:33 +08:00 |
|
QMK Bot
|
f6eccf49e8
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-12-22 23:41:55 +00:00 |
|
Nick Brassel
|
f75ac6042e
|
Lock down workflow permissions. (#19406)
Co-authored-by: Joel Challis <git@zvecr.com>
|
2022-12-23 10:41:16 +11:00 |
|
Joel Challis
|
e5721bbd37
|
Remaining DD keymap_extras migration (#19110)
* Parse headers to data
* Regen headers from data
|
2022-12-21 23:35:23 +00:00 |
|
Daniel Schaefer
|
a3f34ad6d2
|
lotus: Enable audio and system control keys
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-21 23:49:57 +08:00 |
|
Daniel Schaefer
|
b9bcabac20
|
lotus: Fix matrix scanning
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-21 23:41:14 +08:00 |
|
Daniel Schaefer
|
9743049948
|
lotus: Fix gh actions lint
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-21 23:10:38 +08:00 |
|
Daniel Schaefer
|
fedf60a676
|
lotus: Add unlabeled function keys
They're not labeled on the keyboard but should still work, as they do on
13.5in laptops.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-21 22:42:49 +08:00 |
|
Daniel Schaefer
|
8ab7a082c7
|
lotus: Split ANSI, ISO and JIS layouts
Now they can all be used an compiled separately.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-21 22:14:17 +08:00 |
|
Daniel Schaefer
|
93bca347ef
|
lotus: Add numpad matrix mapping
Of course it needs to be a separate keyboard but it's good to have the
mapping already.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-21 18:22:06 +08:00 |
|
QMK Bot
|
89b72017a0
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-12-21 10:04:25 +00:00 |
|
ebastler
|
b8a9de206d
|
Add Anvil Native keyboard (#19333)
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
2022-12-21 21:03:50 +11:00 |
|
Daniel Schaefer
|
c24a456cf2
|
lotus: Map matrix properly to hardware layout
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-21 14:39:03 +08:00 |
|
QMK Bot
|
b2036a4c9f
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-12-21 00:24:13 +00:00 |
|
dependabot[bot]
|
c0e54737ad
|
Bump anothrNick/github-tag-action from 1.54.0 to 1.55.0 (#19387)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-21 11:23:38 +11:00 |
|
Filip Paryż
|
ae94be98ed
|
New keymap for ID75 - paryz (#19350)
|
2022-12-21 03:48:17 +11:00 |
|
Daniel Schaefer
|
5fd60e9f23
|
lotus: Enable debugging
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 22:56:55 +08:00 |
|
Daniel Schaefer
|
df81a1d1fd
|
lotus: Mark end of boot
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 22:44:07 +08:00 |
|
Daniel Schaefer
|
09d80b2245
|
lotus: Big cleanup
- Remove rgblight
- Clean up info.json
- Add layout definition to work with the matrix overrides
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 19:35:14 +08:00 |
|
Daniel Schaefer
|
e6055db4e2
|
lotus: Add caps lock LED
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 19:27:10 +08:00 |
|
Daniel Schaefer
|
0886cc3ba3
|
lotus: Fix GH Actions build
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 18:50:42 +08:00 |
|
Daniel Schaefer
|
de751501b6
|
lotus: Implement single-zone backlight
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 18:46:45 +08:00 |
|
Daniel Schaefer
|
a937aba31e
|
lotus: matrix.c add license header
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 18:30:43 +08:00 |
|
Daniel Schaefer
|
fb8b49818b
|
lotus: Further adapt custom matrix scanning code
Following instructions here: https://docs.qmk.fm/#/custom_matrix
And looking at other keyboards.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 18:05:17 +08:00 |
|
Daniel Schaefer
|
3f4d933a6c
|
lotus: Mock up keyscan with ADC
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 16:15:30 +08:00 |
|
Daniel Schaefer
|
0f119fa8d5
|
lotus: Update readme
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 16:09:56 +08:00 |
|
Daniel Schaefer
|
196e55ad46
|
lotus: Adapt to our keyboard layout
Not quite done, but pretty close.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 16:09:07 +08:00 |
|
Daniel Schaefer
|
bbeacb2607
|
lotus: Run keyboard lint
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 16:08:02 +08:00 |
|
QMK Bot
|
d95a51fb17
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-12-20 06:45:05 +00:00 |
|
lalalademaxiya1
|
8560280afe
|
Add Keychron S1 (#19378)
|
2022-12-20 17:44:23 +11:00 |
|
Daniel Schaefer
|
2cd33cd026
|
Remove via layout for now
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 11:42:46 +08:00 |
|
Daniel Schaefer
|
0ee94f8fcf
|
lotus: Try to build on GH Actions
Signed-off-by: Daniel Schaefer <dhs@frame.work>
|
2022-12-20 11:38:29 +08:00 |
|