summaryrefslogtreecommitdiff
path: root/keyboards/kbdfans
AgeCommit message (Collapse)Author
2021-05-11Remove KEYMAP and LAYOUT_kc (#12160)Zach White
* alias KEYMAP to LAYOUT * remove KEYMAP and LAYOUT_kc
2021-05-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10KBDMini refactor (#12850)Ryan
2021-05-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-03Update noroadsleft userspace and keymaps (2021-05-03) (#12796)James Young
* Set Dvorak as the standard base layer * Remove unneeded includes * Remove custom handling for Quake 2 Have now rewritten my in-game configuration to use Dvorak mapping instead of QWERTY, which means I don't need any of this stuff. * Clean up comments in KC60 keymap
2021-04-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-26Update noroadsleft userspace and keymaps (2021-04-26) (#12711)James Young
* Update noroadsleft userspace and keymaps (2021-04-26) - add Discipline keymap - move Emulated Non-US Backslash, Numeric Keypad and F13-F24 code fully to userspace - re-add some custom keycode handling I accidentally deleted - update VRSN keycode - update KC60 and userspace readmes * remove Git readme from kc60 keymap * update kc60:noroadsleft readme Concatenates this readme into one file, and updates the image links.
2021-04-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-20[Keyboard] fix bella debounce (#12568)kb-elmo
2021-04-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-19[Keymap] Iracing replay keymap (#12461)AaronVerDow
Co-authored-by: Aaron VerDow <aaron@verdow.com>
2021-04-12Change `BOOTMAGIC_ENABLE=yes` to use Bootmagic Lite (#12172)James Young
2021-04-06Fix up builds that are now too big for `develop` branch. (#12495)Nick Brassel
2021-04-02[Keyboard] KBD67 Hotswap VIA Support (#12351)MechMerlin
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-03-10Refactor to use led config - Part 6 (#12115)Joel Challis
* Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * revert changes
2021-02-28[Keyboard] Add 'LAYOUT_65_ansi_split_bs' support to KBDfans KBD67 rev2 (#11739)Andy Freeland
* [Keyboard] Add 'LAYOUT_65_ansi_split_bs' support to KBDfans KBD67 rev2 This is already supported by VIA. * [Keymap] Fix kbd67 catrielmuller_camilad keymap * [Keyboard] Add my keymap for KBDfans KBD67 rev2 using 'LAYOUT_65_ansi_split_bs'
2021-02-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-21[Keyboard] reduce confusion for kbdfans/kbd75 rounds/revisions (#11972)Joshua Diamond
2021-02-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-18Personal keymap for kbd67 and some cleanup (#11937)Sid Carter
Co-authored-by: Khader Syed <khader.syed@aicure.com>
2021-02-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-10[Keymap] add noroadsleft userspace; add and update keymaps (#11686)James Young
2021-02-09Remove FAUXCLICKY feature (deprecated) (#11829)Drashna Jaelre
2021-02-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-04[Keyboard] KBDfans Bella RGB ANSI and Bella RGB ISO (#11438)moyi4681
* add bella rgb keyboards * Update rgb_iso.c * fix error * Update rgb_iso.h * Update keyboards/kbdfans/bella/rgb/rules.mk * Update keyboards/kbdfans/bella/rgb_iso/rules.mk * Update keymap.c * Update keyboards/kbdfans/bella/rgb/info.json * Update keyboards/kbdfans/bella/rgb_iso/info.json * Update keyboards/kbdfans/bella/rgb_iso/config.h * Update keyboards/kbdfans/bella/rgb/config.h * Update keyboards/kbdfans/bella/rgb_iso/rules.mk * Update keyboards/kbdfans/bella/rgb_iso/rules.mk * Update keyboards/kbdfans/bella/rgb_iso/rules.mk * Update keyboards/kbdfans/bella/rgb/rules.mk * Update keyboards/kbdfans/bella/rgb/rules.mk * Update keyboards/kbdfans/bella/rgb/rules.mk * Update rgb_iso.c * Update rgb.c * Update rgb_iso.c * Update rgb_iso.h * Update keyboards/kbdfans/bella/rgb/config.h * Update keyboards/kbdfans/bella/rgb/rgb.h * Update keyboards/kbdfans/bella/rgb/info.json * Update keyboards/kbdfans/bella/rgb/info.json * Update keyboards/kbdfans/bella/rgb/keymaps/default/keymap.c * Update keyboards/kbdfans/bella/rgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/bella/rgb_iso/keymaps/via/keymap.c * Update keyboards/kbdfans/bella/rgb_iso/readme.md * Update keyboards/kbdfans/bella/rgb_iso/readme.md * Update keyboards/kbdfans/bella/rgb_iso/readme.md * Apply suggestions from code review kbdfans/bella/rgb: Change remaining instances of LAYOUT_all to LAYOUT * Apply suggestions from code review kbdfans/bella/rgb: update readme - update keyboard name - include flashing and bootloader instructions * Apply suggestions from code review kbdfans/bella/rgb_iso: update keyboard name Changes remaining instances of "BELLA_RGB_ISO" to "BELLA RGB ISO". * Apply suggestions from code review kbdfans/bella/rgb_iso: Change LAYOUT_all to LAYOUT * Apply suggestions from code review kbdfans/bella/rgb_iso: Move ISO Enter's keycode to home row per QMK standard
2021-02-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-04Use num lock instead of caps lock for KBDPAD MKII LED (#11781)Andre DeMarre
2021-02-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-02-02Clean up KBD8X keyboard (#11565)Drashna Jaelre
* Clean up KBD8X keyboard * remove unneeded rules
2021-01-30Merge remote-tracking branch 'origin/master' into developZach White
2021-01-30Add a <FEATURE>_SUPPORTED flag (#9058)Zach White
* Initial attempt at allowing keyboards to indicate what features they do not support * try to use a for loop instead * Update disable_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * add a few more features * remove my test fixture * disable things that make all:all suggested" Co-authored-by: Zach White <skullydazed@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-01-27Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-01-27Remove `MIDI_ENABLE_STRICT` from keyboards' config.h (#11679)Ryan
2021-01-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-19[Keymap] Mac-friendly KBD 75% layouts (#11507)Aaron Ireland
* Add Aaron's KBD75 v2 for Macbook * Add Colemak & Dvorak layers * Update keymap to adhere to style guide and add license * Rename README.md to readme.md
2021-01-20Merge remote-tracking branch 'upstream/master' into developNick Brassel
2021-01-20Remove `DESCRIPTION`, K-M (#11619)Ryan
2021-01-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-13[Keyboard] eliminate nested layout warnings in kbd75 (#11540)Joshua Diamond
2021-01-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-12Fix inverted indicator leds on kbdfans/kbd19x (#11532)Joel Challis
2021-01-11Remove unused `action_get_macro()` usages in user files (#11165)Ryan
2020-12-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-22[keymap] Adds tofu65 with split spacebar (#10831)Perry Hargrave
* [keymap] Adds tofu65 with split spacebar * Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kbdfans/kbd67/rev2/rev2.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * keymap:tofu65: remove unneeded config.h * Update keyboards/kbdfans/kbd67/rev2/keymaps/ansi_split_space/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2020-12-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-21Initial list of keyboards to exclude from CI (#11213)Zach White
2020-12-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-16[Keymap] ISO layout for KBD67 rev 2.0 (#11136)hekekee
2020-12-03Add board specific to Proton-C, with usual defaults turned on. (#10976)Nick Brassel
- Set all other ChibiOS defaults to 'off', when not targeting Proton-C - Modified all existing F303 boards to point at the QMK_PROTON_C to ensure repeatable binary output - Modified version.h generation so that SKIP_VERSION=yes generates the same output
2020-11-30KBD67 Rev2 VIA: Increase layer count from 2 to 4 (#11039)MechMerlin