[Keymap] clean up helix:five_rows keymap (#10866)
* Makes the OLED driver used by the helix:five_rows keymap switchable.
* use TOP/drivers/oled/oled_driver.c
`make HELIX=stdole helix:five_rows`
* use helix/local_drivers/ssd1306.c
`make HELIX=oled helix:five_rows`
* Separated the OLED related code from keymap.c and moved it to oled_display.c.
* scan rate without OLED
* make HELIX=verbose,dispoff,scan helix/rev2:five_rows
use Helix original code
text data bss dec hex filename
18880 58 235 19173 4ae5 .build/helix_rev2_five_rows.elf
matrix scan frequency: 1590
* make HELIX=verbose,dispoff,scan,sc helix/rev2:five_rows
use split_common code
text data bss dec hex filename
18554 40 231 18825 4989 .build/helix_rev2_five_rows.elf
matrix scan frequency: 1202
* scan rate with helix/local_drivers/ssd1306.c
* make HELIX=verbose,dispoff,scan,oled helix/rev2:five_rows
use Helix original code
text data bss dec hex filename
24048 196 342 24586 600a .build/helix_rev2_five_rows.elf
matrix scan frequency: 739
* make HELIX=verbose,dispoff,scan,sc,oled helix/rev2:five_rows
use split_common code
text data bss dec hex filename
23750 176 338 24264 5ec8 .build/helix_rev2_five_rows.elf
matrix scan frequency: 642
* scan rate with drivers/oled/oled_driver.c
* make HELIX=verbose,dispoff,scan,stdole helix/rev2:five_rows
use Helix original code
text data bss dec hex filename
24590 210 798 25598 63fe .build/helix_rev2_five_rows.elf
matrix scan frequency: 293
* make HELIX=verbose,dispoff,scan,sc,stdole helix/rev2:five_rows
use split_common code
text data bss dec hex filename
24290 190 794 25274 62ba .build/helix_rev2_five_rows.elf
matrix scan frequency: 277
* clean up helix/rev2/keymaps/five_rows/keymap.c
* update five_rows/oled_display.c
* update helix/rev2/keymaps/five_rows/keymap.c: remove LAYOUT_kc()
* Ported the keymap from helix/rev2:five_rows to helix/rev3_5rows:five_rows.
* update five_rows/oled_display.c
* add License comment
[Keyboard] YMDK NP21: correct numpad layout matrix (#10874)
I noticed that my KC_PPLS and KC_PENT keys weren't actually doing
anything. By looking at the ortho_6x4 layout, I guessed that maybe the
pins were incorrect and guessed the proper ones. Now, my numpad is fully
functional.
CLI: Udev related fixes and improvements (#10736)
Recommend use of LED Indicator config (#10895)
* Recommend use of LED Indicator config
* Recommend use of LED Indicator config - update link
* Update quantum/template/ps2avrgb/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
[Keyboard] Add "Uno" (#10579)
* Add all files
* Update keyboards/uno/config.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/uno/config.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/uno/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/uno/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/uno/keymaps/default/keymap.c
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/uno/info.json
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/uno/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update readme.md
Co-authored-by: Joshua Broekhuijsen <j.broekhuijsen@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
[Keyboard] added Pill60 to handwired/pill60 (#10798)
* added to handwired pill60
* Update keyboards/handwired/pill60/config.h and all other PR suggested changes
Deleted DESCRIPTION
Co-authored-by: Drashna Jaelre <drashna@live.com>
Update keyboards/handwired/pill60/readme.md
Smaller image in readme
Co-authored-by: Drashna Jaelre <drashna@live.com>
Update keyboards/handwired/pill60/info.json
Deleted key_count
Co-authored-by: Ryan <fauxpark@gmail.com>
Update keyboards/handwired/pill60/keymaps/default/keymap.c
Deleted backslash on keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
Update keyboards/handwired/pill60/pill60.h
Deleted led.h
Co-authored-by: Ryan <fauxpark@gmail.com>
Update keyboards/handwired/pill60/blackpill_f401/rules.mk
Update stm32f401 rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Update keyboards/handwired/pill60/blackpill_f411/rules.mk
Update stm32f411 rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Update keyboards/handwired/pill60/bluepill/rules.mk
Update bluepill rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Update keyboards/handwired/pill60/rules.mk
Added comment on rules.mk to help ]
Co-authored-by: Ryan <fauxpark@gmail.com>
deleted bootloader_defs.h
added GPL2 + compatible license header
updated keymap readme
updated those that don't need common_config.h and deleted some unnecessary spaces in f411/rules.mk
updated default folder in rules.mk
* fix and simplify build files according to onekey example
* Added GPL2+ Compatible license header
[Keyboard] add Symmetric70 keyboard prototype (#10780)
* proto_symmetric70 作成中
74hc157 無しで 片手動作は、右と左でそれぞれうごいた。
* add 74HC157 support
* add keymaps/default_mac
* update proto_symmetric70/keymaps/default_mac/readme.md
* update 74HC157 support
* add keyboards/handwired/proto_symmetric70/matrix.c.patch
* update keyboards/handwired/proto_symmetric70/readme.md
* rename proto_symmetric70 to symmetric70_proto
* Update keyboards/handwired/symmetric70_proto/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/symmetric70_proto/symmetric70_proto.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/symmetric70_proto/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* update readme.md
* update keyboards/handwired/symmetric70_proto/config.h
* remove keyboards/handwired/symmetric70_proto/matrix.c.patch
* Update keyboards/handwired/symmetric70_proto/matrix.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/symmetric70_proto/matrix.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* use KC_NO, _______
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
[Keymap] Add nfriend's ErgoDox EZ keymap (#10545)
[Keyboard] Add Lily58 via keymap (#10178)
* Add Lily58 VIA keymap
* Update keyboards/lily58/keymaps/via/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/lily58/keymaps/via/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/lily58/keymaps/via/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/lily58/keymaps/via/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* update via keymap
* fix keymap.c
* add licence to keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
ZTBoards Updated keymap and updated info.json (#10926)
* Updated information on info.json and hopefully de-cluttered branch
* Updated default encoder settings
* Updated info.json for after to be in the proper order
* Fixed maintainer name
[Keyboard] h660s by hineybush (#10221)
* add h660s
* add via support to h660s
* update readme
* Update keyboards/hineybush/h660s/keymaps/via/readme.md
* Update keyboards/hineybush/h660s/keymaps/via/keymap.c
* Update keyboards/hineybush/h660s/keymaps/via/keymap.c
* Update keyboards/hineybush/h660s/h660s.h
* Update keyboards/hineybush/h660s/h660s.h
* Update keyboards/hineybush/h660s/h660s.h
* Update keyboards/hineybush/h660s/h660s.h
* Update keyboards/hineybush/h660s/h660s.h
* Update keyboards/hineybush/h660s/keymaps/default/keymap.c
* Update keyboards/hineybush/h660s/keymaps/default/keymap.c
* Update keyboards/hineybush/h660s/keymaps/via/keymap.c
* Update keyboards/hineybush/h660s/keymaps/via/keymap.c
* Update keyboards/hineybush/h660s/readme.md
* Update keyboards/hineybush/h660s/readme.md
* Update keyboards/hineybush/h660s/keymaps/default/keymap.c
* Update keyboards/hineybush/h660s/keymaps/default/keymap.c
* Update keyboards/hineybush/h660s/info.json
* Update keyboards/hineybush/h660s/h660s.h
* Update keyboards/hineybush/h660s/h660s.h
* Update keyboards/hineybush/h660s/h660s.h
[Keyboard] Time 80 TKL by Fox Lab (#10851)
* Porting Time 80 TKL
* Update keyboards/foxlab/key65/hotswap/readme.md
* Update keyboards/foxlab/time80/rules.mk
* Update keyboards/foxlab/time80/config.h
* Update keyboards/foxlab/time80/readme.md
* Update keyboards/foxlab/time80/readme.md
* Update keyboards/foxlab/time80/config.h
* Use LAYOUT_all
* Fixing placement of shortcuts
[Keyboard] Southpaw66 by rpiguy9907 (#10782)
* added Keyboard Southpaw66
* Housekeeping, shorten urls
* Housekeeping
* Row matrix pins were flipped, fixed
* housekeeping, extraneous punctuation
* bug-fixing
* bug-fixing
* Layout macro fixed
* Layout macro fixed again
* Update and rename Southpaw66,c to southpaw66.c
* Rename Southpaw66.h to southpaw66.h
* Update config.h
* Update info.json
* Change Southpaw66 to southpaw66
made change to case in all instances in code except where critical, such as in url's.
* Rename parent folder from Southpaw66 to southpaw66
* Rename parent folder from Southpaw66 to southpaw66
* Update info.json
* Update keyboards/rpiguy9907/Southpaw66/readme.md
updated image url to point to lower resolution image.
* Update config.h
re-capitalized Southpaw66 in product name.
* Rename Southpaw66 parent folder to southpaw66
* Rename parent folder from Southpaw66 to southpaw66
* rename parent folder from Southpaw66 to southpaw66
* rename parent folder from Southpaw66 to southpaw66
* Rename parent folder from Southpaw66 to southpaw66
* rename parent folder from Southpaw66 to southpaw66
* rename parent folder from Southpaw66 to southpaw66
* Update keyboards/rpiguy9907/southpaw66/readme.md
* Update keyboards/rpiguy9907/southpaw66/config.h
handwired/onekey/blackpill_f401: Fix I2C pin config mismatch (#10322)
By default the `i2c_master` driver for ChibiOS uses the B6 pin for
`I2C1_SCL` and the B7 pin for `I2C1_SDA`. However, the ChibiOS board
file used for the F401 Blackpill board (`ST_STM32F401C_DISCOVERY`)
configures B6 as `I2C1_SCL` and B9 as `I2C1_SDA`, and if that
configuration is left unchanged, enabling the `i2c_master` driver
results in having two pins (B7 and B9) configured as `I2C1_SDA` at the
same time, which does not work properly (experimental results show that
the B9 pin still works as `I2C1_SDA` in that case, and the B7 pin does
not work).
Configure the B9 pin as an input with pull-up in `board_init()`, so that
the B7 pin can be configured as `I2C1_SDA` by the I2C driver.
Bring up Qvex Lynepad (#10826)
Improve the QMK Lint workflow (#10909)
* properly set the exit_code
* handle the case where exit_code is greater than 255
CI: Add docs build and deploy workflow (#7448)
* Add docs build and deploy workflow
* Remove old travis docs workflow
* update to cli command
* Tidy up for review
* formatting
* Update to pass style checks
* Update lib/python/qmk/cli/docs.py
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
* Review comments - build->generate, use of verbose
* Add docs
* Update to match recent actions
* Run within base_container
* Convert cli to generate-docs
* Convert cli to generate-docs - restore old file
* Convert cli to generate-docs
* Update docs
Co-authored-by: skullydazed <skullydazed@users.noreply.github.com>
[Keyboard] RGBKB Pan (#9587)
* Add new keyboard Pan
Encoder switches still need work
* New keyboard Pan
Should be complete
* Split MCU selection into 2 revision folders
* [rgbkb/pan] Make requested changes for PR
Additionally, set DEFAULT_FOLDER to rev1, and default rev1
to atmega32a (as all shipped kits include an atmega32a)
* Apply suggestions from code review
* Fix default keymap typo
* add usb max power define
* Commit suggested changes
* Update keyboards/rgbkb/pan/config.h
* Apply suggestions from code review
Small copyright updates
* Apply suggestions from code review
XD68: add 65_ansi_split_bs layout (#10835)
* XD68: add 65_ansi_split_bs layuout
* change number of keys in info.json
* Apply suggestions from code review