| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* Adds Keymap for Iris/blucky
* code review changes
* removed custom define
* removed mistyped character
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Delete null key
`__` key in keymap.c doesn't actually exist on the physical hardware.
Removed key from keymap.c and removed its argument from the layout macro.
* Delete unused keycode aliases
* Replace layer index definitions with an enum
* Replace redundant numpad keycodes with native aliases
* Use native layer change keycodes instead of aliases
* Visually align the keycodes
It makes the keymap pretty.
* Correct Configurator layout data
* Clean up header files
- convert to pragma once include guard
- remove redundant definitions
- remove commented code blocks
* Delete LAYOUT_kc macro
Was copied from ergotravel; not valid for this keyboard.
* Consolidate rev1 rules.mk settings to keyboard level
Previous codebase enabled Backlight at keyboard level then disabled it at revision level.
* Delete unused rules
* Consolidate config.h settings from keymap level to keyboard level
* Modernize keyboard's config.h file
Aligns the keyboard-level config.h file more closely with the current QMK template for AVR keyboards.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Adds keymaps for muzfuz
* Remove unused keys from adjust layer
* Bring in line with current QMK standards.
* Adds Preonic and adjusted Planck keymaps
* Make changes per review request
* Lunar config
* Formatting
* Update keyboards/ai03/lunar/keymaps/muzfuz/readme.md
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Remove unneeded recipe
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Raine Update
* Update keymap and usb setting
* Update info.json
added wk support to info.json
|
|
|
|
|
|
|
|
| |
* Change print to dprintf to avoid buffer overflow
* Add stdio header for dprintf
* Fix included headers
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
* keyboard
* documentation
* address PR comments #1
* address PR comments #2
|
|
|
|
|
|
|
|
| |
old keympa (#5970)
* Added keymap folder matching username; added readme to old keymap
* Update config.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* assigned unique vander and product ID to hadron
* fix v2 compiled firmware size issue
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
The link was an outdated one to https://www.youtube.com/watch?v=7RH-1pAbjvw
The correct link appears to be https://www.youtube.com/watch?v=tx54jkRC9ZY which is shortened as in the file.
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
* Fix corne communication issues with LTO
* Fix up other issues with corne code
* Fix indentation
* Clang Format rev1 file for Corne
|
| |
|
|
|
|
|
| |
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.
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
- alpha and beta revisions
- deleted keyboards/business_card/info.json (made redundant by revision-specific files)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* personal keymap for the planck with sounds
* need that minus and underscore where I can see them
* remove unused block
* some, shall we call them, minor changes?
* I don't think this is required anymore
|
| |
| |
| |
| |
| | |
One-line fix for a typo that could break build if DISABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT was defined but not DISABLE_RGB_MATRIX_CYCLE_ALL
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* initial commit TGR Jane
* lighting support
* use the default keymap lifted from community layouts for LAYOUT_tkl_ansi
* add information regarding reset key, hardware supported, and hardware availability
* document that it supports v1.1 as well thanks to nickheller's confirmation
* update some verbage in the readme
* add QMK Configurator support
* establish switch matrix for three main layouts
* add community layout support
* readme fixes
* Update keyboards/tgr/jane/info.json
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/tgr/jane/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/tgr/jane/config.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update MODERN_DOLCH_RED color
* Remove unused RAL_LAL tap dance
* Disable Space Cadet on all boards
* Rework SEND_STRING_CLEAN into CLEAN_MODS, fix DST_P_R/DST_N_A
* Disable unnecessary underglow animations
* Rearrange feature flags in rules.mk files
* Change custom colors from structs to defines
* Add some explicit initializers
* Add MODERN_DOLCH_CYAN color
* Add IS_LAYER_ON_STATE()/IS_LAYER_OFF_STATE() macros
* Add led_set_keymap() template function
* Change underglow color based on Caps/Fn state
* Preserve val when changing underglow colors
* Only trigger Fn light for Fn layer
* Refactor fn_light() and caps_light() slightly
* Add comments to fn_light() and caps_light()
|
|
|
|
|
|
|
|
|
|
|
|
| |
* set RGBLIGHT
* remove default keymap RGB enable
* set limit value
* Revert "set limit value"
This reverts commit 2374b2aa204f05f7bcea8ed65623b0c46a011aa2.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Xulkal changes
Refactor rgb & encoder menu
Hadron Keymap
Refactor oled menu
* Fixing horizontal OLED data display
* Reverting changes to take to separate prs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add Sections and MO(layer)/TG(layer) Example
Major changes:
1. Added sub-section headings to the portion before the examples.
2. Added a new Example 6, that allows MO(layer) and TG(layer) functionality to be embedded within tap dance functions.
Minor Changes:
1. Edited some text to better fit with new sub-headings.
* Update feature_tap_dance.md
* Update feature_tap_dance.md
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#6404)
* Remap default keys
* Remove self defined keys
* Remove unnedessary breaks
* Unable read_keylogs
* Add a keymap for foostan
* Remove unnecessary spaces
* Remove "include" that it automatically including
|
|
|
| |
File was referencing an incorrect layout macro name.
|
| |
|
|
|
|
|
|
| |
* Initial addition of Ergodicity
* Add QMK configurator JSON
|
| |
|