summaryrefslogtreecommitdiff
path: root/keyboards/bear_face/v2
AgeCommit message (Collapse)Author
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
2022-08-14Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan
2022-07-27fix function layer to reflect cap labels (#17813)turbololvo
These changes correctly reflect the keycap labels on the Vortex Race 3.
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2020-07-27[Keyboard] add bear_face/v2 (#9642)chemicalwill
* [keyboard] bear_face/v2 initial commit * restructured keyboard dir for multiple versions * fixed .json layouts for ISO * reformatted hard tabs to soft tabs * updated readmes * [keyboard] removed top-level info.json, keymaps * [bear_face/v2] changed matrix height, arrow key labels * fixed height 6 instead of 5 * symbols for arrows now directions (i.e. "Left" etc.) * [bear_face/v2] fixed ISO enter in .json * corrected placement for ISO enter * Update rules.mk * DEFAULT_FOLDER = bear_face/v1 * [bear_face] fixed matrix width in info.json * true matrix width is 15 * updated for v1 and v2 info.json * Update keyboards/bear_face/config.h * Update keyboards/bear_face/v1/info.json * Update keyboards/bear_face/v2/info.json * Update keyboards/bear_face/v2/info.json * Update keyboards/bear_face/rules.mk * Fixed default keymap tabs * changed from tabs to spaces