summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-2969-78/+0
|\|
| * Remove redundant `UNICODE_ENABLE = no` in keyboard-level rules.mk (#14633)Ryan2021-09-3069-78/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-2912-10/+261
|\|
| * [Keyboard] Updates for Tractyl Manuform config (#14641)Drashna Jaelre2021-09-2912-10/+261
| |
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-261-91/+96
|\|
| * Unicomp Mini M handwired Configurator fix (#14609)James Young2021-09-261-449/+96
| | | | | | | | | | * apply human-friendly formatting * correct info.json data
* | Merge remote-tracking branch 'upstream/master' into developJames Young2021-09-2635-1632/+22
|\|
| * Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610)James Young2021-09-2635-1632/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unused IS_COMMAND() instances from keyboard-level config.h, 0-9 * Remove unused IS_COMMAND() instances from keyboard-level config.h, A-B * Remove unused IS_COMMAND() instances from keyboard-level config.h, C-D * Remove unused IS_COMMAND() instances from keyboard-level config.h, E-G * Remove unused IS_COMMAND() instances from keyboard-level config.h, handwired * Remove unused IS_COMMAND() instances from keyboard-level config.h, H-M * Remove unused IS_COMMAND() instances from keyboard-level config.h, N-R * Remove unused IS_COMMAND() instances from keyboard-level config.h, S-Z * Remove unused Magic Key definitions from keyboard-level config.h, 0-9 * Remove unused Magic Key definitions from keyboard-level config.h, A * Remove unused Magic Key definitions from keyboard-level config.h, B * Remove unused Magic Key definitions from keyboard-level config.h, C * Remove unused Magic Key definitions from keyboard-level config.h, D-E * Remove unused Magic Key definitions from keyboard-level config.h, F-H * Remove unused Magic Key definitions from keyboard-level config.h, handwired * Remove unused Magic Key definitions from keyboard-level config.h, I-K * Remove unused Magic Key definitions from keyboard-level config.h, L-M * Remove unused Magic Key definitions from keyboard-level config.h, N-R * Remove unused Magic Key definitions from keyboard-level config.h, S-V * Remove unused Magic Key definitions from keyboard-level config.h, W-Z * Merge remote-tracking branch 'upstream/master' into clean/command_and_magic * Remove remaining unused IS_COMMAND() instances from keyboard-level config.h
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-2613-36/+1
|\|
| * Remove references to KBFirmware JSON Parser (#14608)James Young2021-09-2613-36/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove refs: exclusive/e85/soldered * remove refs: handwired/bigmac * remove refs: handwired/boss566y/redragon_vara * remove refs: handwired/marauder * remove refs: id67 * remove refs: kprepublic/bm60rgb * remove refs: playkbtw/helen80 * remove refs: sam/sg81m * remove refs: sawnsprojects/satxri6key * remove refs: yncognito/batpad
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-254-3/+4
|\|
| * Remove keyboard-level `COMBO_ENABLE` rules (#14550)Ryan2021-09-254-3/+4
| |
* | Initial pass of F405 support (#14584)Joel Challis2021-09-253-0/+40
| | | | | | | | | | | | | | | | | | * Initial pass of F405 support * remove some conf files * docs * clang
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-09-2410-0/+475
|\|
| * [Keyboard] Create the battleship gamepad keyboard. (#14551)Andrew Braini2021-09-2410-0/+475
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (2021-09-22) (#14567)James Young2021-09-221-1/+0
| | | | | | | | | | * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (2021-09-22) * update keyboards/handwired/slash/rules.mk per fauxpark
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-2110-9/+4
|\|
| * Remove keyboard-level `TAP_DANCE_ENABLE` rules (#14538)Ryan2021-09-2110-9/+4
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-2174-75/+74
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-2174-74/+74
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-2026-26/+26
|\|
| * Remove backlight pin references in rules.mk (#14513)Ryan2021-09-2026-26/+26
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-188-347/+0
|\|
| * [Keyboard] Add Dosa40RGB + dtisaac01 (#14476)Dao Tak Isaac2021-09-178-347/+0
| |
* | Move Bluetooth config to common_features.mk (#14404)Ryan2021-09-1210-17/+18
| | | | | | | | | | | | | | | | | | * Move Bluetooth config to common_features.mk * Update common_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Align ChibiOS I2C defs with other drivers (#14399)Joel Challis2021-09-124-9/+7
| | | | | | | | | | | | | | | | | | * Align ChibiOS I2C defs with other drivers * Update keyboards/xelus/valor_frl_tkl/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-12148-148/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-12148-148/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-12168-412/+11
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-12168-412/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-104-4/+0
|\|
| * Remove BLUETOOTH_ENABLE from defaultish keymaps (#14375)Ryan2021-09-104-4/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-102-2/+2
|\|
| * Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan2021-09-102-2/+2
| |
* | Fix number of elements in info.json does not match errors (#14213)Zach White2021-09-091-451/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * evyd13/atom47/rev3: best guess at fixing info.json * evyd13/atom47: best guess at fixing info.json * eyeohdesigns/sprh: best guess at fixing info.json * handwired/unicomp_mini_m: best guess at fixing info.json * lazydesigners/the60/rev2: best guess at fixing info.json * melgeek/mj6xy: best guess at fixing info.json * pizzakeyboards/pizza65: best guess at fixing info.json * plx: best guess at fixing info.json * rojectcain/vault45: best guess at fixing info.json * sidderskb/majbritt/rev2: best guess at fixing info.json * spacey: best guess at fixing info.json
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-1086-614/+2
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-1086-614/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-101-1/+0
|\|
| * Remove commented out BLUETOOTH_ENABLE rules (#14361)Ryan2021-09-101-1/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-091-1/+1
|\|
| * Bugfix for Joystick and JSON schema (#14295)Ryan2021-09-091-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-0811-118/+141
|\|
| * [Keyboard] Tractyl Manuform - configuration updates (#14314)Drashna Jaelre2021-09-0811-118/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | * [Keyboard] Tractyl Manuform - configuration updates * Update readmes * Add more details * Fix issues with encoder pins * Additional fixes for pin config * Fix up some comments
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-081-1/+1
|\|
| * Fixes for recent i2c migrations (#14352)Joel Challis2021-09-081-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-086-442/+52
|\|
| * handwired/dactyl - Refactor use of legacy i2c implementation (#14344)Joel Challis2021-09-076-442/+52
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-051-2/+13
|\|
| * [Bug] Fix compile issues for boards with custom matrix (#14323)Drashna Jaelre2021-09-051-2/+13
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-0561-920/+0
|\|