Ryan
1c9d0f0eec
Remove default `TAPPING_TERM` from keyboard config.h ( #21284 )
2 years ago
QMK Bot
7c7cec906a
Merge remote-tracking branch 'origin/master' into develop
2 years ago
James Young
88640e47ef
[refactor] correct layout data ( #21289 )
2 years ago
QMK Bot
54d883befa
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Sergey Vlasov
b520b352f9
preonic/rev3{,_drop}: Fix layouts with 2u keys ( #21114 )
...
Apparently layouts with 2u keys were not correctly converted into the
`info.json` format (the old C layout macros used the arguments for such
keys multiple times to cover all possible 1u locations; this is not
supported in `info.json`, and the single matrix location for 2u keys was
chosen incorrectly in some cases). Fix the layout definitions to match
the real PCB wiring.
2 years ago
Ryan
b1783db4ea
Move `RGBLED_NUM` to data driven ( #21278 )
2 years ago
QMK Bot
7178645be7
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Nick Brassel
884be6c1ba
Fix up operator precedence in RGBLIGHT ( #21280 )
2 years ago
QMK Bot
40a073b140
Merge remote-tracking branch 'origin/master' into develop
2 years ago
James Young
a2171ff4e8
Dymium65 Layout Touch-Up ( #21269 )
...
* [refactor] friendly-format info.json
* [refactor] correct layout data
2 years ago
James Young
d85600fcd4
Eason Aeroboard Refactor ( #21271 )
...
* [refactor] refactor keymaps
- grid-align keycodes
- use four-space indent
- remove trailing whitespace
* [refactor] physically arrange layout macro
Arrange the layout macro and keymaps in the QMK-desired order.
Breaks compatibility with out-of-tree keymaps.
Key sequence swaps in this commit:
- `KC_GRV` <-> `KC_1`
- `KC_TAB` <-> `KC_Q`
* [refactor] rename LAYOUT to LAYOUT_split_space
* [enhancement] add LAYOUT_7u_space
* [chore] correct maintainer value
Reference the keyboard maintainer's GitHub username.
2 years ago
QMK Bot
90a98fa689
Merge remote-tracking branch 'origin/master' into develop
2 years ago
James Young
d57acc7c5c
DOIO KB38 Refactor ( #21268 )
...
* [refactor] keymap refactor
- tidy-up box drawing
- update keycode alignment for readability
- use QMK-native keycode aliases
* [refactor] correct layout data
* [docs] add image to readme
2 years ago
Ryan
2367d8129c
Move `RGBLIGHT_SLEEP` to data driven ( #21072 )
2 years ago
QMK Bot
579db6131e
Merge remote-tracking branch 'origin/master' into develop
2 years ago
James Young
94311e4dc2
Alas: ISO Layouts Fix and Matrix Diagram ( #21255 )
2 years ago
QMK Bot
dc435a0834
Merge remote-tracking branch 'origin/master' into develop
2 years ago
James Young
5263dfb88d
ButterKeebs PocketPad: correct layout data ( #21256 )
2 years ago
Ryan
e8ca83a353
Move `RGBLIGHT_SPLIT` to data driven ( #21190 )
...
* Move `RGBLIGHT_SPLIT` to data driven
* Remove where `split_count` is already set
2 years ago
QMK Bot
c011eb1ead
Merge remote-tracking branch 'origin/master' into develop
2 years ago
James Young
9b36ec5351
DOIO KB30 Refactor ( #21250 )
...
* refactor keymaps
- remove extra blank lines
- convert tabs to spaces
- use four-space indent
- grid-align keycodes
- use QMK-native keycode aliases
* info.json: correct layout data
* add readme.md
* info.json: correct maintainer field
Updates the value to reference the maintainer's GitHub username.
2 years ago
QMK Bot
53d76042e0
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Sleepdealr
66f06a175f
[Keyboard] Add Artemis Paragon ( #20910 )
...
Co-authored-by: jack <0x6a73@protonmail.com>
2 years ago
QMK Bot
dd69649fc9
Merge remote-tracking branch 'origin/master' into develop
2 years ago
jonylee@hfd
8f980ea69f
[Keyboard] add top40 keyboard. ( #21199 )
...
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2 years ago
QMK Bot
5c03941405
Merge remote-tracking branch 'origin/master' into develop
2 years ago
jonylee@hfd
bbba1d07f9
[Keyboard] add acr87 keyboard. ( #21200 )
2 years ago
QMK Bot
03c4530e8c
Merge remote-tracking branch 'origin/master' into develop
2 years ago
blindassassin111
3703d5a83b
[Keyboard] Adding OSAv2 Numpad Topre support ( #21224 )
2 years ago
QMK Bot
8ee0cb5744
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Andrew Kannan
a2c17d5518
[Keyboard] Add CannonKeys Leviatan PCB ( #21231 )
2 years ago
Duncan Sutherland
2add1fb223
[Keyboard] `dactyl_manuform/6x7` pin correction ( #21240 )
2 years ago
QMK Bot
f594b99f92
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Gastón Jorquera
92203440cd
[Keymap] Left Control is now ESC when tapped ( #21241 )
2 years ago
QMK Bot
ee6320c7aa
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Álvaro A. Volpato
87858108b5
Modernize M75H and M75S firmwares ( #21244 )
2 years ago
Nick Brassel
6c7c5889ca
Rely on introspection to handle OOB access. ( #21247 )
2 years ago
QMK Bot
88d9b7ee31
Merge remote-tracking branch 'origin/master' into develop
2 years ago
dztech
baa9252db2
[Keyboard] add pluto keyboard ( #21225 )
2 years ago
QMK Bot
9103b63354
Merge remote-tracking branch 'origin/master' into develop
2 years ago
James Young
776e980ac1
4pplet Waffling60 Rev D ISO Layout Fix and Additions ( #21236 )
...
* correct layout data
* add matrix diagram
* rename LAYOUT to LAYOUT_all
* add LAYOUT_60_iso_tsangan_split_bs_rshift
* add LAYOUT_60_iso_tsangan_split_rshift
* add LAYOUT_60_iso_wkl_split_bs_rshift
* add LAYOUT_60_iso_wkl_split_rshift
2 years ago
QMK Bot
6fdf4baecd
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Danny
f5ee7b7ed8
Add Sinc Rev. 4 ( #21130 )
...
* Fork Rev. 3 to 4
* Update RGB LED positions
* Adjust RGB positions
* Enable more RGB modes
* Update copyrights
* Add license headers to keymaps
* Use same type of license header
Co-authored-by: Joel Challis <git@zvecr.com>
* Fix I2C pins
---------
Co-authored-by: Joel Challis <git@zvecr.com>
2 years ago
James Young
7bafae64f9
FJLabs Swordfish Layout Macro Refactor ( #21234 )
...
* physically arrange layout macro
Arranges the layout macro to QMK standards (left to right, row by row).
This change breaks compatibility with out-of-tree keymaps, because the
order in which the keycode arguments must be passed is changed.
* rename `LAYOUT_alice_all` to `LAYOUT_split_bs`
* add `LAYOUT_2u_bs` macro
2 years ago
Ryan
9551a0a38a
Move `RGBLIGHT_LED_MAP` to data driven ( #21095 )
2 years ago
QMK Bot
6c4286152f
Merge remote-tracking branch 'origin/master' into develop
2 years ago
jonylee@hfd
4055f2a937
[Keyboard]add 5108 Keyboard. ( #21184 )
...
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com>
Co-authored-by: jack <0x6a73@protonmail.com>
2 years ago
QMK Bot
5fd55908c6
Merge remote-tracking branch 'origin/master' into develop
2 years ago
rhmokey
55987542e1
[Keyboard] Add mokey12x2 ( #20702 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2 years ago
QMK Bot
aefdb39393
Merge remote-tracking branch 'origin/master' into develop
2 years ago