| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Co-authored-by: Nick Brassel <nick@tzarc.org>
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase.
* Turn on CORTEX_ENABLE_WFI_IDLE by default.
|
|\| |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [chore] correct layout data
* [chore] rename LAYOUT to LAYOUT_625u_space
* [style] friendly-format info.json
* [enhancement] add LAYOUT_7u_space
|
|\| |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [chore] correct layout data
* [chore] rename LAYOUT to LAYOUT_all
* [docs] add layout/matrix diagram
* [enhancement] add LAYOUT_tkl_ansi_split_bs
* [enhancement] add LAYOUT_tkl_ansi
* [enhancement] add LAYOUT_tkl_ansi_tsangan_split_bs
* [enhancement] add LAYOUT_tkl_ansi_tsangan
* [enhancement] enable Community Layout support
* [chore] add reference keymaps
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [chore] correct layout data
* [docs] add layout/matrix diagram
* [refactor] rename LAYOUT to LAYOUT_all
* [enhancement] add LAYOUT_ansi_split_space_split_bs_rshift
* [enhancement] add LAYOUT_ansi_split_space
* [enhancement] add LAYOUT_ansi_split_bs_rshift
* [enhancement] add LAYOUT_ansi
* [enhancement] add LAYOUT_ansi_tsangan_split_bs_rshift
* [enhancement] add LAYOUT_ansi_tsangan
* [style] refactor keymaps
- use four-space indent
- convert tabs to spaces
- use QMK-native keycode aliases
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
* [chore] correct layout data
* [refactor] rename LAYOUT to LAYOUT_tkl_f13_ansi_tsangan
* [enhancement] enable Community Layout support
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [style] sort JSON keys in layout objects
* [chore] correct layout data
* [refactor] rename LAYOUT_all_split to LAYOUT_ortho_5x4
* [refactor] rename LAYOUT_2u_plus_2u_enter_2u_zero to LAYOUT_numpad_5x4
* [enhancement] enable Community Layout support
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
[chore]
Correct the layout data for the keyboard.
This commit fixes a misleading Configurator implementation.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
* [style] friendly-format info.json
* [chore] correct layout data
Fix a poor Configurator/CLI rendering.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
* [refactor] friendly-format info.json
* [enhancement] add matrix diagram
* [enhancement] remove key overlaps in layout data
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [refactor] rename LAYOUT to LAYOUT_planck_mit
* [style] friendly-format info.json
* [style] refactor keymaps
- grid-align keycodes
- use four-space indent
- remove trailing whitespace
* [chore] tidy-up keyboard data in info.json
- spell-check `manufacturer` value
- use valid `url`
- reference GitHub username for `maintainer`
* [chore] tidy-up readme
- link to maintainer's GitHub account
- add Hardware Availability link
- break-out Hardware Specs into its own section
* [enhancement] enable Community Layout support
* [chore] replace product image in readme
Source repository for previous URL seems to have been deleted.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
* [style] friendly-format info.json
* [chore] correct layout data
Fix keys overlapping when rendered in QMK Configurator or CLI.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [style] friendly-format info.json
* [docs] add layout/matrix diagram
* [style] refactor via keymap
- grid-align keycodes
- remove trailing whitespace
* [refactor] LAYOUT_all macro
Move the JSON object for the Enter key to the end of the home row.
* [style] refactor default keymap
- update keycode grid alignment
- remove trailing whitespace
* [refactor] LAYOUT_tkl_iso macro
Move the JSON object for the Enter key to the end of the home row.
This commit fixes a key sequence error with the `tkl_iso` Community
Layout support.
* [style] refactor default_ansi keymap
- update keycode grid alignment
- remove trailing whitespace
* [bugfix] fix function row matrix assignments for LAYOUT_tkl_iso
Fix incorrect matrix position assignments on the function row keys for
the `LAYOUT_tkl_iso` macro.
* [bugfix] fix function row matrix assignments for LAYOUT_tkl_ansi
Fix incorrect matrix position assignments on the function row keys for
the `LAYOUT_tkl_ansi` macro.
|
|\| |
|
| |
| |
| |
| |
| | |
[refactor]
Fixes misleading Configurator implementations of the available layouts.
|
|\| |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [refactor] refactor via keymap
- grid-align keycodes
- remove trailing whitespace
* [refactor] refactor default keymap
- grid-align keycodes
- remove trailing whitespace
* [bugfix] fix key sequence error in default keymap
* [enhancement] fix key overlaps in Configurator
* [enhancement] add matrix diagram
* [refactor] rename LAYOUT to LAYOUT_all
* [enhancement] add LAYOUT_tkl_f13_ansi_split_space_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_ansi_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_ansi
* [enhancement] add LAYOUT_tkl_f13_iso_split_space_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_iso_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_iso
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [refactor] refactor via keymap
- grid-align keycodes
- remove trailing whitespace
* [refactor] refactor default keymap
- grid-align keycodes
- remove trailing whitespace
* [bugfix] fix key sequence error in default keymap
* [enhancement] fix key overlap in Configurator
* [enhancement] add matrix diagram
* [refactor] rename LAYOUT to LAYOUT_tkl_f13_ansi_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_ansi
* [enhancement] add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_ansi_tsangan
* [enhancenment] enable Community Layout support
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [enhancement] remove redundant layout data
Remove the redundant layout data from the keyboard-level `info.json`.
* [enhancement] correct JSON syntax in rev1/info.json
* [enhancement] friendly-format rev1/info.json
* [enhancement] correct layout data
|
|\| |
|
| |
| |
| |
| |
| |
| | |
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
|
|\| |
|
| |
| |
| |
| |
| | |
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
* NovelKeys NK+: correct layout data
Add key sizes to the layout data.
* [refactor] rename LAYOUT to LAYOUT_65_xt_ansi_blocker_tsangan
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* fix non-default keymap compiling, initial matrix state, watchdog options
* fix: allow planck/rev7 to be used with ENCODER_ENABLE = no
* chore: update function name on all cases.
* remove old midi tone option
Co-authored-by: Ryan <fauxpark@gmail.com>
* fixes abhixec's planck keymap
* add audio enable condition to abhixec's planck keymap
* add audio enable condition to all muse includes
* Revert "add audio enable condition to all muse includes"
This reverts commit 9779e908970dbf7cf81b1a3f968ef2e85ae2b76f.
* Revert "add audio enable condition to abhixec's planck keymap"
This reverts commit 24c742a5e8ddd55c45ce9f1917b0cb237d4bf721.
* Revert "fixes abhixec's planck keymap"
This reverts commit 4bb085d1ff00febc92ff6211da4fb776c6379fad.
---------
Co-authored-by: Peter.Falken <luis@bitjester.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
* [enhancement] add matrix diagram
* [refactor] friendly-format info.json
* [enhancement] remove key overlaps
|