summaryrefslogtreecommitdiff
path: root/keyboards/kbdfans
Commit message (Collapse)AuthorAge
* Move keyboard USB IDs and strings to data driven: K (#17846)Ryan2022-08-03
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* KBDfans Bounce Pad: Correct QMK Configurator Implementation (#17845)James Young2022-07-29
|
* kbdfans/bounce/75: correct typos of keyboard name (#17841)James Young2022-07-29
|
* KBDfans Bounce75 Touch-Up (#17834)James Young2022-07-29
| | | | | | | | | | | | | | | | | | | | | * 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.
* Update noroadsleft userspace and keymaps (2022-07-18) (#17714)James Young2022-07-18
| | | | | | | | | | | | | * 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
* KBDfans KBD67 rev2 Layout Patch (#17649)James Young2022-07-12
|
* [Keyboard] kbdfans kbd67 rev 2 : add new LAYOUT_65_iso_split_bs (#16922)Naphtaline2022-07-11
| | | | | | | | | | | | | | | | | | | | * [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>
* Fixup bounce/75 (#17548)jack2022-07-03
|
* add bounce keyboard (#17030)moyi46812022-07-03
|
* spx01 keymap for the kbd67mkiirgb (#17012)spx012022-07-02
|
* add baguette66 keyboard (#16429)moyi46812022-07-02
| | | | | | | | | | | | | * add baguette66 keyboard * Update keyboards/kbdfans/baguette66/soldered/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kbdfans/baguette66/rgb/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-19
|\
| * KBDfans Tiger80 Community Layout Support and Keymap Touch-Up (#17149)James Young2022-05-19
| | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_tkl_f13_ansi_tsangan * enable Community Layout support * refactor keymaps to use grid alignment
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-19
|\|
| * KBDfans Phase One Layout Macro Additions and Configurator Data (#17148)James Young2022-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * phaseone.h: add matrix diagram * add QMK Configurator data * add LAYOUT_65_ansi_blocker_split_bs macro * add LAYOUT_65_ansi_wkl_split_bs macro * add LAYOUT_65_iso_blocker macro * add LAYOUT_65_iso_blocker_split_bs macro * add LAYOUT_65_iso_wkl macro * add LAYOUT_65_iso_wkl_split_bs macro * rename LAYOUT_65_ansi_wkl to LAYOUT_65_ansi_blocker_tsangan_wkl Differentiates the layout supported here from QMK's `65_ansi_blocker_tsangan` Community Layout, which is equivalent to this but with a 1u GUI key between Left Ctrl and Left Alt. * rename new layout macros for codebase consistency - `LAYOUT_65_ansi_wkl_split_bs` -> `LAYOUT_65_ansi_blocker_tsangan_wkl_split_bs` - `LAYOUT_65_iso_wkl` -> `LAYOUT_65_iso_blocker_tsangan_wkl` - `LAYOUT_65_iso_wkl_split_bs` -> `LAYOUT_65_iso_blocker_tsangan_wkl_split_bs` * add reference keymaps Add keymaps which demonstrate the layout macro implementations.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-16
|\|
| * fix tiger80 matrix error (#17107)moyi46812022-05-16
| |
* | Various fixes for g_led_config lint warnings (#17104)Joel Challis2022-05-16
| |
* | RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-15
| |
* | Rename keymap_extras headers for consistency (#16939)Ryan2022-05-15
|/
* KBDfans KBD75 Refactor - 2022 Edition (#17052)James Young2022-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add license headers * tidy-up revision rules.mk files - convert tabs to spaces - align inline comments - update rule ordering * touch-up readme.md * touch-up rev1/rev1.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev1/rev1.h: add matrix diagram * touch-up rev2/rev2.h - convert tabs to spaces - convert to QMK 3-character notation for matrix positions * rev2/rev2.h: add matrix diagrams * rev1/info.json: apply friendly formatting * rev2/info.json: apply friendly formatting * refactor layout macros - switch `LAYOUT_ansi_1u` with `LAYOUT_75_ansi` - makes `LAYOUT_75_ansi` the canonical macro name, with `LAYOUT_ansi_1u` as an alias for backwards compatibility - move `LAYOUT_ansi_1u` alias to `info.json` files from revision headers - remove `LAYOUT_iso_1u` (was unused) - rename `LAYOUT_ansi` to `LAYOUT_75_ansi_rwkl` - rename `LAYOUT_iso` to `LAYOUT_75_iso_rwkl` * refactor default keymap - use four-space indent - update grid alignment * refactor iso keymap - refactor to use `LAYOUT_75_iso` macro - change from Split to 2u Backspace - change from Split to Standard Spacebar - change `KC_BSLS` keycode to `KC_NUHS`, and place on home row - use four-space indent - update grid alignment * refactor via keymap - use four-space indent - update grid alignment * touch-up readme.md again Fix a broken link. * update section comments in revision header files * add Full Winkeyless layouts - add `LAYOUT_75_ansi_wkl` and `LAYOUT_75_iso_wkl` layout macros
* Jonavin-kb67-Reduce mem usage (#16991)jonavin2022-05-03
| | | Co-authored-by: Jonavin <=>
* [Keyboard] Add Phase One keyboard (#16430)moyi46812022-04-16
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] add tiger80 keyboard (#16742)moyi46812022-04-13
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] KBD67 rev1 Caps Lock LED Fix (#16790)mudhead2022-04-13
|
* Droxx keymap (#16607)Droxx2022-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add droxx kaymap * add droxx keymap * fixed config.h * fixed rules.mk * fixed rules.mk * updated readme.md * Update config.h * Update keymap.c * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update config.h * Update readme.md * Update keymap.c
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-15
| | | | (#16655)
* Disable RGB matrix pixel animations for some boards (#16643)Ryan2022-03-14
| | | | | * idobao/id87/v2: disable RGB matrix pixel animations * Same for two more boards
* [Keyboard] Size reduction for kbdfans/kbd67/mkiirgb_iso (#16601)jack2022-03-09
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-09
|\
| * [Keyboard] refine LED Matrix LED positions on KBD67 Lite (#15769)Vino Rodrigues2022-02-08
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-06
|\|
| * KBDfans KBD19x: add LAYOUT_iso (#16240)James Young2022-02-05
| |
* | [Keyboard] move niu_mini to /kbdfans (#16112)peepeetee2022-01-31
|/
* Move kbdpad_mk2 to kbdpad/mk2, add numpad layout to mk2.h (#15892)Felipe Bastos2022-01-29
|
* [Keyboard] fix odin rgb light error (#15914)moyi46812022-01-17
|
* kbdfans/kbd67/mkiirgb/v4: remove duplicate definitions from config.h (#15858)James Young2022-01-12
|
* Correct matrix effect name (#15816)Albert Y2022-01-11
|
* [Keyboard] Fix KBD67 mark 2 v4 (#15835)Drashna Jaelre2022-01-11
|
* [Keyboard] add kbd67mkiirgb v4 support (#15024)moyi46812022-01-10
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keyboard] Enable RGB Matrix Animations on KBD67 mkIII ISO (#15808)Drashna Jaelre2022-01-10
|
* [Keyboard] add kbd75rgb support (#15552)moyi46812022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add kbd75rgb support * Update keyboards/kbdfans/kbd75rgb/config.h * Update keyboards/kbdfans/kbd75rgb/rules.mk * Update keyboards/kbdfans/kbd75rgb/rules.mk * Update keymap.c * Update keymap.c * Update readme.md * Update keyboards/kbdfans/kbd75rgb/config.h * Update keyboards/kbdfans/kbd75rgb/config.h * Update keyboards/kbdfans/kbd75rgb/config.h * Update keyboards/kbdfans/kbd75rgb/rules.mk * Update keyboards/kbdfans/kbd75rgb/rules.mk * Update keyboards/kbdfans/kbd75rgb/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd75rgb/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd75rgb/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd75rgb/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd75rgb/rules.mk
* kbdfans/kbd67/mkiirgb_iso: LAYOUT_65_iso_blocker conformance (#15794)James Young2022-01-08
|
* [Keyboard] KBDfans KBD67 Mk.II RGB ISO (#14830)moyi46812022-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add kbd67mkiirgb iso keyboard add kbd67mkiirgb iso keyboard * Update rules.mk * Update keyboards/kbdfans/kbd67/mkiirgb_iso/mkiirgb_iso.h * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/config.h * Update keyboards/kbdfans/kbd67/mkiirgb_iso/mkiirgb_iso.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/rules.mk * Update readme.md * Update readme.md * Create info.json * Update info.json * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/keymaps/default/keymap.c * Update keyboards/kbdfans/kbd67/mkiirgb_iso/rules.mk
* Fix info.json for kbdfans/odin/{rgb,soldered} (#15750)Sergey Vlasov2022-01-05
| | | | | | | | | | | | | | * kbdfans/odin/*: Reformat info.json to be human-readable Apply `qmk format-json` to the `info.json` files for `kbdfans/odin/rgb` and `kbdfans/odin/soldered; no actual content changes. * kbdfans/odin/*: Fix key ordering in info.json The order of key entries in `info.json` did not match the order of layout macro arguments (apparently the keys in the cursor block, which are shifted down by 0.25u with respect to the rest of keys, were treated as separate rows). Fix the order to make the configurator produce proper keymaps.
* Revert "mkiirgb/v3: Swap R and G lanes to achieve correct RGB. (#15511)" ↵Vino Rodrigues2022-01-02
| | | | | (#15660) This reverts commit 235c666f3d79ca42f8bc529bf006473396cb0bba.
* mkiirgb/v3: Swap R and G lanes to achieve correct RGB. (#15511)Kyrylo Mikos2021-12-27
|
* [Keymap] Jonavin kbd 67 keymap with advance RGB functions (#15527)jonavin2021-12-24
| | | Co-authored-by: Jonavin <=>
* 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
* Update noroadsleft userspace and keymaps (2021-12-13) (#15470)James Young2021-12-13
| | | | | | | | * remove macroMode functionality * update kbdfans/kbd75/rev1:noroadsleft keymap - replace `_______` instances with `XXXXXXX` on System layer - add line breaks between keymap layers