[Keymap] Sweet16 as a switch tester (#4822) * Sweet16 as a switch tester * pragma once * QMK_KEYBOARD_H instead of sweet16.h
Improved fix for __always_inline redefinition bug Instead of changing based on the version of GCC, check for the presence of the macro instead.
Fix Caps Lock LEDs once and for all (#4824) * Check the size of the SET_REPORT packet If we have two bytes, that probably means the first is a report ID. The 6KRO interface may or may not have one, but the NKRO interface always does, so we need to check this regardless of whether KEYBOARD_SHARED_EP is defined. * Fix indentation
[Keyboard] Turn on KBD67 Lighting by default (#4826) * remove broken link * enable lighting for QMK Configurator folk
[Keymap] Alps64 Keymap + Readme Updates (#4807) * update readme to adhere to modern QMK standards * add in my keymap as I keep losing the darn hex file * no need for KC_FNX * update readme
Documentation clarification (#3611) * Documentation fix * Further clarification
docs: Add Manjaro/Arch dependencies on getting started page (#2701) * Update getting_started_build_tools.md * Update getting_started_build_tools.md
Adds support for JacoBurge's TouchPad (#4186) * add touchpad * progress * working with leds and vibrations * adds readme * Update keyboards/touchpad/readme.md Co-Authored-By: jackhumbert <jack.humb@gmail.com> * updates
Adds Proton C Conversion (#4661) * adds proton c base * fixes custom matrix include * adds readme.md * initial proton coversion, no pin mapping * start of mcu selection * add pin mapping and sweet16 test * add at90 to list * disable backlight, fix d7 * update flag names * doc updates * proton c update for mcu selection
Added my Prime_O Layout (#4811) * initial prime_o commit * Cleaned up comments, other things. * Update bakingpy 4x12 keymap and add test mode for debugging/development (#4810) * Keymap: ave-63's iris layout (#4812) * Updated keymap to use standard seven-underscore KC_TRNS notation * initial prime_o commit * Cleaned up comments, other things. * Updated keymap to use standard seven-underscore KC_TRNS notation
Keymap: ave-63's iris layout (#4812)
Update bakingpy 4x12 keymap and add test mode for debugging/development (#4810)
Fix Mac mute keycode (#4809)
Add KBD75 keymap (#4808) * Add KBD75 keymap * Fix README * Fix README images
Fix pinout of split hand and LED, remove flip half option
Tidy up Mod-Tap shortcuts (#4806)
Add missing parentheses to some important macros (#4775) * Add missing parentheses to quantum_keycodes macros * Add missing parentheses to progmem macros
Keyboard: Downbubble refactor and Configurator fix (#4798) * Downbubble: Configurator fix Fix the visual key alignment and some typos. * Downbubble: refactor Rename layout macros: - LAYOUT_downbubble_standard to LAYOUT_standard - LAYOUT_downbubble_splitbackspace to LAYOUT_split_bs - LAYOUT_downbubble_splitrightshift to LAYOUT_split_rshift - LAYOUT_downbubble_splitnumpad to LAYOUT_split_numpad - LAYOUT_downbubble_spliteverything to LAYOUT_all
Alternate keymap for Alpha keyboard, enjoy! (#4797) * Create README.md * Add files via upload * Update README.md
Keymap: Added Model F-inspired layout for YMD[K]96 (#4777)