19921 Commits (0930c60553397d7ce4d7f262ff55ee6450e8dff0)
 

Author SHA1 Message Date
QMK Bot 0930c60553 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Albert Y 3e5cb1da0f
Improve description of LED state data sync option (#16302) 4 years ago
QMK Bot 473557ff7d Merge remote-tracking branch 'origin/master' into develop 4 years ago
James Young cb9142224b
Eye Oh Designs SPRH: fix Configurator data (#16296) 4 years ago
QMK Bot 03b1de6925 Merge remote-tracking branch 'origin/master' into develop 4 years ago
James Young c092d716c5
gl516/j73gl: fix Configurator key sequence (#16298) 4 years ago
QMK Bot 12246733b7 Merge remote-tracking branch 'origin/master' into develop 4 years ago
James Young 66f61ae4cb
CMM.Studio Fuji65: correct layout data for real this time (#16295)
Because I apparently can't tell the difference between coordinates and dimensions.
4 years ago
QMK Bot 61e8a0879e Merge remote-tracking branch 'origin/master' into develop 4 years ago
James Young 5475553dd8
Demiurge: correct Configurator Layout data (#16294)
* info.json: apply friendly formatting

* info.json: correct layout data
4 years ago
QMK Bot bc702fade2 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Sergi Meseguer 628166a3a9
[Keymap] zigotica layout tweaks (#16291) 4 years ago
QMK Bot 968081958a Merge remote-tracking branch 'origin/master' into develop 4 years ago
James Young ae041078e8
CMM.Studio Fuji65: Configurator Data Patch (#16293)
* info.json: correct layout data

* info.json: correct maintainer field
4 years ago
QMK Bot 6339b6dab7 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Aric Crosson Bouwers 9d74c95215
[Keymap] submitting ariccb planck keymap (#16177)
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
Nick Brassel ae6f471f1c
Modify the output of the size checks. (#16290) 4 years ago
peepeetee 250fd721ac
move four_banger to bpiphany (#16082) 4 years ago
peepeetee 8e34b64a99
move hid_liber to /bpiphany (#16091) 4 years ago
peepeetee cd673cceba
move spaceholdings boards into /spaceholdings (#16096) 4 years ago
peepeetee a9250ad8a1
move @7-rate 's keebs to /rate (#16099) 4 years ago
peepeetee 9aed06ba47
move @npspears 's boards into /checkerboards (#16100) 4 years ago
Nick Brassel c2c2f30f9f
Remove parent-relative paths from keyboards. (#16282)
* Remove parent-relative paths from keyboards.

* Update keyboards/capsunlocked/cu75/rules.mk

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
Joel Challis 1f67de2001
Align existing pca9555 driver to better match mcp23018 API (#16277) 4 years ago
QMK Bot 96afc7a03a Merge remote-tracking branch 'origin/master' into develop 4 years ago
Arda Kılıçdağı de4f2bf1ff
Further update to #13745 on Crkbd keymap (#16284)
* Further update to #13745

Hello, 

This is further update to #13745 , somehow my commit did not get merged 

https://github.com/qmk/qmk_firmware/pull/13745#discussion_r802603490

* Update config.h
4 years ago
jack d1e5221bf8
Fix idobao/id80/v3 compilation errors (#16280)
* fix

* another redefintion
4 years ago
QMK Bot 3face6b704 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Brandon Claveria c49438feec
[Keyboard] Digicarp65 (#15926)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: swiftrax <swiftrax@github.com>
4 years ago
MechMerlin c212b65e48
New Keyboard: 1upkeyboards super16v2 (#16198)
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
QMK Bot 69b6e0796b Merge remote-tracking branch 'origin/master' into develop 4 years ago
peepeetee b114b27373
[Keyboard] Idobao ID80 V3 (#15912)
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
bomb a75fb03f39
[Keyboard] MelGeek Mach80 rev2 (#15610) 4 years ago
QMK Bot 7650e68798 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Vino Rodrigues bf4ce41696
[Keyboard] refine LED Matrix LED positions on KBD67 Lite (#15769) 4 years ago
QMK Bot 4b377a80fa Merge remote-tracking branch 'origin/master' into develop 4 years ago
Danny 11e50f5ff1
[Keyboard] Add explicit RGB Matrix defines for Iris Rev. 6 (#16275) 4 years ago
QMK Bot 70e9f70c93 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Alexander 71a48a0102
[Keyboard] Add Kapl (#16255)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
QMK Bot 9e293e7f9c Merge remote-tracking branch 'origin/master' into develop 4 years ago
IskandarMa 04020da48c
[Docs] pr checklist: update doc hyperlinks to relative ones and use IDs (#16263) 4 years ago
Nick Brassel a2ffdb4abd Merge remote-tracking branch 'upstream/master' into develop 4 years ago
Nick Brassel efdaa7f972
Add support for driving unselected row/col. (#16278) 4 years ago
Joel Challis 74e8a71768
Move driver to core (#15944) 4 years ago
Joel Challis 2e279f1b88
Initial pass at data driven new-keyboard subcommand (#12795)
* Initial pass at a data driven keyboard subcommand

* format

* lint

* Handle bootloader now its mandatory
4 years ago
Nick Brassel a239051c4a
Misc size regression script improvements. (#16268)
* Misc size regression script improvements.

- Sets environment variable SIZE_REGRESSION_EXECUTING during execution
  so hook scripts like `post-checkout` may skip processing.
- Forces checkout of the target branch, including removal of all
  temporary object files in the process.
- Prints out a warning on exit stating that the git repository is in an
  indeterminate state, and the user needs to swap back to whatever
  intended branch they were working with originally.

* Remove `git clean`
4 years ago
James Young e26778ceb5
LFKeyboards Mini1800: refactor into revisions (#16260)
* fork Mini1800 into reva and revc versions

* update info.json

- apply friendly formatting
- update maintainer value

* update keymap rules.mk formatting

- align inline comments
- convert tabs to spaces

* align keymap rules.mk files to QMK template

* move common keymap rules.mk settings to revision level

* info.json: correct key sequence

* align revision rules.mk files to QMK template

* clean up revision rules.mk files

* add readme files for each revision

* correct USB Product string

* remove post_rules.mk files

The internal settings were commented out, so the files actually don't do anything.

* edit Bootloader instructions on main readme

* move non-assignment rules to post_rules.mk

* add inline comments for NKRO_ENABLE per fauxpark
4 years ago
James Young f3aa5db414
Boardsource The Mark 65 Touch-Up and Layout Additions (#16270)
* the_mark.h: use ____ for KC_NO

* the_mark.h: number matrix positions electrically

`K300` and `K301` has misleading identifiers - `K300` was on column 1 and `K301` on column 0.

* the_mark.h: use QMK 3-character notation

* the_mark.h: add matrix diagram

* refactor reference keymaps

- convert tabs to spaces
- use four-space indent
- grid align keycodes
- remove extra line breaks
- add layer indexes to `via` keymap

* info.json: apply friendly formatting

* add LAYOUT_ansi_split_bs_space

Includes reference keymap.

* add LAYOUT_iso_split_bs_space

Includes reference keymap.

* info.json: edit maintainer value

There is a Boardsource GitHub account, but knowing the user who maintains it is helpful.
4 years ago
James Young 7c5d4484f6
Wings42: add QMK Configurator data (#16267)
* add info.json for wings42/rev1

* add info.json for wings42/rev1_extkeys

* add info.json for wings42/rev2
4 years ago
QMK Bot 87e6c2b06b Merge remote-tracking branch 'origin/master' into develop 4 years ago