summaryrefslogtreecommitdiffstats
path: root/keyboards/bear_face/v1
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-161-1/+1
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan2022-08-142-22/+3
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-2/+2
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-211-0/+0
|
* [Keyboard] add bear_face/v2 (#9642)chemicalwill2020-07-277-0/+322
* [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