summaryrefslogtreecommitdiffstats
path: root/keyboards/kbdfans
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-2031-50/+50
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-2028-49/+49
| | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* Remove legacy Debug keycode (#18769)Ryan2022-10-197-7/+7
| | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* A little personal cleanup after #18726 and #18729 (#18734)Joshua Diamond2022-10-191-1/+1
| | | | | | | * A little cleanup after #18726 * Re-instate RGBLIGHT_EFFECT_STATIC_GRADIENT * Extend to spin
* Remove legacy sendstring keycodes (#18749)Ryan2022-10-173-3/+3
|
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-164-5/+5
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1589-134/+134
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-1513-61/+129
|
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-1321-21/+21
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-114-6/+6
| | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-102-2/+2
| | | | | | | | | | | | | | | | | | | * `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-092-6/+6
|
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-0414-173/+166
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove remaining use of terminal keys and related comment labels (#18402)Johannes Löthberg2022-09-293-3/+3
|
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-269-10/+2
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-2321-21/+21
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-181-0/+95
|\
| * [keyboard] kbdfans/kbd75rgb info.json fix (#18391)Less/Rikki2022-09-181-0/+95
| |
* | Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)Ryan2022-09-061-1/+1
| |
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-286-14/+9
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-2147-61/+61
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-2015-15/+15
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-2015-15/+15
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-2016-51/+55
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)Ryan2022-08-2016-51/+55
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-112-53/+77
|\|
| * KBDfans KBD67 rev2: rename LAYOUT_65_ansi_split_bs_2_right_mods macro (#17972)James Young2022-08-102-53/+77
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-0712-36/+36
|\|
| * RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-0712-36/+36
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-0632-32/+0
| |
* | [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-062-5/+0
| | | | | | | | `QMK_KEYS_PER_SCAN` (#15292)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-0362-237/+217
|\|
| * Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-0362-237/+217
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-301-2/+29
|\|
| * KBDfans Bounce Pad: Correct QMK Configurator Implementation (#17845)James Young2022-07-291-2/+29
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-299-20/+783
|\|
| * kbdfans/bounce/75: correct typos of keyboard name (#17841)James Young2022-07-299-20/+783
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-294-136/+136
|\|
| * KBDfans Bounce75 Touch-Up (#17834)James Young2022-07-294-136/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * kbdfans/bounce/75/hotswap: keymap readability fix Update grid alignment to disambiguate which keycodes correspond in different layers. ---- Layer 0 had 13 and 9 keycodes on the bottom two rows respectively, while Layers 1-3 had 14 and 8. * kbdfans/bounce/75/soldered: keymap readability fix Update grid alignment to disambiguate which keycodes correspond in different layers. ---- Layer 0 had 14 and 9 keycodes on the bottom two rows respectively, while Layers 1-3 had 15 and 8. * kbdfans/bounce/75/soldered: fix layer index in keymaps Layer indexes were 0,1,2,1 instead of 0,1,2,3.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-191-19/+3
|\|
| * Update noroadsleft userspace and keymaps (2022-07-18) (#17714)James Young2022-07-181-19/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * kbdfans/kbd75/rev1:noroadsleft - remove LAYOUT_75_ansi_wkl definition * coseyfannitutti/discipline:noroadsleft - change KC_GESC to KC_ESC * update Quantum keycode instances in noroadsleft keymaps - `RESET` -> `QK_BOOT` - `EEP_RST` -> `EE_CLR` - `DEBUG` -> `DB_TOGG` * create and add G_PWD macro
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-134-6/+179
|\|
| * KBDfans KBD67 rev2 Layout Patch (#17649)James Young2022-07-124-6/+179
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-113-0/+78
|\|
| * [Keyboard] kbdfans kbd67 rev 2 : add new LAYOUT_65_iso_split_bs (#16922)Naphtaline2022-07-113-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Layout/Keymap] kbdfans kbd67 rev2 : add new LAYOUT_65_iso_split_bs and naphaline keymap as a working example * Update keyboards/kbdfans/kbd67/rev2/keymaps/naphtaline/keymap.c I do trust the reviewer, here goes the change :) Co-authored-by: Ryan <fauxpark@gmail.com> * Remove QMK custom keycodes 1/2 Co-authored-by: Nick Brassel <nick@tzarc.org> * Remove QMK custom keycodes 2/2 Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-032-2/+2
|\|
| * Fixup bounce/75 (#17548)jack2022-07-032-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-0227-0/+767
|\|
| * add bounce keyboard (#17030)moyi46812022-07-0327-0/+767
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-025-0/+294
|\|