summaryrefslogtreecommitdiff
path: root/keyboards/bpiphany
AgeCommit message (Collapse)Author
2022-12-30Remove useless line continuations (#19399)Ryan
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan
2022-12-14Remove deprecated led_set_kb (#19273)Joel Challis
* Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user
2022-11-21Remove .noci functionality (#19122)Joel Challis
2022-11-05Fix "no matrix definition" errors for some boards (#18954)Ryan
2022-10-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-25Fixup bpiphany/ghost_squid (#18842)jack
2022-10-24Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-10-22Bathroom Epiphanies Ghost Squid Refactor (#18816)James Young
* refactor default keymap - shorten layer names - KM_QWERTY -> _QW - KM_MEDIA -> _MD - KM_GUI_LOCK -> _GL - use QMK-native keycode aliases - use four-space indent - grid-align keycodes * remove third layer from default keymap The third layer only serves to disable the GUI keys, which we can do with a keycode. * update default keymap readme * ghost_squid.h: add matrix diagram * add LAYOUT_fullsize_ansi * add LAYOUT_fullsize_iso * use LAYOUT_fullsize_iso macro in default keymap Refactor the default keymap to use the new LAYOUT_fullsize_iso macro. * remove LAYOUT macro Same matrix as LAYOUT_fullsize_iso, but in a different assignment order. * enable Community Layout support
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-10-15Remove legacy keycodes, part 5 (#18710)Ryan
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
2022-10-15Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre
2022-10-13Remove keymaps that still reference legacy macros (#18693)Joel Challis
2022-10-10Remove legacy keycodes, part 2 (#18660)Ryan
* `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
2022-10-09Remove legacy international keycodes (#18588)Ryan
2022-10-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-07Remove all `BACKLIGHT_LEVELS 0` (#18630)jack
2022-08-28Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2022-08-20Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-08-20RESET -> QK_BOOT keyboard readme (#18110)Joel Challis
2022-08-14Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-08-14Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel
2022-07-25Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-07-25Move keyboard USB IDs and strings to data driven: B (#17782)Ryan
2022-06-19Make default layer size 16-bit (#15286)Drashna Jaelre
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2022-06-13tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2022-04-22[Keyboard] Fix Pegasus Hoof (2013) layout, matrix and pin assignment (#16042)Víctor Pont
2022-03-15Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan
(#16655)
2022-03-10Remove `matrix_key_count()` (#16603)Ryan
* Remove `matrix_key_count()` * Remove `matrix_bitpop()`
2022-02-09move four_banger to bpiphany (#16082)peepeetee
2022-02-09move hid_liber to /bpiphany (#16091)peepeetee
2022-02-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-02-05Bathroom Epiphanies Ghost Squid: add QMK Configurator data (#16212)James Young
2022-01-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-24[Keyboard] Fix frosty_flake LED pin assignment (#16000)tofurky
4c080be seemed to swap the LED pins for the 20130602 and 20140521 variants. 20140521 is fine now, 20130602 untested but per the schematics at https://deskthority.net/wiki/Costar_replacement_controllers it seems correct.
2022-01-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-08[Keyboard] Bathroom Epiphanies Frosty Flake rev 20130602 (#15365)Andrew Missel
* add optional support for Frosty Flake rev 20130602 * update documentation with instructions on building for rev 20130602 * support revisions using subfolders instead of preprocessor directives * rules.mk cleanup
2022-01-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-07[Keymap] Adding Frosty Flake VIA keymap (#13211)chance
* updated my personal layouts * added Artix to install script * setting up for PR * added Artix to install script * Created frosty flake via keymap.c Created the default VIA keymap.c file for the Frosty Flake controller * Create rules.mk * add #define DYNAMIC_KEYMAP_LAYER_COUNT 3 * Update keymap.c * Delete keyboards/tada68/keymaps/trashcat directory * Create keymap.c * Create README.md * Create rules.mk * Delete keyboards/whitefox/keymaps/trashcat directory * Update qmk_install.sh * Rename README.md to readme.md * Update keymap.c * Update keymap.c * Apply suggestions from code review
2021-12-14Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2021-12-14Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan
* Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
2021-12-09Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan
2021-12-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-12-09Remove empty config.h from default-ish keymaps (#15429)Ryan
2021-12-08Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2021-12-07Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan