Daniel Schaefer
e1997affa0
lotus: Fix non-pico build and GPIOs
...
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-07 17:01:33 +08:00
Daniel Schaefer
877e2f9ace
lotus: Implement ADC on correct pin
...
Verified with potentiometer knob. Voltage goes from 0.1V to 3.1.
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-07 16:52:28 +08:00
Daniel Schaefer
4eb191c845
lotus: Add ifdef for pico variant
...
Pico doesn't expose all the pins so it'll be a bit different.
Just for prototyping.
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-07 13:34:25 +08:00
Daniel Schaefer
8990a17d32
fixup! lotus: Add RGB factory commands
2023-01-07 13:31:44 +08:00
QMK Bot
31b8dd34a3
Merge remote-tracking branch 'origin/master' into develop
2023-01-06 21:46:41 +00:00
dependabot[bot]
97910fac06
Bump anothrNick/github-tag-action from 1.58.0 to 1.61.0 ( #19519 )
...
Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action ) from 1.58.0 to 1.61.0.
- [Release notes](https://github.com/anothrNick/github-tag-action/releases )
- [Commits](https://github.com/anothrNick/github-tag-action/compare/1.58.0...1.61.0 )
---
updated-dependencies:
- dependency-name: anothrNick/github-tag-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
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>
2023-01-06 21:45:23 +00:00
QMK Bot
72dc1f88b9
Merge remote-tracking branch 'origin/master' into develop
2023-01-06 17:13:12 +00:00
Daniel Schaefer
b56ffc8920
docs: Fix IS31FL3743A driver name ( #19518 )
...
Incorrectly documented.
See: `builddefs/common_features.mk`
2023-01-06 17:12:30 +00:00
Daniel Schaefer
229d5eebe2
fixup! lotus: Add RGB factory commands
2023-01-06 18:26:10 +08:00
Daniel Schaefer
e61c85c212
lotus: Add RGB factory commands
...
Example to enable RGB:
```
hidapitester --vidpid 32ac/0012 --usagePage 0xFF60 --usage 0x0061 \
--open -l32 --send-output 0,11,4
```
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-06 18:11:39 +08:00
Daniel Schaefer
aef9c8a91b
lotus: Fix RGB LED order
...
This makes them work with the correct x/y position.
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-06 18:02:55 +08:00
Daniel Schaefer
dd1de24050
lotus: Update gridpad LED positions
...
New schematic!
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-06 17:05:23 +08:00
Daniel Schaefer
f56d8cf742
lotus: Fix RGB
...
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-06 15:41:11 +08:00
Joel Challis
5c730d971e
Migrate submodule dirty check to CLI ( #19488 )
2023-01-06 04:16:52 +00:00
Daniel Schaefer
02a496cad2
fixup! lotus: Configure I2C
2023-01-06 09:43:48 +08:00
Daniel Schaefer
f0d6021e84
lotus: Enable RGB effects
...
Same as Keychron Q1. Can adjust.
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-06 08:30:37 +08:00
Daniel Schaefer
15def1ac4b
lotus: RP2040 UART driver isn't ready yet
...
https://github.com/qmk/qmk_firmware/issues/17744
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-06 08:29:48 +08:00
QMK Bot
b2384f1809
Merge remote-tracking branch 'origin/master' into develop
2023-01-05 23:41:28 +00:00
Sergey Vlasov
4a7d65b9d7
Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix ( #19508 )
...
The code which generated the MATRIX_COLS and MATRIX_ROWS defines from
the JSON information was checking the presence of the `matrix_pins` key,
which may not exist if a custom matrix is used. Check the presence of
`matrix_size` instead.
2023-01-05 23:40:53 +00:00
QMK Bot
fee362e09a
Merge remote-tracking branch 'origin/master' into develop
2023-01-05 19:33:34 +00:00
dependabot[bot]
64508caa76
Bump anothrNick/github-tag-action from 1.57.0 to 1.58.0 ( #19509 )
...
Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action ) from 1.57.0 to 1.58.0.
- [Release notes](https://github.com/anothrNick/github-tag-action/releases )
- [Commits](https://github.com/anothrNick/github-tag-action/compare/1.57.0...1.58.0 )
---
updated-dependencies:
- dependency-name: anothrNick/github-tag-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
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>
2023-01-05 19:32:57 +00:00
QMK Bot
8f36e08be0
Merge remote-tracking branch 'origin/master' into develop
2023-01-05 15:13:44 +00:00
Paul Massendari
84a642266c
A comma was missing ( #19507 )
2023-01-05 15:12:46 +00:00
Daniel Schaefer
80b4bc533a
lotus: Enable MUX on init
...
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-05 21:09:18 +08:00
Daniel Schaefer
c7f8acb4ce
lotus: Configure I2C
...
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-05 21:02:13 +08:00
Daniel Schaefer
f7f339c414
WIP: Dummy serial number
...
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-05 16:08:12 +08:00
QMK Bot
68aa64172d
Merge remote-tracking branch 'origin/master' into develop
2023-01-04 19:41:58 +00:00
dependabot[bot]
e2ef3c8cc9
Bump anothrNick/github-tag-action from 1.56.0 to 1.57.0 ( #19502 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 06:41:20 +11:00
Daniel Schaefer
3ea4ec2a9c
lotus: Update USB PIDs
...
Different PID for each layout so that VIA can tell them apart.
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-04 17:30:38 +08:00
Daniel Schaefer
4cd6cc1323
lotus: Upload UF2 packages
...
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-04 15:59:28 +08:00
Daniel Schaefer
b23e075e19
fixup! Add analog support for RP2040
2023-01-04 15:50:46 +08:00
Daniel Schaefer
116a4af371
lotus: Need to define ADC IRQ priority
...
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-04 15:40:57 +08:00
Daniel Schaefer
04d20771f4
lotus: Fix compilation with rp2040 adc fix
...
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-04 15:35:56 +08:00
QMK Bot
8b141020b2
Merge remote-tracking branch 'origin/master' into develop
2023-01-04 06:18:53 +00:00
SapuSeven
6a02eb2874
Add SapuSeven MacroPad12 ( #19466 )
...
* Add SapuSeven MacroPad12
* Update image url
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove unnecessary layers
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2023-01-04 06:18:16 +00:00
Daniel Schaefer
42db647ce6
lotus: Add ADC reading code
...
Trigger with:
```
hidapitester --vidpid 32ac/0012 --usagePage 0xFF60 --usage 0x0061 \
--open -l32 --send-output 0,11,3
```
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-04 14:01:45 +08:00
QMK Bot
b6b9b25525
Merge remote-tracking branch 'origin/master' into develop
2023-01-04 05:21:35 +00:00
Carlo
be024a1d43
feat(kprepublic/bm60hsrgb_poker): update carlosala keymap ( #19426 )
2023-01-04 05:21:32 +00:00
Paul James
04dcf81d1e
[Keyboard] Stop LED1 from flashing on layer change ( #19427 )
2023-01-04 05:21:03 +00:00
QMK Bot
03a728f71c
Merge remote-tracking branch 'origin/master' into develop
2023-01-04 05:07:50 +00:00
Nick Brassel
8e869da1da
Allow for specifying the number of symbols to output. ( #19497 )
2023-01-04 16:07:13 +11:00
zvecr
115c241f21
Merge remote-tracking branch 'origin/master' into develop
2023-01-04 04:17:58 +00:00
Nick Brassel
691668340c
Add qmk mass-compile
, which intends to supercede qmk multibuild
whilst providing support for filtering as per data-driven definitions. ( #18971 )
2023-01-04 04:10:18 +00:00
Sergey Vlasov
5ae444a395
Add analog support for RP2040
2023-01-04 11:53:26 +08:00
Joel Challis
f9ee0571a7
Remove unused Makefile paths ( #19487 )
2023-01-04 14:25:48 +11:00
Daniel Schaefer
f15099cfc9
lotus: Add RGB backlight controls
...
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-04 11:02:41 +08:00
QMK Bot
6d41ba75d3
Merge remote-tracking branch 'origin/master' into develop
2023-01-03 19:36:56 +00:00
dependabot[bot]
46ed46e384
Bump anothrNick/github-tag-action from 1.55.0 to 1.56.0 ( #19494 )
...
Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action ) from 1.55.0 to 1.56.0.
- [Release notes](https://github.com/anothrNick/github-tag-action/releases )
- [Commits](https://github.com/anothrNick/github-tag-action/compare/1.55.0...1.56.0 )
---
updated-dependencies:
- dependency-name: anothrNick/github-tag-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
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>
2023-01-03 19:36:22 +00:00
Daniel Schaefer
5f604a6035
lotus: Fix via on the rp2040
...
I do remember it working before, not sure why it's not anymore.
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-03 23:35:26 +08:00
Daniel Schaefer
22579e3bf6
lotus: Fix VIA backlight menus
...
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-03 23:31:03 +08:00