summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
...
* [Keymap] Change helix:five_rows_jis keymap to use split_common (#16538)Takeshi ISHII2022-03-062-21/+118
|
* [Keymap] Change helix:fraanrosi keymap to use split_common (#16533)Takeshi ISHII2022-03-061-0/+1
|
* merge/uma - Resolve configurator issues (#16551)Joel Challis2022-03-061-2/+2
|
* Change helix:five_rows keymap to use QMK standerd oled driver (#16539)Takeshi ISHII2022-03-061-0/+1
|
* support more leds (#15840)yulei2022-03-053-45/+114
|
* [Keyboard] BDE Rev2 (#15877)Kyle McCreery2022-03-0433-60/+657
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Melody96 refactor (#16455)Ryan2022-03-0410-275/+1177
|
* Fix helix/rev2 not working properly when using split_common. (#16512)Takeshi ISHII2022-03-036-7/+9
| | | | | | | | | | | When helix/rev2 was using split_common, it didn't work properly and I couldn't type on the right hand side. The cause is that the following code, added in 0.16.0 to `quantum/keyboard.c`, does not include `quantum/split_common/split_util.h` but instead includes `keyboards/helix/rev2/split_util.h`. Therefore, `split_pre_init()/split_post_init()` in `quantum/split_common/split_util.c` was not called. ```c #ifdef SPLIT_KEYBOARD # include "split_util.h" #endif ```
* Fix mistakes in the include path in `helix/rev2/local_features.mk`. (#16507)Takeshi ISHII2022-03-032-4/+6
| | | | | | | | | | | | ```diff --- a/keyboards/helix/rev2/local_features.mk +++ b/keyboards/helix/rev2/local_features.mk @@ -6,7 +6,7 @@ # KEYBOARD_LOCAL_FEATURES_MK := --include $(strip $(HELIX_TOP_DIR)/pico/override_helix_options.mk) ## File ded icated to maintenance +-include $(strip $(HELIX_TOP_DIR)/rev2/override_helix_options.mk) ## File dedicated to maintenance ```
* Change 'helix/rev2:default' setting to use split_common (#16432)Takeshi ISHII2022-03-0211-114/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add licenses message to helix/rev2 files * Minimize the processing of helix/rev2/local_features.mk * Changed helix/rev2 default setting to use split_common * fix helix/rev2:edvorakjp build error * Remove unnecessary '#include' from keymap.c * helix keymaps Workaround for build errors. five_rows_jis, fraanrosi, froggy, froggy_106, yshrsmz * Revert "fix helix/rev2:edvorakjp build error" This reverts commit 731dbbe15155b3efe2ff9f5ad61c7d0cf529e837. Separated into a single PR #16433. * Revert "Changed helix/rev2 default setting to use split_common" This reverts commit e76dbd7762e06e0781ee004213878b1a5029fa98. * add 'SPLIT_*_STATE_ENABLE' into helix/rev2/config.h * Revert "helix keymaps Workaround for build errors. five_rows_jis, fraanrosi, froggy, froggy_106, yshrsmz" This reverts commit 9b316c1c6a532f908f2ac430233089797ce7c794. * change helix:default to use split_common * change helix:five_rows to use split_common * add comment into helix/rev2/rules.mk * change helix:led_test to use split_common
* Revert "handwired/3dortho14u: refactor layout data (#16475)" (#16485)xiao2022-03-014-8/+18
| | | This reverts commit 3ac769b6abe9b97a94033f376b28482d2d5f7b00.
* atlas_65 Layout Macro Refactor (#16483)James Young2022-03-015-61/+69
| | | | | | | | | | | | | | | | | | | | | | | | | * atlas_65.h: add matrix diagram * atlas_65.h: apply linting - convert tabs to spaces - four-space indent - align backslashes in layout macro * atlas_65.h: adjust layout macro alignment Visually separates each side. White-space-only change. * physically arrange layout macro Move the matrix position identifiers in the layout macro to resemble the assembled keyboard's layout. - move `k46` (right side B) to the fourth (Shift) row - move each of `k1E`, `k2E` and `k3E` (right side navigation keys) up one row - update keymaps to match * update maintainer data Update the maintainer data in `info.json` and `readme.md`.
* Remove invalid keyboard_folder from gk6 (#16480)Joel Challis2022-03-011-1/+0
|
* Ellora65: remove dead space from Configurator rendering (#16478)James Young2022-03-011-2/+82
|
* Move projectcain encoder logic to keyboard level (#16479)Joel Challis2022-03-018-8/+10
|
* Glacier: Community Layout support (#16474)James Young2022-02-284-4/+9
| | | | | | | | | | | | * Glacier: Community Layout support Enables the Glacier to use QMK's `tkl_f13_ansi_tsangan` community layout. - rename `LAYOUT` to `LAYOUT_tkl_f13_ansi_tsangan` - add `LAYOUTS` rule to `rules.mk` * info.json: correct maintainer value Use the maintainer's GitHub username.
* handwired/3dortho14u: refactor layout data (#16475)James Young2022-02-284-18/+8
| | | Remove nonextant matrix positions from the layout data.
* snatchpad: update layout data (#16476)James Young2022-02-281-4/+4
| | | Fixes key overlaps in QMK Configurator.
* fix helix/rev2:edvorakjp build error (#16433)Takeshi ISHII2022-02-271-1/+1
| | | | | 'helix/rev2/keymaps/edvorakjp' was no longer buildable due to changes made by #14864. The reason is that the prototype of `oled_task_user()` was changed in keymaps/edvorakjp/oled.c, but keymaps/edvorakjp/oled.h was not changed. Therefore, I modified the prototype in keymaps/edvorakjp/oled.h.
* Wolf Sabre: fix Configurator layout data (#16465)James Young2022-02-272-2/+120
| | | | | | | | | * apply friendly formatting to info.json * rebuild Configurator layout data KLE Rotation leads to incorrect layout data when converted to `info.json` format. * add matrix diagram to sabre.h
* Wren: fix QMK Configurator key sequence (#16462)James Young2022-02-271-7/+6
| | | | | * Wren: fix QMK Configurator key sequence * info.json: update maintainer field
* [Keyboard] add YMDK YMD21 v2 (#16442)James Young2022-02-267-0/+272
| | | | | * [Keyboard] add YMDK YMD21 v2 * remove trailing whitespace from default keymap
* [Handwired] Support for Adafruit lemon keypad (#16395)Dari2022-02-2612-0/+392
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: zvecr <git@zvecr.com>
* [Keyboard] ada1800mini (#16386)peepeetee2022-02-268-0/+281
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish ↵Joel Challis2022-02-2655-94/+9
| | | | | | | keymaps (#16448) * Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level * Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-221-0/+3
|\
| * handwired/frankie_macropad: disable some features to reduce size (#16431)Ryan2022-02-221-0/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-214-2/+94
|\|
| * [Keyboard] Fixed default keymap and add VIA for Baredev rev1 (#15818)Fernando Rodrigues2022-02-214-2/+94
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-2117-0/+449
|\|
| * [Keyboard] Add keyboard 3dortho14u (#16329)xiao2022-02-2117-0/+449
| | | | | | Co-authored-by: xia0 <xiao@morgan.net.au>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-213-84/+44
|\|
| * [Keyboard] Move rgb animation defines for KAPL keyboard (#16341)Alexander2022-02-213-84/+44
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-02-2295-1135/+1873
|\|
| * fix layout macro (#16414)jack2022-02-212-9/+6
| | | | | | Co-authored-by: jack <{ID}+{username}@users.noreply.github.com>
| * Add encoder defaults for Keebio boards (#16398)Danny2022-02-2133-175/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add BDN9 encoder defaults * Add DSP40 encoder default * Add FoldKB encoder defaults * Add Iris encoder defaults * Update Iris Rev. 6 encoder orientation * Add KBO-5000 encoder defaults * Add Quefrency encoder defaults * Add Sinc encoder defaults * Add Stick encoder defaults * Remove encoder settings from VIA keymaps
| * Fix kikoslab/ellora65 (#16415)jack2022-02-222-19/+24
| |
| * [Keyboard] infinity81 (#16387)peepeetee2022-02-218-0/+321
| |
| * [keyboard] DC01 i2c timeout fix (#16392)yiancar2022-02-212-2/+2
| |
| * [Keyboard] add evancookaudio sleepingdinosaur (#16320)evanmcook2022-02-217-0/+221
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
| * [Keyboard] Update Heavy Left (#16354)takashicompany2022-02-214-1/+73
| |
| * [Keyboard] ID75 v2 (#16351)peepeetee2022-02-216-0/+303
| |
| * [Keyboard] Add sabre (#15964)Wolf Van Herreweghe2022-02-219-0/+272
| | | | | | Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
| * [Keyboard] [redox_w] add dvorak layout and white led support (#16259)66f9e4eae2022-02-214-18/+188
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * Helix/pico move to split_common (#16418)Takeshi ISHII2022-02-2118-913/+165
| |
* | [Keymap] BDN9 keymap (#15924)Adam Lickel2022-02-213-0/+179
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-2131-31/+1026
|\|
| * Update the support for lazydesigners/dimple (#14797)jackytrabbit2022-02-2131-31/+1026
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-2111-1/+657
|\|
| * Format code according to conventions (#16412)QMK Bot2022-02-211-1/+1
| |