summaryrefslogtreecommitdiff
path: root/keyboards/converter
AgeCommit message (Expand)Author
2024-07-14Various fixes for keyboards not implementing callbacks correctly (#24116)Joel Challis
2024-07-11bad_kb_funcs1zvecr
2024-06-22Remove deprecated `led_set_user` (#23979)Joel Challis
2024-05-24Update GPIO macros in keymaps (#23792)Ryan
2024-05-23Remove some useless code from keymaps (#23787)Ryan
2024-05-21Remove includes of config.h (#23760)Joel Challis
2024-05-20Migrate `LOCKING_*_ENABLE` to Data-Driven: A-C, Part 3 (#23747)James Young
2024-05-17Delete trivial keymap readmes (#23714)Ryan
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan
2024-05-02Convert some AVR GPIO operations to macros (#23424)Ryan
2024-04-25Migrate build target markers to keyboard.json - Misc (#23612)Joel Challis
2024-04-24Fix WAIT_FOR_USB handling (#23598)Joel Challis
2024-04-23Change to `development_board` (#21695)Duncan Sutherland
2024-04-16Migrate build target markers to keyboard.json - E (#23529)Joel Challis
2024-04-11Data-driven Keyboard Conversions: C (#23453)James Young
2024-04-03Remove `quantum.h` includes from keyboard code (#23394)Ryan
2024-03-30Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)Ryan
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis
2024-03-30Migrate features and LTO from rules.mk to data driven (#23302)Joel Challis
2024-03-14Migrate features from rules.mk to DD (#23247)Joel Challis
2024-01-26Migrate and remove deprecated debug utils (#22961)Joel Challis
2024-01-18Remove LAYOUTS_HAS_RGB (#22917)Joel Challis
2023-12-18Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)Nick Brassel
2023-12-17[Keymap Removal] Planck and related keymaps. (#22683)Nick Brassel
2023-11-27Remove userspace keymaps (#22544)Joel Challis
2023-11-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-11-15Add leonardo build target for leonardo + usb2.0 shield based projects (#22243)Le Zhang
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan
2023-08-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-08-24converter/ibm_terminal: Fix F0_BREAK state transition (#21824)patrickxiong
2023-07-29Bluetooth: driver naming cleanups (#21624)Ryan
2023-07-08Merge remote-tracking branch 'upstream/master' into developfauxpark
2023-07-08Add 'JIS' form factor layouts (#21220)Duncan Sutherland
2023-07-06Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan
2023-07-02Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan
2023-06-27Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan
2023-06-24Move `TAPPING_TOGGLE` to data driven (#21360)Ryan
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel
2023-06-01Unicodemap keycodes rename (#21092)Ryan
2023-05-27Consolidate modelm v2 (#14996)nuess0r
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan
2023-05-02`info.json` whitespace cleanups (#20651)Ryan
2023-04-25Move miscellaneous layouts to data driven (#20516)Ryan
2023-04-15Move remaining `LAYOUT`s to data driven (#20422)Ryan
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan
2023-04-04Move fullsize layouts to data driven (#20317)Ryan
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition
2023-03-29Merge remote-tracking branch 'upstream/master' into developfauxpark