20131 Commits (d953aa730e38d94b9218948ddaa0deea667f85f3)
 

Author SHA1 Message Date
jack d953aa730e
new lines at eof's (#16558) 4 years ago
Will McGloughlin 4b4f1c6edb
[Keymap] Add encoder showcase keymap (#16544) 4 years ago
takashicompany 41fb9120d0
[Keyboard] Update DogTag Macro Pad (#16446)
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
peepeetee 6e61126e08
[Keyboard] BM68HSRGB/rev2 (#16454)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
jels 9dea8a7d86
[Keyboard] Update Jels88 (#16486) 4 years ago
Koobaczech b26217414c
[Keyboard] Delete duplicate pandora directory (#16496) 4 years ago
Koobaczech 2d8266bd7b
[Keyboard] Tidy Up pearlboards (#16497) 4 years ago
fOmey bbd47fcaa2
[Keyboard] Atlantis ak81_ve encoder behaviour enhancement & fixes (#16503) 4 years ago
xiao 1a1b22ef07
[Keyboard] Sick68 VIA keymap (#16508)
Co-authored-by: xia0 <xiao@morgan.net.au>
4 years ago
owlab-git 0978dca728
[Keyboard] add qk65 files by qwertykeys studio (#16491) 4 years ago
Drashna Jaelre ff6c70415c
[Keymap] Drashna Mouse keys and oled updates (#16556) 4 years ago
QMK Bot d8971d707e
Format code according to conventions (#16554) 4 years ago
kopibeng 0e08fad5c5
[Keyboard] Add support for Typ65+ (#16399)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
4 years ago
Felix Jen dcfa4712fb
[Keyboard] Add Kyuu Hotswap (#16360)
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
Takuya Urakawa 5de86a05c3
[Keyboard] Add Lain keyboard (#16345)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
Andrew Garver de10757f05
[Keyboard] fourier via keymap (#16335) 4 years ago
npspears b77d51f41a
[Keyboard] add support for Quark_Plus (#16324)
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
Takeshi ISHII 9d6cea070e
[Keymap] Change helix:five_rows_jis keymap to use split_common (#16538) 4 years ago
Takeshi ISHII 4cae7becb1
[Keymap] Change helix:fraanrosi keymap to use split_common (#16533) 4 years ago
Joel Challis 30209de9fd
merge/uma - Resolve configurator issues (#16551) 4 years ago
Takeshi ISHII 16cd1d9bf7
Change helix:five_rows keymap to use QMK standerd oled driver (#16539) 4 years ago
Ryan 8e9d45d270
`qmk info`: nicer rendering of ISO enter (#16466) 4 years ago
Joel Challis b202e59322
Update info.json (#16540) 4 years ago
kiilerix da6d6ce2e1
Some docs improvements (#15845)
* docs: clarify in "Keymap Overview" what LAYOUT is and isn't

It is not strictly necessary to use LAYOUT macros in keyboard.c, but it
is a convenient abstraction of hardware internals, allowing focus on the
physical keyboard layout.

From the C source point of view LAYOUT is macro with a parameter list,
which expands to a array of rows that each is an array with a keyboard
scancode for each column. A macro parameter list is not an array, and
even less a single array.

Perhaps no big deal, but also no reason to give incorrect hints.

* docs: update "Understanding QMK's Code" to current code structure introduced in 96e2b13d1d

This part of the documentation was no longer correct. I tried updating
it, mainly copy editing and using github links to latest release.

This is not trying to fix all problems, but just trying to fix some
problems while reusing much of the old phrases and structure.

* Update docs to use "qmk format-python"
4 years ago
yulei 82dd84e257
support more leds (#15840) 4 years ago
Kyle McCreery 0be7345640
[Keyboard] BDE Rev2 (#15877)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
Joel Challis c0185116d7
More validation of declared LAYOUT macro names (#16520) 4 years ago
Ryan 34ba7f1c18
Bug report template: require `qmk doctor` output (#16517) 4 years ago
Ryan d412854e37
analog.[ch]: remove unnecessary includes (#16471) 4 years ago
Ryan aab2ac22c5
Melody96 refactor (#16455) 4 years ago
jels 61ba8efa3e
Update pr_checklist.md (#16484)
Update readme.md template link from https://github.com/qmk/qmk_firmware/blob/master/data/templates/avr/readme.md to https://github.com/qmk/qmk_firmware/blob/master/data/templates/keyboard/readme.md
4 years ago
jels e01307f265
Typo in squeezing_avr.md (#16506)
Fixed typo in squeezing_avr docs.
4 years ago
Joel Challis 7fb312ccd7
Fix use of ISSI driver config before init (#16493) 4 years ago
Takeshi ISHII 4a66bdf294
Fix helix/rev2 not working properly when using split_common. (#16512)
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
```
4 years ago
Gompa ae2c77c827
[Bug] fix v-usb connection enumeration, ifdef workaround (#16511)
Co-authored-by: Joel Challis <git@zvecr.com>
4 years ago
Takeshi ISHII 75b40dc7a5
Fix mistakes in the include path in `helix/rev2/local_features.mk`. (#16507)
```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
  ```
4 years ago
Jake VanderVaate 96b6ddf4bf
fixed typo in docs/newbs_getting_started.md (#16501) 4 years ago
Takeshi ISHII e73f8e942c
Change 'helix/rev2:default' setting to use split_common (#16432)
* 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
4 years ago
xiao 09a43b12cb
Revert "handwired/3dortho14u: refactor layout data (#16475)" (#16485)
This reverts commit 3ac769b6ab.
4 years ago
James Young 325c634101
atlas_65 Layout Macro Refactor (#16483)
* 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`.
4 years ago
Joel Challis 369575ad13
Remove invalid keyboard_folder from gk6 (#16480) 4 years ago
James Young 36635c2203
Ellora65: remove dead space from Configurator rendering (#16478) 4 years ago
Joel Challis c9d9e70ac7
Move projectcain encoder logic to keyboard level (#16479) 4 years ago
James Young f293e6b4da
Glacier: Community Layout support (#16474)
* 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.
4 years ago
James Young 3ac769b6ab
handwired/3dortho14u: refactor layout data (#16475)
Remove nonextant matrix positions from the layout data.
4 years ago
James Young d1068b23ad
snatchpad: update layout data (#16476)
Fixes key overlaps in QMK Configurator.
4 years ago
Erovia fbfd5312b9
CLI: Validate JSON keymap input (#16261)
* Fix schema validator

It should use the passed schema.

* Add required attributes to keymap schema

* Rework subcommands to validate the JSON keymaps

The 'compile', 'flash' and 'json2c' subcommands were reworked to add
JSON keymap validation so error is reported for non-JSON and
non-compliant-JSON inputs.

* Fix required fields in keymap schema

* Add tests

* Fix compiling keymaps directly from keymap directory

* Schema should not require version for now.
4 years ago
Joel Challis 779c7debcf
Fix issues with data driven split keyboards (#16457) 4 years ago
Takeshi ISHII e884414e1e
fix helix/rev2:edvorakjp build error (#16433)
'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.
4 years ago
Joel Challis 77cdb20e16
Revert CLI default for manufacturer (#16467) 4 years ago