Armando Magalhães
c59fb1b477
feat(keymaps): Changes to crkbd/keymaps/armand1m layout and README.md update ( #12252 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-03-25 18:06:30 +11:00
James Young
e7cb7bc737
Roses Lite layout macro touch-up ( #12357 )
2021-03-25 18:05:59 +11:00
Xelus22
1ed48c774e
add valor_frl_tkl info.json ( #12359 )
...
* add info.json
* remove macro keys to correct layout
2021-03-24 22:28:54 -07:00
github-actions[bot]
54b80ecf9f
[CI] Format code according to conventions ( #12363 )
...
* Format code according to conventions
* Update lib/python/qmk/cli/generate/api.py
* Update lib/python/qmk/cli/generate/api.py
Co-authored-by: QMK Bot <hello@qmk.fm>
Co-authored-by: Zach White <skullydazed@gmail.com>
2021-03-24 20:33:25 -07:00
sbuller
97a73637e0
[Keyboard] Preserve signedness from opt_encoder_handler for scroll data on ploopy devices ( #12223 )
2021-03-24 18:33:06 -07:00
Ryan
653ecf91c2
More Tap Dance docs improvements ( #12358 )
2021-03-24 19:46:22 +00:00
Joel Challis
b7870ae78c
Workaround for recent changes to mouse keycodes ( #12367 )
2021-03-24 19:38:35 +00:00
Zach White
299008be36
Add support for qmk_configurator style aliases ( #11954 )
...
* Add support for qmk_configurator style aliases
* add the keyboard aliases to the api data
* add support for a keyboard metadata file
* make flake8 happy
2021-03-24 09:26:38 -07:00
Ryan
723d9af04d
Add info.json for handwired/datahand ( #12320 )
2021-03-24 21:12:55 +11:00
James Young
6edcbdca19
[Keyboard] YMDK YM68 ( #12352 )
...
* [Keyboard] YMDK YM68
Converted from a KBFirmware JSON file provided via the vendor's product listing.
PCB supports Backlight on B6 and RGB Underglow on E2, but the LEDs are not pre-soldered according to the PCB photos.
* update VENDOR_ID and PRODUCT_ID
2021-03-24 02:07:12 -07:00
James Young
2882ee9f55
Configurator bugfix for GMMK Pro ( #12353 )
2021-03-24 15:24:20 +11:00
Ryan
78149505f9
Fix Uni660 linker errors ( #12341 )
2021-03-24 13:03:43 +11:00
duoshock
7b07ce3fef
Add UC-1 keypad ( #11926 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: online <33636898+online@users.noreply.github.com>
2021-03-24 13:00:07 +11:00
Viktor Eikman
d395c81606
Configurator fixes for handwired/concertina/64key ( #12316 )
...
* Fixed bug that was hiding a key in info.json.
* Improvements to presentation.
2021-03-23 11:18:19 -07:00
Danny
be257b6f9f
Add Sinc Rev. 2 ( #12138 )
2021-03-23 11:11:07 -04:00
Luca Di Bartolomeo
d4a8123267
Update readme.md on quefrency ( #12276 )
...
* Update readme.md on quefrency
Fix incorrect flashing instructions
* Update keyboards/keebio/quefrency/readme.md
2021-03-23 00:00:34 -07:00
Zach White
e1a7027fe8
use layout aliases when processing info.json ( #12333 )
2021-03-22 18:58:07 -07:00
kb-elmo
c5b0366a25
Fix Kira80 license headers ( #12303 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2021-03-21 13:43:04 +11:00
James Young
217e3a59c4
Boston: correct LAYOUT macro data ( #12282 )
...
- correct macro reference
- add missing encoder position
- correct maintainer value to reference keyboard maintainer's GitHub account
- remove trailing whitespace
2021-03-20 14:53:02 +11:00
noclew
0ab88f5342
[Keyboard] Vanana, Vaguette Lite, and Waaffle ( #11441 )
...
* added Vanana / Vaguette Lite / Waaffle
* changed extra GPIO allocations of Waaffle and Vanana
* Apply suggestions from code review
changed layout name of vaguette Lite / requested by drashna
* Apply suggestions from code review
Requested keymap changes have been made.
* all changes requested by collaborators are made
* RGB config updated / keymap updated
* fixed vaguette lite info.json
* fixed vaguette lite info.json
* fixed vaguette lite info.json
* Apply suggestions from code review
request changes are made
* pre rename h
* vaguettelite reanmed to lowercases
* fixed vanana keymap
* Apply suggestions from code review
* changed Bootmagic key of VaguetteLite as suggested
* Updated via keymap of Vaguette Lite as suggested
* add vaguette lite 6.25 layout
* added vaguette lite noclew keymap
* updated vaguette lite 6.25u keymap description
* updated vanana default keymap
* updated keymap spacing
* reabased from the official repo
* Update keymap.c
fixed vaguette lite keymap
* Apply suggestions from code review
All the requested changes by a collaborator were made.
* updated info.json of Vanana and readme files of Vanana and waffle
* rename LAYOUT_waaffle to LAYOUT_ortho_5x16
Also adjusts the info.json data to put a visual gap between the extension and main PCBs.
* make rules.mk and info.json specific to rev3
Removes nckiibs/waaffle as a build target, as it redirects to the only extant revision in the repository.
* add controller board build targets
Adds build targets for Pro Micro and Elite-C builds, with appropriate defaults for each.
Running `make nckiibs/waaffle/rev3` defaults to a Pro Micro-based build.
2021-03-19 17:12:38 -07:00
James Young
8dfe37a3a3
Sirius UniGo66 touch-up ( #12280 )
...
* un-nest layout macros
* use #pragma once include guard in unigo66.h
* unify rules.mk to QMK AVR template
- remove Bootloader selection comment block
- unify Build Option header comment
- align Build Option rules and inline comments
* remove unused LAYOUT_all macro
* update readme.md to match QMK template
2021-03-19 12:36:52 -07:00
Ryan
69eca63a84
qmk doctor
: Don't run udev checks under WSL (#12231 )
2021-03-19 04:24:21 +11:00
Xelus22
a5576f9738
[Keyboard] Add Pachi ( #12132 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-03-19 01:25:37 +11:00
kb-elmo
c833b77646
Fixed keymap names of Noah AVR ( #12265 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-03-19 00:17:21 +11:00
James Young
ed446360a4
Aleblazer Zodiark touch-up ( #12279 )
2021-03-18 14:38:08 +11:00
github-actions[bot]
9807225f90
[CI] Format code according to conventions ( #12277 )
...
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-03-18 12:28:50 +11:00
Ryan
9331c22620
XT converter cleanup ( #12264 )
2021-03-18 11:48:09 +11:00
Salman
cc84831cae
Adding Keyboard: GMMK Pro ( #12030 )
...
* GMMK Pro QMK Firmware Code
* info.json added
* updated info.json for the unused keys
* redoing info.json
* readme for pro
* gmmk initial readme
* pipeline fix, issue with compiling gmmk.h
* gmmk pro code formatting changes
* removed rules.mk
* noci file
* Updates
* updated matrix function to match keymap
* updating the keymap layout, renaming matrix, updating layout name to LAYOUT
* fauxpark changes added
* PID VID updates
* removed chconfig and made rules.mk comments cleaner
Co-authored-by: Drashna Jael're <drashna@live.com>
2021-03-18 09:33:16 +11:00
klausweiss
f490777502
[Keyboard] Add handwired/bolek keyboard ( #12234 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-03-17 10:07:56 -07:00
Felix Springer
6e79767f5a
[Keymap] jumper149 keymap for the dztech/dz65rgb ( #12142 )
2021-03-17 10:02:00 -07:00
Robert Verst
3bc7f46412
[Keymap] Add userspace rverst ( #12205 )
...
Co-authored-by: Robert Verst <robert.verst@tobit.com>
2021-03-17 09:44:21 -07:00
tszaboo
8a2d3a8861
[Keyboard] Add support for ortho4exent ( #11699 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-03-16 23:50:22 -07:00
im a can what do you think lmao?
538194344a
[Keyboard] add oled and encoder function to lck75 ( #11825 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-03-16 23:48:03 -07:00
Salicylic-acid3
23765332fa
[Keyboard] Modification of ErgoArrows info.json ( #11980 )
...
The order of key descriptions in ErgoArrows info.json was wrong, so it has been corrected.
2021-03-16 23:47:18 -07:00
Matthew Dias
163e9b02bf
[Keyboard] Add barleycorn smd keyboard ( #12200 )
2021-03-16 23:31:58 -07:00
devriesp
90f95de5c9
[Keyboard] add via keymap to afternoonlabs breeze keyboard ( #12247 )
2021-03-16 23:22:43 -07:00
kaylanm
ffc4380b30
[Keyboard] Add KMAC VIA keymap ( #12224 )
2021-03-16 23:17:40 -07:00
James Young
314ef9df03
Pimentoso Paddino02 clean-up ( #12263 )
...
* fork rules.mk to be version-specific
* remove pimentoso/paddino02 as a keyboard target
This commit makes it so QMK API doesn't identify pimentoso/paddino02 as a build target on its own, because there's no actionable code here.
* add image to readme.md
* unify rules.mk files to QMK AVR template
- remove Bootloader selection comment block
- sort Build Option rules
- unify inline comments
2021-03-16 23:00:43 -07:00
peepeetee
563be8ca2a
Add bootmagic support for hub16 and hub20 ( #12257 )
2021-03-17 15:57:51 +11:00
Ryan
e527b375e8
TKC M0lly refactor ( #12227 )
2021-03-17 15:56:45 +11:00
Mojitas
4e8a218d17
[Keymap] Mojito - removed layer macros ( #12201 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-03-16 20:09:45 -07:00
peepeetee
57de02c9f2
[Keyboard] fix bm68rgb default keymap ( #12199 )
2021-03-16 20:05:20 -07:00
Kyle McAlpine
3c4972a53f
[Keyboard] Fix issue with process_record_kb in Torn ( #12189 )
2021-03-16 19:49:48 -07:00
stanrc85
6af387ec6f
[Keymap] stanrc85 keymap updates ( #12184 )
2021-03-16 19:44:13 -07:00
Gavin Austin
554b73643d
[Keyboard] Added Roses Lite Support ( #12173 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-03-16 19:23:35 -07:00
Simon Arlott
e941ae3811
[Keyboard] Add YMDK NP24 (ATmega32U4 with 6 RGB LEDs) ( #12120 )
2021-03-16 18:39:09 -07:00
James Young
f75420c209
box75: fix key positioning in info.json ( #12256 )
...
* fix key positioning for box75
2021-03-16 00:00:59 -07:00
Matteo Montemarani
d99806cc27
Pizza Keyboards Pizza65 addition ( #11604 )
...
* Added Pizza65 from Pizza Keyboards
Addition of Pizza65
* Update pizza65.h
* Update info.json
* Update mcuconf.h
* Update rules.mk
* Updated makefile
* Update keyboards/pizzakeyboards/pizza65/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/pizzakeyboards/pizza65/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/keymaps/ansi_blocker_doublebs/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/keymaps/iso_blocker_doublebs/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/info.json
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/keymaps/default/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/keymaps/iso_blocker/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/keymaps/via/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/info.json
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/info.json
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/pizzakeyboards/pizza65/info.json
Co-authored-by: Ryan <fauxpark@gmail.com>
* Chibios Config migration
* Update keyboards/pizzakeyboards/pizza65/readme.md
Co-authored-by: Jonas Gessner <JonasGessner@users.noreply.github.com>
* Update keyboards/pizzakeyboards/pizza65/readme.md
Co-authored-by: Jonas Gessner <JonasGessner@users.noreply.github.com>
* Update keyboards/pizzakeyboards/pizza65/pizza65.h
Co-authored-by: Jonas Gessner <JonasGessner@users.noreply.github.com>
* Update rules.mk
nk rollover activation
* conf updates
* Update keyboards/pizzakeyboards/pizza65/keymaps/iso_blocker/keymap.c
Co-authored-by: Davide Riccardo Caliendo <drc0@users.noreply.github.com>
* Update keyboards/pizzakeyboards/pizza65/keymaps/iso_blocker_doublebs/keymap.c
Co-authored-by: Davide Riccardo Caliendo <drc0@users.noreply.github.com>
* Update keymap.c
thanks to Acaban
* Update pizza65.h
update to the iso_blocker_doublebs layout macro
* Delete chconf.h
Deleting after the ChibiOS-conf migration.
* Delete config.h
Deleting after the ChibiOS-conf migration.
* Revert "Delete config.h"
This reverts commit 16d64619e68578382aca3b1475968563b662d07f.
* Delete mcuconf.h
Deleting after ChibiOS-conf migration.
* Delete halconf.h
Deleting after ChibiOS-conf migrations.
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Jonas Gessner <JonasGessner@users.noreply.github.com>
Co-authored-by: Davide Riccardo Caliendo <drc0@users.noreply.github.com>
2021-03-16 10:09:29 +11:00
kb-elmo
cd8497b9fb
add support for Noah AVR PCB ( #11563 )
...
* add support for Noah AVR PCB
* Update info.json
* Update readme.md
* Update keyboards/kb_elmo/noah_avr/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keymap.c
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-03-16 10:03:16 +11:00
James Young
469b4b21d2
Fixes for recent info.json files ( #12248 )
2021-03-16 07:45:39 +11:00