summaryrefslogtreecommitdiff
path: root/keyboards/bajjak
AgeCommit message (Expand)AuthorFilesLines
2025-07-11Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan2-6/+6
2025-07-07Compilation fixes for `-fno-common` (#25436)Joel Challis2-3/+7
2024-07-13Fix i2c received value in georgi and bajjak (#24113)Yue Wu1-1/+1
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan2-39/+39
2024-05-02Convert some AVR GPIO operations to macros (#23424)Ryan1-6/+4
2024-04-12Migrate build target markers to keyboard.json - 0AB (#23488)Joel Challis1-0/+0
2024-04-11Data-Driven Keyboard Conversions: B (#23425)James Young3-20/+15
2024-03-27Update I2C API usage in keyboard code (#23360)Ryan2-4/+4
2024-01-17I2C driver cleanup (#21273)David Hoelscher3-46/+21
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan1-1/+1
2023-07-09Move `DEBOUNCE_TYPE` to data driven (#21489)Ryan2-2/+3
2023-06-24Move `TAPPING_TOGGLE` to data driven (#21360)Ryan2-2/+3
2023-06-18Remove default `TAPPING_TERM` from keyboard config.h (#21284)Ryan1-2/+0
2023-04-25Move miscellaneous layouts to data driven (#20516)Ryan2-42/+101
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition1-1/+0
2023-02-23Reallocate SAFE_RANGE (#19909)Joel Challis1-10/+0
2023-02-22Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan1-2/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2-6/+2
2023-02-03Debounce defines cleanup (#19742)Ryan2-2/+1
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan1-3/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-1/+0
2023-01-28Remove commented out backlight config & stray "backlight levels" (#19703)Ryan1-1/+0
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan2-4/+4
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan2-3/+3
2022-10-09Remove legacy international keycodes (#18588)Ryan1-1/+1
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis2-4/+4
2022-08-21Move keyboard USB IDs and strings to data driven, pass 3 (#18111)Ryan2-7/+7
2022-08-20RESET -> QK_BOOT keyboard readme (#18110)Joel Challis1-1/+1
2022-08-13[Keyboard] add bajjak keyboard (#12377)Gary Kong9-0/+1233