summaryrefslogtreecommitdiffstats
path: root/keyboards/bpiphany
Commit message (Collapse)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-07-082-2/+2
|\
| * Add 'JIS' form factor layouts (#21220)Duncan Sutherland2023-07-082-2/+2
| |
* | Move miscellaneous defines to data driven (#21382)Ryan2023-07-021-1/+0
| |
* | Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan2023-07-021-21/+0
| |
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-242-3/+2
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-1/+3
|/
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-033-8/+8
|
* Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-141-1/+1
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-158/+101
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+3
|
* Move TKL layouts to data driven (#20337)Ryan2023-04-0510-1288/+1348
|
* Move fullsize layouts to data driven (#20317)Ryan2023-04-046-407/+743
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-292-15/+4
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-2/+0
|
* Remove more empty headers (#20155)Ryan2023-03-175-37/+0
|
* Fix layout macro keys with no matrix position (#20033)Ryan2023-03-131-1/+1
|
* Move matrix config to info.json, part 4 (#20001)Ryan2023-03-113-24/+5
|
* Move layouts for direct_pins boards to data driven (#19872)Ryan2023-02-192-9/+8
|
* Fixup pegasushoof VIA keymap (#19874)jack2023-02-171-15/+0
|
* Fix more build failures (#19869)Ryan2023-02-181-18/+0
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2023-02-164-38/+61
|\
| * Added via keymap for bpiphany/pegasushoof (#19653)Emrik Östling2023-02-165-9/+94
| | | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
* | Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
| |
* | Move LED indicator config to data driven (#19800)Ryan2023-02-1710-24/+29
| |
* | Migrate `DIRECT_PINS` to data driven (#19826)Ryan2023-02-142-28/+6
| |
* | Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-116-12/+12
| |
* | Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-19/+0
| | | | | | | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0819-61/+19
| |
* | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-061-5/+0
| |
* | Remove `DEBOUNCE` macro usage (#19750)jack2023-02-061-0/+4
| |
* | Debounce defines cleanup (#19742)Ryan2023-02-0310-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-033-9/+0
| |
* | Clean up Force NKRO in config.h (#19718)Ryan2023-01-306-126/+0
| |
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-319-9/+0
| |
* | Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-283-12/+0
| |
* | fix pegasushoof caps light, add via keymap (#19649)wangfuco2023-01-2617-143/+85
| | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Fucong Wang <wangfuco@Fucongs-Mac-mini.local>
* | Fix functions with empty params (#19647)Ryan2023-01-202-2/+2
| | | | | | | | | | * Fix functions with empty params * Found a bunch more
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-1012-12/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* | Remove useless line continuations (#19399)Ryan2022-12-304-105/+105
| |
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-1/+1
| |
* | Remove deprecated led_set_kb (#19273)Joel Challis2022-12-141-4/+4
|/ | | | | * Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user
* Remove .noci functionality (#19122)Joel Challis2022-11-212-0/+0
|
* Fix "no matrix definition" errors for some boards (#18954)Ryan2022-11-053-374/+654
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-251-1/+1
|\
| * Fixup bpiphany/ghost_squid (#18842)jack2022-10-251-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-10-244-51/+232
|\|
| * Bathroom Epiphanies Ghost Squid Refactor (#18816)James Young2022-10-224-51/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-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`