summaryrefslogtreecommitdiff
path: root/keyboards/wilba_tech/rama_works_u80_a/keymaps/via
AgeCommit message (Collapse)Author
2023-05-11Rama Works U80-A Community Layout Support (#20853)James Young
* info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_tkl_ansi_tsangan * enable Community Layout support
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
2020-01-03VIA Configurator Refactor (#7268)Wilba
* 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