summaryrefslogtreecommitdiff
path: root/keyboards/heliar/wm1_hotswap/info.json
AgeCommit message (Collapse)Author
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan
2023-03-10Move matrix config to info.json, part 2 (#19987)Ryan
2023-02-26Move backlight config to data driven (#19910)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2022-07-28Move keyboard USB IDs and strings to data driven: H (#17821)Ryan
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2019-11-26[Keyboard] add keyboard wm1 (#7466)heliarmk
* add new keyborad wm1 * 删除print信息 * add info.json and modified the default keymap.c * add keyboard name and maintainer in info.json * add readme.md file for new keyboard * add default/keymap/readme.md * modified the main readme file * change keyboard name from wm1 to wm1_hotswap * update readme * update imgur link in readme * update readme to add more pic and subtopic * change wm1 keyboard pic to direct show up * add copyright to config.h * modified the info.json to change the label * set the debug config to no in rule.mk * rename wn1.c wm1.h to wm1_hotswap.c, wm1_hotswap.h * fix spelling mistake * update the rule.mk to new version * fix the LED operation in wm1_hotswap.c * delete the definition of kc_trns * change layout to conform to electrical position * delete backslashes in keymap.c * update info.json according to the layout * change the return of led_update_kb * delete unused comments in rule.mk * delete unused definition in wm1_hotswap.h * add a if statement to support user override func * fix comment in rules.mk