summaryrefslogtreecommitdiffstats
path: root/keyboards/matrix/noah/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
| | | | | * Fix functions with empty params * Found a bunch more
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-1/+1
|
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-165-12/+12
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-213-3/+3
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-153-3/+3
|
* Matrix Noah 6.25U bottom row plus personal keymap using it (#10134)Rys Sommefeldt2020-09-181-0/+59
| | | | | | | | | | | * 6.25U bottom row ISO layout for Matrix Noah * Personal map for Matrix Noah using new 6.25U bottom row ISO * Switch to 65_iso_blocker and add that to info.json * Switch to 65_iso_blocker for the new layout * Fix whitespace issues
* [Keymap] Adding a Custom Keymap for Matrix Noah (#9581)Dongfeng Yu2020-07-023-0/+657
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] fixed noah info.json (#7502)yulei2019-11-292-0/+40
| | | | | | | | | | * fixed noah info.json * fixed iso keymap and adding default iso keymaps * keymap cleanup * verified through the qmk configurator preview mode
* adding noah keyboard (#7432)yulei2019-11-272-0/+40
* adding noah keyboard * Update keyboards/matrix/noah/config.h Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/matrix/noah/noah.c Co-Authored-By: Drashna Jaelre <drashna@live.com>