Ryan
74223c34a9
Remove legacy keycodes, part 6 ( #18740 )
...
* `KC_RSHIFT` -> `KC_RSFT`
* `KC_RCTRL` -> `KC_RCTL`
* `KC_LSHIFT` -> `KC_LSFT`
* `KC_LCTRL` -> `KC_LCTL`
3 years ago
Drashna Jaelre
be1c9af209
Update info.json configs to explicitly list RGBLIGHT animations ( #18730 )
3 years ago
Drashna Jaelre
64b1ed4550
Fix Per Key LED Indicator Callbacks ( #18450 )
...
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
3 years ago
Ryan
36c410592d
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` ( #18399 )
3 years ago
Felix Springer
51620c1042
Fix boardsource/lulu RGB matrix ( #18407 )
...
* Fix ordering of entries for RGB matrix.
* Fix typos in RGB matrix definition.
These matrix indices overlapped.
* Improve positions in RGB matrix.
The rotary encoder and the key below that are in a new column.
The rotary encoder's height is inbetween rows.
The key below is kind of off-axis and thus hard to pin down to a
specific location.
The modifer keys in the bottom row are staggered compared to the other
columns.
3 years ago
Joel Challis
9e24262161
Fix DD use within boardsource/microdox ( #18319 )
3 years ago
Tim Traversy
f27c70fffc
Add absolute key positions to microdox info.json ( #18238 )
3 years ago
jack
df4b01b433
fix boardsource/lulu ( #18217 )
3 years ago
jack
035e7fdb8b
Add boardsource/lulu RP2040 support ( #18200 )
...
by waffle87
3 years ago
Joel Challis
bbc3bc55f2
RESET -> QK_BOOT user keymaps ( #17940 )
3 years ago
Drashna Jaelre
9f31fcace3
[Keyboard] Fix compilation issues for Boardsource Microdox ( #18037 )
3 years ago
Drashna Jael're
ac31e42974
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Ryan
3a7dbc8981
Move keyboard USB IDs and strings to data driven, pass 2: B-C ( #17945 )
3 years ago
QMK Bot
42a36a2095
Merge remote-tracking branch 'origin/master' into develop
3 years ago
James Young
b01814bf68
boardsource/the_mark: add QMK Configurator layout data ( #17898 )
...
* boardsource/the_mark: add QMK Configurator layout data
* add keyboard maintainers to info.json
Adds the individual and organization accounts as listed maintainers.
3 years ago
Ryan
50c2b151b2
Move keyboard USB IDs and strings to data driven: B ( #17782 )
3 years ago
QMK Bot
7f938e969d
Merge remote-tracking branch 'origin/master' into develop
3 years ago
James Young
592028c724
boardsource/beiwagon: correct QMK Configurator layout data ( #17771 )
3 years ago
jack
59c7b15b4d
[Keyboard] boardsource/microdox data driven ( #17675 )
3 years ago
QMK Bot
2468be889b
Merge remote-tracking branch 'origin/master' into develop
3 years ago
jack
2a3cd98fc6
boardsource/technik_o data driven ( #17635 )
3 years ago
QMK Bot
bc385435a7
Merge remote-tracking branch 'origin/master' into develop
3 years ago
jack
320219d5d8
boardsource/5x12 data driven ( #17630 )
3 years ago
QMK Bot
38c8fc9baf
Merge remote-tracking branch 'origin/master' into develop
3 years ago
jack
63154631ab
boardsource/4x12 data driven ( #17629 )
3 years ago
jack
98312417b5
[Keyboard] boardsource/lulu data driven ( #17638 )
3 years ago
QMK Bot
068d5688d8
Merge remote-tracking branch 'origin/master' into develop
3 years ago
jack
2271b28386
[Keyboard] boardsource/the_mark data driven ( #17637 )
3 years ago
QMK Bot
590c2342fc
Merge remote-tracking branch 'origin/master' into develop
3 years ago
jack
f80bb4a517
[Keyboard] boardsource/technik_s data driven ( #17636 )
3 years ago
jack
b99ccd4f06
[Keyboard] boardsource/beiwagon data driven ( #17631 )
3 years ago
QMK Bot
34fec2c07d
Merge remote-tracking branch 'origin/master' into develop
3 years ago
jack
a991d65e87
[Keyboard] boardsource/3x4 data driven ( #17628 )
...
* initial
* change to development board
* replaced KC_TRNS & use rules.mk template
3 years ago
jack
8a1ca7f6b8
[Keyboard] boardsource/holiday/spooky data driven ( #17632 )
3 years ago
QMK Bot
978e2fcd14
Merge remote-tracking branch 'origin/master' into develop
4 years ago
Albert Y
b6ee006060
[Keyboard] lulu LED index correction ( #17108 )
4 years ago
Joel Challis
b7771ec25b
RESET -> QK_BOOT default keymaps ( #17037 )
4 years ago
jack
ad31ea3f51
boardsource/microdox V2 ( #16569 )
4 years ago
Ryan
764dc18a81
Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ( #16655 )
4 years ago
cole smith
19c57a2a6a
[Keyboard] Lulu keyboard by boardsource ( #15951 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
James Young
f3aa5db414
Boardsource The Mark 65 Touch-Up and Layout Additions ( #16270 )
...
* the_mark.h: use ____ for KC_NO
* the_mark.h: number matrix positions electrically
`K300` and `K301` has misleading identifiers - `K300` was on column 1 and `K301` on column 0.
* the_mark.h: use QMK 3-character notation
* the_mark.h: add matrix diagram
* refactor reference keymaps
- convert tabs to spaces
- use four-space indent
- grid align keycodes
- remove extra line breaks
- add layer indexes to `via` keymap
* info.json: apply friendly formatting
* add LAYOUT_ansi_split_bs_space
Includes reference keymap.
* add LAYOUT_iso_split_bs_space
Includes reference keymap.
* info.json: edit maintainer value
There is a Boardsource GitHub account, but knowing the user who maintains it is helpful.
4 years ago
Albert Y
896ab38fd2
[Keyboard] Remove locking support for Boardsource LP boards ( #15747 )
4 years ago
Albert Y
3bf4ded2c9
[Keyboard] Add swap hands support for Technik_O ( #15477 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Ryan
a8d440e4e0
Tidy up NKRO_ENABLE rules ( #15382 )
4 years ago
Ryan
c12b997679
Tidy up `SLEEP_LED_ENABLE` rules ( #15362 )
4 years ago
Albert Y
b12acfb630
[Keyboard] Add mousekey support for Technik variants ( #15258 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Drashna Jaelre
160b0558f5
Require explicit enabling of RGB Matrix modes ( #15018 )
4 years ago
James Young
84ea77ead6
Remove `BOOTMAGIC_ENABLE = lite` option ( #15002 )
...
* remove BOOTMAGIC_ENABLE=lite setting
* change keyboard BOOTMAGIC_ENABLE rules
Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.
* change keyboard BOOTMAGIC_ENABLE inline comments
Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite".
* change keymap BOOTMAGIC_ENABLE rules
Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.
* change keymap BOOTMAGIC_ENABLE inline comments
Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".
* change layout/user BOOTMAGIC_ENABLE rules/comments
Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.
Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".
* update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/
* remove docs references to Full Bootmagic
* convert data-driven Bootmagic Lite instances
* remove Bootmagic Lite bodge from data-driven generation
* Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a
* update docs/ja/config_options.md per mtei
* update docs/faq_misc.md per mtei
Remove remaining Full Bootmagic reference.
4 years ago
Drashna Jaelre
9d235d4fc5
[Core] Change OLED task function to be boolean ( #14864 )
...
* [Core] Add kb level callbacks to OLED driver
* Update keyboards and keymaps
* Update docs
* Update userspace configs
* Add fix for my keymap ...
* update lefty
4 years ago
Ryan
36bc3c867e
Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk ( #14633 )
4 years ago