Commit Graph

18832 Commits

Author SHA1 Message Date
Dao Tak Isaac bcf2632a29
[Keyboard] Add define GPIO into Dosa40RGB ()
Co-authored-by: NOOB Maker <93704375+noobmakers@users.noreply.github.com>
2021-11-29 00:21:29 -08:00
Albert Y b12acfb630
[Keyboard] Add mousekey support for Technik variants ()
Co-authored-by: filterpaper <filterpaper@localhost>
2021-11-29 00:20:56 -08:00
takashicompany 47764132f1
[Keyboard] Add "DogTag" ()
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-11-29 00:20:15 -08:00
Albert Y a7bc02bf69
[Keyboard] Sweep swap hand feature and pin documentation ()
Co-authored-by: filterpaper <filterpaper@localhost>
2021-11-29 00:19:00 -08:00
Albert Y 35a18a8bcd
[Keyboard] Code updates for macro3 ()
Co-authored-by: filterpaper <filterpaper@localhost>
2021-11-29 00:18:33 -08:00
Carlo Sala 690a879d77
feat: adding carlosala keymap () 2021-11-29 00:18:05 -08:00
studiokestra 047fe0a8f9
[Keyboard] Add Galatea TKL PCB. () 2021-11-29 00:17:26 -08:00
kb-elmo b90d94755c
[Keyboard] Add Vertex 40% () 2021-11-29 00:16:38 -08:00
Drashna Jaelre 5b5b36421a
[Keymap] Unicode and cursor sync - drashna keymap () 2021-11-28 23:41:59 -08:00
Joel Challis 4ee33f1ffd
Fix keyboard level use of OLED_DRIVER_ENABLE () 2021-11-28 21:00:02 +00:00
Conor Burns 097ae9d817
fixed oled in bongocat keymap and fixed encoder direction ()
* fixed oled in bongocat keymap () and fixed encoder direction for prod parts

* updated readme for launch later today
2021-11-28 20:45:24 +00:00
Gastón Jorquera b29b482741
Add TRNS to LOWER layer ()
This commit makes the mode keys transparent in the LOWER layer instead
of disabled.

Before this commit, the following sequence of key presses `LGUI+LOWER+l`
would translate into `Cmd+right` in macOS and, therefore, move the
cursor to the end of line.

But, pressing `LOWER+LGUI+l` would completely ignore the `LGUI` and,
therefore, move the cursor one letter to the right.

With this change, pressing `LOWER+LGUI+l` produces the same result as
`LGUI+LOWER+l`.

This is also true for multiple other combinations, like
`RALT+SHIFT+LOWER+l`, `LOWER+RALT+SHIFT+l`, `SHIFT+LOWER+RALT+l`, etc.

Co-authored-by: Gaston Jorquera <gjorquera@gmail.com>
2021-11-28 20:28:15 +00:00
stanrc85 9beee82825
Enable RGB Matrix animations being used () 2021-11-28 20:00:37 +00:00
Leon Omelan 35b6d1e992
[Keyboard] Add Nozbe Macropad ()
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-27 22:44:00 -08:00
Álvaro A. Volpato d4690d0c23
Meridian LED update ()
* Meridian first update

* Update README, adjust timing settings

* Update README
2021-11-28 17:26:50 +11:00
ryjelsum 99c6829bf0
[Keyboard] Add 40percent.club's 'polypad' PCB ()
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-11-27 21:52:53 -08:00
Charly Delay 99ec5e39cf
Fix last merge date () 2021-11-28 12:59:48 +11:00
Xelus22 eaf17b3260
[Bug] Xelus Keyboards 400kHz i2c fix ()
* 400khz fix

* fix valor rev2 timing

* keep consistent
2021-11-28 12:12:04 +11:00
Nick Brassel 88fe5c16a5
Changelog 2021q4 ()
* Changelog.

* Remove the asymmetric encoder PR from listing due to revert.

* More docs

* More docs

* More docs

* Links to changelog, updated schedule, slotted in 2 weeks of testing at the end so that there's no ambiguity with PR merge dates.

* Clarify keyboard moves.

* Fix dates

* Sidebar

* Fixup dates.

* Fixup dates.

* Wording.
2021-11-28 10:41:48 +11:00
Dasky 1e48403538
fix typos () 2021-11-28 07:02:32 +11:00
Stefan Kerkmann ca5670762b
Fix HOLD_ON_OTHER_KEY_PRESS after ()
that broke compilation because of a typo: KEYPRESS should have been
KEY_PRESS
2021-11-28 05:54:51 +11:00
Nick Brassel e156d5c13b
Fix build. () 2021-11-28 05:52:17 +11:00
Charly Delay 0e6548303d
[Keyboard] Fix call to `pointing_device_handle_buttons` () 2021-11-27 07:23:02 -08:00
Drashna Jaelre b3fc33faf7
Re-add encoder tests ()
Co-authored-by: Balz Guenat <balz.guenat@gmail.com>
2021-11-27 22:19:22 +11:00
Drashna Jaelre 4d0dd1eab7
[Bug] Revert Assymmetrical Split Encoder support () ()
* Revert "fix broken macro in transport.h ()"

This reverts commit 06f18e22d9.

* Revert "Rework encoders to enable asymmetric split keyboards ()"

This reverts commit 32215d5bff.
2021-11-27 14:40:09 +11:00
Nick Brassel 94d7cc3712
WB32F3G71 config migration with removal of unnecessary items. ()
* Config migration with removal of unnecessary items.

* Removed as per suggestion.
2021-11-27 10:35:24 +11:00
Joy Lee 68838bb700
Westberrytech pr ()
* Added support for WB32 MCU

* Modified eeprom_wb32.c

* Remove the eeprom_wb32-related code
2021-11-27 09:28:18 +11:00
Nick Brassel b04f66f245
Add script for performing compilation size regression investigations. ()
* Add script for performing compilation size regression investigations.

* Print deltas

* Correct scoping.

* Concurrency control

* Job count control, skip zeros (unless no build output), fix usage.

* Add usage under -h arg.

* Updated usage output.

* Copyright header.
2021-11-27 09:11:03 +11:00
Nick Brassel 08b7f8b30a
More headroom. () 2021-11-25 13:11:18 -08:00
Nick Brassel 27086ad80f
More headroom. () 2021-11-26 07:53:48 +11:00
Álvaro A. Volpato f889e26ed7
Documentation typo fix ()
* Fix WS2812 driver docs typo
2021-11-25 20:13:16 +00:00
precondition 4bac5f53d8
New feature: `DYNAMIC_TAPPING_TERM_ENABLE` ()
* New feature: `DYNAMIC_TAPPING_TERM_ENABLE`

3 new quantum keys to configure the tapping term on the fly.

* Replace sprintf call in tapping_term_report by get_u16_str

* Replace tab with 4 spaces
2021-11-26 07:06:50 +11:00
Joel Challis 5e9c29da0d
Tidy up adjustable ws2812 timing () 2021-11-25 19:35:06 +00:00
Jordan Banasik 3d00620711
Add ifndef to WS2812 timing constraints ()
* Add ifndef to WS2812 timing constraints

Due to the way that the PrimeKB Meridian PCB was designed, this change
is needed in order to properly adjust the LEDs.

Testing:
* Compiled primekb/meridian:default successfully
* Compiled random board (walletburner/neuron:default) successfully

* Fix linting errors

Missed some spacing

* More linting fixes

Spacing on the comments... really?

* Rename WS2812 timing parameters for clarity; add comments

* Add docs update for the WS2812 timing macros

* Fix typo on comment

* Add ifndef for WS2812_RES

* Update double backticks and table with parameters

* Move timing adjustments documentation to ws2812_drivers

* Move timings adjustment discussion to bitbang section

* Update T0H and T1H definitions in subtractions

* format

Co-authored-by: Gondolindrim <alvaro.volpato@usp.br>
Co-authored-by: zvecr <git@zvecr.com>
2021-11-25 16:55:46 +00:00
Isaac Elenbaas d9393b8684
Add Retro Shift (Auto Shift for Tap Hold via Retro Tapping) and Custom Auto Shifts ()
* Add Retro Shift and Custom Auto Shifts

* Fix compilation errors with no RETRO_SHIFT value
2021-11-25 23:12:14 +11:00
Joel Challis 282e916d86
Remove use of __flash due to LTO issues () 2021-11-24 18:38:49 +11:00
QMK Bot 80f91f7b9a Merge remote-tracking branch 'origin/master' into develop 2021-11-24 05:37:27 +00:00
James Young 59e1513477
Revert "handwired/split89 Layout Macro Refactor ()" ()
This reverts commit 26ae432190.

Requested by jurassic73.
2021-11-23 21:36:41 -08:00
MechMerlin 796db50895
New Keyboard: TGR Jane CE ()
* move ce and v2ce into their own directories

* update copyright notices

* change LAYOUT macro names

* remove community layout support for the original layouts

* fix LAYOUT macro names

* change info.json for the common layouts

* fix tsangan LAYOUT

* fix layout all

* Update keyboards/tgr/jane/v2ce/keymaps/via/config.h

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update keyboards/tgr/jane/v2ce/v2ce.c

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update keyboards/tgr/jane/v2ce/config.h

Co-authored-by: Drashna Jaelre <drashna@live.com>

* remove unneeded file

* one more time for good measure

* Update keyboards/tgr/jane/v2ce/rules.mk

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update keyboards/tgr/jane/v2ce/rules.mk

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-11-24 16:32:46 +11:00
QMK Bot 57306b0f01 Merge remote-tracking branch 'origin/master' into develop 2021-11-23 19:26:33 +00:00
James Young afa2da01b4
Portal 66 Layout Macro Refactor ()
* soldered.h: use QMK 3-character notation

* soldered.h: add matrix diagram

* portal_66/soldered: rename LAYOUT_65_ansi_split_bs to LAYOUT_65_ansi_blocker_split_bs

* portal_66/soldered: rename LAYOUT_65_ansi to LAYOUT_65_ansi_blocker

* portal_66/soldered: rename LAYOUT_65_tsangan_split_bs to LAYOUT_65_ansi_blocker_tsangan_split_bs

* portal_66/soldered: rename LAYOUT_65_iso to LAYOUT_65_iso_blocker

* portal_66/soldered: add LAYOUT_65_iso_blocker_split_bs

* portal_66/soldered: add LAYOUT_65_iso_blocker_tsangan_split_bs

* portal_66/soldered: enable Community Layout support

* hotswap.h: use QMK 3-character notation

* hotswap.h: add matrix diagram

* portal_66/hotswap: rename LAYOUT to LAYOUT_65_ansi_blocker

* portal_66/hotswap: enable Community Layout support
2021-11-23 11:25:55 -08:00
QMK Bot 5f7f791c6e Merge remote-tracking branch 'origin/master' into develop 2021-11-23 19:03:27 +00:00
James Young 8b05d30cd1
Pluckey: Fix QMK Configurator Implementation ()
* rename LAYOUT to LAYOUT_all

* pluckey.h: add matrix diagram

* pluckey.h: use XXX for KC_NO

* add LAYOUT_ergo macro with keymap

`info.json` had layout data for this macro, but the macro was not present in the source code.

* info.json: correct key sequence

Fixes incorrect key assignments in QMK Configurator.
2021-11-23 11:02:38 -08:00
Stefan Kerkmann a24bdccee0
[Tests] Increase QMK test coverage take 2 ()
* Add per-test keymaps

* Add better trace and info logs for failed unit-tests

* Add layer state assertion with tracing message

* Use individual test binaries configuration options

* Add basic qmk functionality tests

* Add tap hold configurations tests

* Add auto shift tests

Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-11-23 13:31:01 +11:00
QMK Bot e20bc76a1e Merge remote-tracking branch 'origin/master' into develop 2021-11-23 01:41:28 +00:00
Joel Challis e73d22d7f1
Ignore exit codes for formatters () 2021-11-23 01:40:53 +00:00
Drashna Jaelre 33d8af50c3
[Keyboard] Disable features on SplitKB boards to fit under size () 2021-11-22 17:22:49 -08:00
QMK Bot 48a17b4515 Merge remote-tracking branch 'origin/master' into develop 2021-11-23 01:21:21 +00:00
Joel Challis 6f425c8aa6
Ignore exit codes for formatters () 2021-11-23 12:20:46 +11:00
QMK Bot 49ca3da915 Merge remote-tracking branch 'origin/master' into develop 2021-11-23 00:50:14 +00:00