[Keyboard] 2% Milk addition (#5796)
* Create README.md
* Update README.md
* Create info.json
* Create config.h
* Create rules.mk
* Create 2_milk.c
* Create 2_milk.h
* Create keymap.c
* Create README.md
* Create config.h
* Update info.json
* Update config.h
* Update rules.mk
* Update 2_milk.h
* Update 2_milk.c
* Delete config.h
* Update keymap.c
* Update rules.mk
* added pragma once
* Add files via upload
* Update keyboards/2_milk/rules.mk
Co-Authored-By: Rionlion100 <rionlion100@gmail.com>
* Update config.h
* changed default to OSU!
* Create README.md
* Update README.md
* Create keymap.c
* Update keymap.c
* Create README.md
* Create keymap.c
* Update keymap.c
* Update keymap.c
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* fixed pins for PCB revision
* fixed maybe
* Create README.md
* add mouse keymap
* added ExcessBread's keymap
* Update README.md
* Create keymap.c
* Create README.md
* Create keymap.c
* Update rules.mk
* Rename README.md to readme.md
* Rename README.md to readme.md
* Rename README.md to readme.md
* Rename README.md to readme.md
* Rename README.md to readme.md
* Rename README.md to readme.md
* Rename README.md to readme.md
* Update keyboards/2_milk/config.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/2_milk/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update info.json
* Update info.json
* Update info.json
* Update info.json
* Update info.json
* Add files via upload
* Update readme.md
* fix copyright
* Update 2_milk.c
* Update 2_milk.h
* Update rules.mk
* Update rules.mk
* Update config.h
* Update config.h
* Update feature_bluetooth.md
* Update feature_bluetooth.md
* Update readme.md
[Keymap] ErgoDox EZ Spanish Colemak (#6258)
* keyboard
* documentation
* address PR comments #1
* address PR comments #2
[Keymap] Added keymap folder matching username to rorschach; added readme to old keympa (#5970)
* Added keymap folder matching username; added readme to old keymap
* Update config.h
[Keyboard] Add AMJ66 keyboard (#5945)
* Added nearly perfect config for AMJ66, only missing top right key.
* Correct the layout macro
* Add layout mock-up to amj66.h
* Update and comment out the backlight definitions in config.h
The backlight pin was found to be D4, but there appears to be a bug in QMK that affects this keyboard.
Commenting out for now.
* Try to make a sensible default keymap
* Add testing keymap for FSund
Include the keymap that was being used for testing.
Don't forget to refactor this later into an actually useful keymap.
* Suggestions by fauxpark
- uncomment the backlight configuration
- fix the default keymap
- remove commented MCU rule
- specify the bootloader
- make mental note to not try to write code at 3:30 in the morning
* Add LAYOUT_66_ansi and LAYOUT_66_iso macros
- include QMK Configurator data
- enable Community Layout support
* Add comments about layout variants to amj66.h
* Add #define BACKLIGHT_ON_STATE 1
Partial fix for backlight breathing.
- Requires #5983 to fix fully (confirmed by FSund and fauxpark)
Co-Authored-By: fauxpark <fauxpark@gmail.com>
Co-Authored-By: Filip Sund <filip.sund@gmail.com>
* DEBOUNCING_DELAY -> DEBOUNCE
* Move AMJ66 files into new AMJKeyboard directory
* Correct Manufacturer in USB Device Descriptor
* Remove comment regarding source fork
* Correct the readme
* Update default keymap to match the details given in its readme
* White-space edit fsund_test keymap
Makes its formatting more consistent with other 66% keymaps. No logic changes.
* Linting info.json
Debug-style linting (one key object per line) and minor edits to key labels.
* Remove fsund_test keymap
* Add FSund as a maintainer in info.json
[Keyboard] add 60% pcb for the smk 2nd switch(with mx mount) (#5928)
* add smk60 pcb
* remove useless keymap
* Update keyboards/smk60/rules.mk
add 60_iso layout
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* fixed 60_iso layout
* update header file macro
[Keyboard] Assign unique vendor ID and product ID for hadron (#5184)
* assigned unique vander and product ID to hadron
* fix v2 compiled firmware size issue
[Keyboard] Add meishi2 Configurator support (#6442)
[Keyboard] Fix maypad LAYOUT_ortho_5x4 Configurator support (#6440)
[Keyboard] Fix community support for hs60 (#6439)
[Keyboard] Fix configurator support for shiro (#6436)
[Keyboard] Add configurator support for snampad (#6435)
[Keyboard] Correct name of community layout for ortho75 (#6434)
[Keyboard] Add suihankey_rev1 keyboard and Fix default keymap (#6419)
* move alpha
* add suihankey rev1
* fix default keymap.
* remove split
* add split keymap
* move default_split keymap
* fix rev1 config.h
* fix split
* set BOOTMAGIC_ENABLE lite
* fix enum base
[Keymap] Shift RGB layout keys to the right by one to be consistent with other keymap layouts (#6431)
* move rgb toggles by one key to be consistent with all other keyboard layouts I have
* also remove unnecessary audio stuff
[Keyboard] Leaf 60: Use correct key for 60_ansi layout on backspace (#6430)
[Keyboard] Add dumbpad (#6425)
* removed some debug prints
* removed unnecessary files, tweaked some things
* rotary encoder button now connected into column 0, row 3
* tweaked keymap and moved encoder control into keymap
* tweaks
* added test keymap
* updated some things to make it easier to work with QMK configurator
* updates after merging latest master in
* fixed a few things
* removed test keymap and all related #ifdefs
* changed some dumbpad default keys, added KC_LOCK
* added image to readme
* added link to PCB github repo
* moved lock key to the rotary encoder pushbutton
* making suggested changes from @fauxpark in https://github.com/qmk/qmk_firmware/pull/6452
* adding bootmagic lite since i'm lazy and haven't soldered on the reset button...
* renamed to
* using 7 underscores for KC_TRNS
[Keyboard] Fix up and clean Corne Keyboard code (#6284)
* Fix corne communication issues with LTO
* Fix up other issues with corne code
* Fix indentation
* Clang Format rev1 file for Corne
[Keyboard] Add RGB Matrix config info to Corne Keyboard's readme (#6231)
(OLED) Added support for CR (#6399)
Currently OLED Dirver only supports LF (\n) character in a string to clear out the rest of the current line and advance to the next line for writing. This PR adds support for CR (\r) character as well to advance to the next line, however not clear out the rest of the current line. This is extremely useful when you want to display a multi-line logo using a single array without wiping out exiting lines and flagging the OLED as dirty unnecessarily.