summaryrefslogtreecommitdiffstats
path: root/keyboards/bpiphany
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-2/+2
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1518-28/+28
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-151-1/+10
|
* Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-139-534/+0
|
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-104-4/+4
| | | | | | | | | | | | | | | | | | | * `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-091-3/+3
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-071-6/+0
|\
| * Remove all `BACKLIGHT_LEVELS 0` (#18630)jack2022-10-071-6/+0
| |
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-281-1/+1
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-213-3/+3
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-201-1/+1
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-147-24/+18
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)Ryan2022-08-147-24/+18
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-065-5/+0
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-07-2514-52/+45
|\|
| * Move keyboard USB IDs and strings to data driven: B (#17782)Ryan2022-07-2514-52/+45
| |
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-192-3/+3
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-133-12/+26
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-153-3/+3
|
* [Keyboard] Fix Pegasus Hoof (2013) layout, matrix and pin assignment (#16042)Víctor Pont2022-04-222-66/+65
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-156-12/+1
| | | | (#16655)
* Remove `matrix_key_count()` (#16603)Ryan2022-03-106-52/+0
| | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`
* move four_banger to bpiphany (#16082)peepeetee2022-02-097-0/+130
|
* move hid_liber to /bpiphany (#16091)peepeetee2022-02-0913-0/+809
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-041-0/+121
|\
| * Bathroom Epiphanies Ghost Squid: add QMK Configurator data (#16212)James Young2022-02-051-0/+121
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-242-6/+6
|\|
| * [Keyboard] Fix frosty_flake LED pin assignment (#16000)tofurky2022-01-242-6/+6
| | | | | | | | | | | | 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-088-24/+162
|\|
| * [Keyboard] Bathroom Epiphanies Frosty Flake rev 20130602 (#15365)Andrew Missel2022-01-088-24/+162
| | | | | | | | | | | | | | | | | | | | * 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-073-0/+47
|\|
| * [Keymap] Adding Frosty Flake VIA keymap (#13211)chance2022-01-073-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1410-70/+70
|\|
| * Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-1410-70/+70
| | | | | | | | | | | | | | * 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-0912-18/+12
|\|
| * Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-0912-18/+12
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-096-65/+0
|\|
| * Remove empty config.h from default-ish keymaps (#15429)Ryan2021-12-096-65/+0
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-086-24/+0
|\|
| * Remove references to Makefile in keyboard-level rules.mk (#15427)Ryan2021-12-076-24/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-0211-19/+1
|\|
| * Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-0111-19/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-298-0/+337
|\|
| * [Keyboard] Adapt downsteam Ghost Squid support to latest QMK (#14607)fenuks2021-11-298-0/+337
| | | | | | Co-authored-by: fenuks <fenuks>
* | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-292-14/+0
|/
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-055-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference.
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-307-8/+1
|\
| * Remove redundant `MIDI_ENABLE = no` in keyboard-level rules.mk (#14649)Ryan2021-09-307-8/+1
| |
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-2913-13/+0
|\|