summaryrefslogtreecommitdiff
path: root/keyboards/fungo
AgeCommit message (Collapse)Author
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
2022-09-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-21Fungo rev1: fix QMK Configurator key sequence - info.json (#18434)bojiguard
* * info.json: fix key position and order * fix json format * Update keyboards/fungo/rev1/info.json Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
2022-09-06Resolve conflict merging master to develop (#18297)Joshua Diamond
* Discourage use of ENCODER_MAP at keyboard level (#18286) * Discourage use of ENCODER_MAP at keyboard level * Update docs/feature_encoders.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> * Fungo rev1: fix QMK Configurator key sequence (#18293) * info.json: correct JSON syntax; friendly formatting * info.json: fix key sequence Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2022-09-06Remove legacy USE_SERIAL define (#18292)Dasky
* Remove legacy USE_SERIAL define * tidy up missed comments
2022-09-06Fungo rev1: fix QMK Configurator key sequence (#18293)James Young
* info.json: correct JSON syntax; friendly formatting * info.json: fix key sequence
2022-08-22Remove USB IDs and strings from `fungo/rev1` (#18133)Ryan
2022-08-20Format code according to conventions (#18119)QMK Bot
2022-08-20add fungo keyboard (#17513)bojiguard
by bojiguard