summaryrefslogtreecommitdiffstats
path: root/keyboards/wilba_tech/rama_works_koyu/keymaps/via
Commit message (Collapse)AuthorAgeFilesLines
* Rama Works Koyu Community Layout Support (#20848)James Young2023-05-111-4/+4
| | | | | | | * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_65_ansi_blocker_tsangan_split_bs * enable Community Layout support
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* VIA Configurator Refactor (#7268)Wilba2020-01-032-0/+37
* VIA Refactor * Remove old code * review changes * review changes * Fix cannonkeys/satisfaction75/prototype:via build * Add via.h to quantum.h * Move backlight init to after backlight config load * Merge branch 'master' into via_refactor_pr * Update user's rules.mk to new way of enabling VIA * Added id_switch_matrix_state * Review changes