summaryrefslogtreecommitdiff
path: root/keyboards/gboards
AgeCommit message (Expand)AuthorFilesLines
2025-10-19Debounce: Deprecate num_rows parameter (#25632)フィルターペーパー5-174/+189
2025-07-11Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan14-34/+34
2025-07-10Migrate `usb.force_nkro` to `host.default.nkro` (#25468)Joel Challis2-4/+12
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis1-1/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis2-2/+0
2024-07-26Refactor use of `matrix_scan_kb` (#24200)Joel Challis1-26/+0
2024-07-13Fix i2c received value in georgi and bajjak (#24113)Yue Wu1-0/+1
2024-05-23Remove some useless code from keymaps (#23787)Ryan1-5/+0
2024-05-21Migrate `LOCKING_*_ENABLE` to Data-Driven: G (#23758)James Young6-15/+18
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan1-5/+5
2024-05-02Convert some AVR GPIO operations to macros (#23424)Ryan3-34/+37
2024-04-16Migrate build target markers to keyboard.json - FG (#23534)Joel Challis4-0/+0
2024-04-15Data-Driven Keyboard Conversions: G (#23522)James Young8-31/+33
2024-04-05Remove more unnecessary `quantum.h` includes (#23402)Ryan2-2/+8
2024-03-30Migrate features and LTO from rules.mk to data driven (#23302)Joel Challis2-9/+11
2024-03-27Update I2C API usage in keyboard code (#23360)Ryan8-15/+15
2024-02-19Manual user keymap removal (#23104)Joel Challis12-635/+0
2024-01-17I2C driver cleanup (#21273)David Hoelscher12-149/+65
2023-12-20Merge remote-tracking branch 'upstream/master' into developfauxpark7-382/+0
2023-12-18Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)Nick Brassel4-204/+0
2023-12-18Remove obvious user keymaps, `keyboards/a*` edition. (#22692)Nick Brassel4-180/+0
2023-12-05Remove "empty" files (#22603)Joel Challis3-6/+0
2023-11-27Remove userspace keymaps (#22544)Joel Challis12-3246/+0
2023-11-12Remove requirement for `keymap_steno.h` include in keymaps (#22423)Ryan7-7/+0
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan8-8/+14
2023-09-04Add `mousekey.h` include to `quantum.h` (#21897)Ryan2-4/+0
2023-08-15OLED: driver naming cleanups (#21710)Ryan1-1/+0
2023-07-09Move `DEBOUNCE_TYPE` to data driven (#21489)Ryan4-2/+6
2023-06-24Move `TAPPING_TOGGLE` to data driven (#21360)Ryan6-3/+9
2023-06-18Remove default `TAPPING_TERM` from keyboard config.h (#21284)Ryan3-6/+0
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel1-3/+0
2023-05-01Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648)Ryan3-6/+0
2023-05-01Move `FORCE_NKRO` to data driven (#20604)Ryan4-5/+4
2023-04-25Move miscellaneous layouts to data driven (#20516)Ryan4-33/+22
2023-04-14Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan1-1/+1
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan4-371/+87
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan2-32/+12
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition11-13/+0
2023-04-01Move split layouts to data driven (#20290)Ryan2-54/+40
2023-03-23Fix some more missing `#pragma once`s (#20241)Ryan4-0/+9
2023-03-20Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan10-35/+11
2023-03-17Remove trailing zeroes in info.json layouts (#20156)Ryan1-2/+2
2023-03-13Adjust offset for some layouts (#20075)Ryan1-48/+13
2023-03-05Move matrix config to info.json, part 1 (#19985)Ryan2-6/+5
2023-03-03Remove some use of keymap.h (#20006)Joel Challis4-6/+6
2023-02-21Add some missing `#pragma once`s (#19902)Ryan1-0/+0
2023-02-17Remove matrix size defines (#19581)Ryan1-3/+0
2023-02-17Move Bootmagic config to data driven (#19860)Ryan2-3/+3
2023-02-13Add combo hook to allow per layer combo reference layers. (#16699)Eric.a Gebhart1-7/+41
2023-02-11Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis4-8/+8