summaryrefslogtreecommitdiff
path: root/keyboards/lfkeyboards/smk65
AgeCommit message (Expand)Author
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan
2023-03-03Remove some use of keymap.h (#20006)Joel Challis
2023-02-26Move backlight config to data driven (#19910)Ryan
2023-02-17Remove matrix size defines (#19581)Ryan
2023-02-17Remove unused RGBLight defines from config.h (#19859)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2023-02-07Remove unused Bootmagic row/col defines from config.h (#19761)Ryan
2023-02-06Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan
2023-02-03Debounce defines cleanup (#19742)Ryan
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan
2023-01-30Clean up Force NKRO in config.h (#19718)Ryan
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2023-01-20Fix functions with empty params (#19647)Ryan
2023-01-10Migrate `LAYOUTS` to data driven (#19541)Ryan
2022-11-22Update use of legacy keycodes (#19120)Joel Challis
2022-11-21Remove .noci functionality (#19122)Joel Challis
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre
2022-09-03Remove more RESET keycode references (#18252)Joel Challis
2022-08-20Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-08-20Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)Ryan
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2022-03-15Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan
2022-01-22Remove `action_function()` from LFKeyboards boards (#15993)Ryan
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young
2021-09-12Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan
2021-09-12Remove width, height and key_count from info.json (#14274)Ryan
2021-09-03Remove more cruft in keyboard files (#14288)Ryan
2021-08-15Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-08-15LFKeyboards: Replace `KC_FNx` with `F(x)` (#13999)Ryan
2021-08-06Remove Full Bootmagic (#13846)James Young
2021-02-15Audio system overhaul (#11820)Drashna Jaelre
2020-12-21Initial list of keyboards to exclude from CI (#11213)Zach White
2020-10-08Add smk65/revf support (#10434)Joel Challis
2020-01-30Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)ridingqwerty
2019-09-19Cleanup rules.mk for USB64 and USB128 keyboards (#6769)fauxpark
2019-09-05Add 16U2, 16U4 and USB646 to mcu_selection.mk (#6566)fauxpark
2019-07-15Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark
2019-06-06Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre
2019-03-19 Cleanup Default Keymaps (#5442)Drashna Jaelre
2019-02-16Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark
2019-01-26Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre
2019-01-24Remove unused fn_actions[] and action_function() in default keymaps (#4829)fauxpark
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt
2019-01-04Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft
2018-07-18Keyboard: LFKeyboards SMK65 refactor and Configurator support (#3441)noroadsleft
2018-04-07Fix some Configurator Warnings regarding LAYOUT vs KEYMAP (#2708)MechMerlin