summaryrefslogtreecommitdiff
path: root/keyboards/bpiphany
Commit message (Collapse)AuthorAge
* Remove .noci functionality (#19122)Joel Challis2022-11-21
|
* Fix "no matrix definition" errors for some boards (#18954)Ryan2022-11-05
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-25
|\
| * Fixup bpiphany/ghost_squid (#18842)jack2022-10-25
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-10-24
|\|
| * Bathroom Epiphanies Ghost Squid Refactor (#18816)James Young2022-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-16
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-15
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-15
| |
* | Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-13
| |
* | Remove legacy keycodes, part 2 (#18660)Ryan2022-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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`
* | Remove legacy international keycodes (#18588)Ryan2022-10-09
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-07
|\|
| * Remove all `BACKLIGHT_LEVELS 0` (#18630)jack2022-10-07
| |
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-28
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-21
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-20
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-20
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-14
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan2022-08-14
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-06
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-07-25
|\|
| * Move keyboard USB IDs and strings to data driven: B (#17782)Ryan2022-07-25
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-19
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-13
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-15
|
* [Keyboard] Fix Pegasus Hoof (2013) layout, matrix and pin assignment (#16042)Víctor Pont2022-04-22
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-15
| | | | (#16655)
* Remove `matrix_key_count()` (#16603)Ryan2022-03-10
| | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`
* move four_banger to bpiphany (#16082)peepeetee2022-02-09
|
* move hid_liber to /bpiphany (#16091)peepeetee2022-02-09
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-04
|\
| * Bathroom Epiphanies Ghost Squid: add QMK Configurator data (#16212)James Young2022-02-05
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-24
|\|
| * [Keyboard] Fix frosty_flake LED pin assignment (#16000)tofurky2022-01-24
| | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-08
|\|
| * [Keyboard] Bathroom Epiphanies Frosty Flake rev 20130602 (#15365)Andrew Missel2022-01-08
| | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-07
|\|
| * [Keymap] Adding Frosty Flake VIA keymap (#13211)chance2022-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-14
|\|
| * Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-14
| | | | | | | | | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-09
|\|
| * Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-09
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-09
|\|
| * Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-09
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-08
|\|
| * Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-07
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-02
|\|
| * Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-01
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-29
|\|