summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move kb83 keyboard (#20761)jonylee@hfd2023-06-1912-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | * move hfdkb/keyboard_sw/k83 --> inland/kb83 * move hfdkb/keyboard_sw/k83 --> inland/kb83 * Update data/mappings/keyboard_aliases.hjson * Update keyboard_aliases.hjson * fixed the Configurator layout data * fixed the Configurator layout data * Revert "Update keyboard_aliases.hjson" This reverts commit c085c547656d09a14b9b0fad6a00f9551106719f. * Revert "fixed the Configurator layout data" * Update keyboard_aliases.hjson * Update info.json
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-201-0/+2
|\
| * [Docs] Add note about `ENABLE_COMPILE_KEYCODE` to docs (#21290)Drashna Jaelre2023-06-191-0/+2
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-204-72/+944
|\|
| * dnworks SBL Community Layout Support and Touch-Up (#21267)James Young2023-06-194-72/+944
| |
* | Fixup `nightly_boards/n40_o` (#21307)jack2023-06-199-85/+36
| |
* | Remove encoder in-matrix workaround code (#20389)jack2023-06-19241-5234/+1105
| |
* | Fixup `dekunukem/duckypad` (#21298)jack2023-06-197-143/+94
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-191-13/+13
|\|
| * Tsubasa Handwired: correct layout data (#21295)James Young2023-06-191-13/+13
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-191-25/+26
|\|
| * HFDKB K83 Configurator Layout Fix (#21297)James Young2023-06-181-25/+26
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-196-0/+437
|\|
| * [Keyboard] Add support for Alveus MX PCB (#21238)mechlovin2023-06-186-0/+437
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-197-0/+55
|\|
| * Swap G431 to transient EEPROM. Add G431 and G474 onekeys. (#21282)Nick Brassel2023-06-197-0/+55
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-196-231/+265
|\|
| * Geistmaschine Geist Layout Refactor and Touch-Up (#21288)James Young2023-06-186-231/+265
| |
* | Remove default `TAPPING_TERM` from keyboard config.h (#21284)Ryan2023-06-1848-144/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-181-2/+2
|\|
| * [refactor] correct layout data (#21289)James Young2023-06-181-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-182-6/+6
|\|
| * preonic/rev3{,_drop}: Fix layouts with 2u keys (#21114)Sergey Vlasov2023-06-182-6/+6
| | | | | | | | | | | | | | | | 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.
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182160-2058/+2194
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-181-1/+1
|\|
| * Fix up operator precedence in RGBLIGHT (#21280)Nick Brassel2023-06-181-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-171-18/+18
|\|
| * Dymium65 Layout Touch-Up (#21269)James Young2023-06-171-18/+18
| | | | | | | | | | * [refactor] friendly-format info.json * [refactor] correct layout data
* | Eason Aeroboard Refactor (#21271)James Young2023-06-173-48/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-173-58/+60
|\|
| * DOIO KB38 Refactor (#21268)James Young2023-06-173-58/+60
| | | | | | | | | | | | | | | | | | | | | | * [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
* | Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-16805-563/+991
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-152-45/+69
|\|
| * Alas: ISO Layouts Fix and Matrix Diagram (#21255)James Young2023-06-152-45/+69
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-151-17/+17
|\|
| * ButterKeebs PocketPad: correct layout data (#21256)James Young2023-06-151-17/+17
| |
* | Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan2023-06-1573-67/+25
| | | | | | | | | | * Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-154-103/+103
|\|
| * DOIO KB30 Refactor (#21250)James Young2023-06-154-103/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-1510-0/+228
|\|
| * [Keyboard] Add Artemis Paragon (#20910)Sleepdealr2023-06-1410-0/+228
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-1510-0/+512
|\|
| * [Keyboard] add top40 keyboard. (#21199)jonylee@hfd2023-06-1410-0/+512
| | | | | | | | Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-1510-0/+792
|\|
| * [Keyboard] add acr87 keyboard. (#21200)jonylee@hfd2023-06-1410-0/+792
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-159-0/+446
|\|
| * [Keyboard] Adding OSAv2 Numpad Topre support (#21224)blindassassin1112023-06-149-0/+446
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-158-0/+523
|\|
| * [Keyboard] Add CannonKeys Leviatan PCB (#21231)Andrew Kannan2023-06-148-0/+523
| |
* | [Keyboard] `dactyl_manuform/6x7` pin correction (#21240)Duncan Sutherland2023-06-141-1/+1
| |