| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* martenwuut's original code commit
* delete random directory that is the same as the parent directory
* get this compiling
* update readmes
* add manufacturer
* fix up the keymap error and replace KC_A with KC_1
* add verc support which is basically just at trimmed down verb
* update keymap readme to specify which redscarf it is
* add parent level readme
* fix grammar
* fix up readmes and put in alternative name for PCBs
* add configurator support for the ver.c pcb
* add configurator support for Ver.B (RS78) pcb
* add iso support for Ver.C (RS68)
* change DEBOUNCING_DELAY to just DEBOUNCE
* remove K2C to fit the default layouts
* fix keymap
* fixup configurator layout with split backspace
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add JJ40 Cockpit keymap
* Fix lower layer symbols
* Improve documentation JJ40 Cockpit
* Add screen backlight controls jj40:cockpit
* Update docs jj40:cockpit
|
| |
|
| |
|
|
|
|
| |
* Added DMOTE as a variant of the Dactyl-ManuForm, with slight changes to
prior code organization to reflect differences.
|
|
|
|
|
|
|
|
| |
* Candybar: updated rules.mk
Disabled console and command to get compiled size under flash space limitations.
* Candybar: Enable LINK_TIME_OPTIMIZATION_ENABLE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [Keymap] iris@nstickney: improve RGB init
Perfecting the rgb backlight initialization with a delay for each
color; also start and stop the animation at the "default layer"
color.
* [Keymap] iris,ergodox@nstickney fix FN on SYMB
The function key was not operational on the SYMB and SYSH layers due
to other keycodes being mapped over MO() on those layers. The
offending keycodes have been moved to other keys.
* [Keymap] add @nstickney's userspace
Pulled common code out to a userspace directory for my iris and
ergodox keymaps.
* [Keymap] iris@nstickney add image to README
Added an image from keyboard-layout-editor.com to meet the README
standard.
* iris@nstickney hue values now `uint8_t` (#6050)
|
|
|
|
|
|
| |
* add runner3680
* Remove unnecessary code
|
| |
|
| |
|
|
|
|
| |
- correct layout macro name
- correct JSON object ordering
|
|
|
|
|
| |
Because someone named the define poorly
Using full relative path as handwired/promethium has a color.h file
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add Levinson Rev 3
* Update keyboards/keebio/levinson/rev3/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/keebio/levinson/rev3/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
|
|
|
|
|
|
| |
* Swap LSFT/LCTL in default Iris keymaps
* Migrate to new DEBOUNCE setting
|
|
|
|
|
|
|
|
|
| |
* Dimple: fix unintended LED behaviour
The LED was always-on if the custom keymap did not call dimple_led_off()
at least once.
* Dimple: LED code fixup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* created new folder to port my old layout
* removed Colemak, enabled backlight.
* fixed backlight support
* added Ctrl/Esc + Shift/Enter double function keys
* made planck compatible with Atreus board, including docs
* enable backlight control
* make planck more compatible with atreus layout
* migrate to qwerty and separate alt-space
* adding ok64 and redox layouts
* fix dot in numerical pad
* fix dot in dvorak layout
* added redox and pro micro version of snampad
* add arrows on right mod keys and map PrtScr on Fn P
* add keys to swap between mac and windows
* added escape to redox layout
* added printscreen key
* moved layout closer to what I am used to.
* swap spc and bspc, add ctrl to quot
* qwertified atreus layout
* fix for compile errors when RGB or BACKLIGHT disabled
* add customized keymap for the m65a
* Reverted unintended change in default keymap.
* Remove unused code in my keymap and modernized tap hold keys
* Update keyboards/snampad/config.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/snampad/rules.mk
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/snampad/rules.mk
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/snampad/snampad.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/snampad/config.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/snampad/keymaps/default/config.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/snampad/snampad.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/snampad/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/snampad/keymaps/default/keymap.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/snampad/snampad.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/snampad/snampad.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/snampad/snampad.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/snampad/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/planck/keymaps/ptillemans/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/jc65/v32a/keymaps/ptillemans/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/snampad/snampad.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* cleanup snampad layout
* Update keyboards/snampad/snampad.c
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* further mmended cleaning
- removed obsolete Backspace handling in jc65 keymap
- improved shift detection
- modernized planck keymap
- added details to snampad readme
- other recommended refactors in snampad
|
|
|
|
|
|
|
|
| |
* create canoe layout, update caps lock on xd75 layout
* added readme
* fixed copyright comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added WT65-B, WT75-B, minor fixes
* Update keyboards/wilba_tech/wt65_b/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/wilba_tech/wt65_b/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/wilba_tech/wt75_b/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Change DEBOUNCING_DELAY to DEBOUNCE
* Change DEBOUNCING_DELAY to DEBOUNCE
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* correct indicator light states.
function of indicator lights was inverted. these changes correct that.
* flesh out keymaps pre production
* Enable extrakey in rules
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 8-Pack Macropad
* Added MANUFACTUTER to config.h
* Fix the mirrored keymaps by creating rev1.1 and rev1.2 layouts, then using them in the keymaps
* fixes from code review comments
* Use revisions to manage the different layouts for rev1.1 and rev1.2
* Add DEFAULT_FOLDER to fix default build failures
* code review comments fixes
* code review comments fixes
|
|
|
|
|
|
| |
* Set the correct pinout for Iris Rev 3 QMK-DFU
* Set bootloader to QMK-DFU
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Build some testing keymaps
* Match naming convention to 8x
* Add configurator json
* Forgot to build the readme
* Apply suggestions from code review
Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com>
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/kbdfans/kbdpad_mk2/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
|
|
|
|
|
|
|
|
|
|
| |
* Xulkal user changes
Xulkal user changes
* Reduce code duplication
* Massive user code refactor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add: Initial firmware and keymaps for the CO60 PCB
* Apply suggestions from code review
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update: Address reviewer comments
* Apply suggestions from code review
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update: Reviewer changes
|
|
|
|
|
|
|
|
| |
* [melody96] "Cadet-style" keymap for melody96; LAYOUT macro for hotswap keyboard.
* Rename macro.
* Fix layer types.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add Business Card
* remove helix code
* Change rgblight use noeeprom
* remove include
* Update keyboards/business_card
* Forgetting to erase
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Generate project, fill in the details
* Repair json
* Separate keymaps to numpad and all-1U
* Apply suggestions from code review
Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com>
Co-Authored-By: Drashna Jaelre <drashna@live.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Begin work
* Make things a tad easier to read
* Fix spacing
* Get things compiling
* Build a variety of generic keymaps
* Correct RGB pin
* Add configurator json
* Apply suggestions from code review
Co-Authored-By: Elliot Powell <32494740+e11i0t23@users.noreply.github.com>
Co-Authored-By: MechMerlin <30334081+mechmerlin@users.noreply.github.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add JOTANCK_LED1&2
* set BACKLIGHT_ENABLE = no
* add 2 custom leds
* swap custom led pins 1&2
* readme update
* update default keymap
|
|
|
|
| |
build to write to a folder outside of qmk_firmware (#6039)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove JJ50 data from YMD96
JJ50 was actually added as its own keyboard when this was added in #2546. It should have been taken out then, but wasn't.
* Update ymd96.h
- use #pragma once include guard
- remove redundant file includes
* Update LAYOUT_iso macro to K<row><col> notation
* Update LAYOUT_custom macro to K<row><col> notation
* Update LAYOUT_default macro to K<row><col> notation
* Refactor default keymap
* Rename readme file to lowercase
* Rename layers enum and default layer
- renamed layers enum to layer_names
- proposed by fauxpark in Issue 5977, and I like the idea
- https://github.com/qmk/qmk_firmware/issues/5977#issuecomment-495924338
- renamed the base layer to _DEFAULT
- I think it looks nicer.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* initial commit
* remove mentions of oe and replace with le
* add new layout macros with the spacebar change
* add rgb underglow support
* Update keyboards/exclusive/e6v2/le_bmc/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/exclusive/e6v2/le_bmc/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added XW60 PCB
* Update keyboards/xw60/config.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/xw60/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/xw60/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/xw60/xw60.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/xw60/xw60.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/xw60/xw60.h
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update rules.mk
* Removed redundant line
* Update keyboards/xw60/config.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/xw60/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
|
|
|
|
|
|
|
|
| |
* keymap(gergo): colemak
* added flipped numbers
* Updated as per Drash
|
|
|
|
|
|
| |
* Update 333fred keymaps and add new iris map.
* Fix iris key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* changed rgb positions and modifiers within RGB matrix thing for CTRL and DZ60RGB
* changed CTRL corner LEDs + centered horizontally
* whoops - changed CTRL's underglow LEDs back to the underglow flag
* whitespace
* I changed the right file this time
* Fixed DZ60RGB left shift out of position
|
|
|
|
|
|
|
|
|
|
| |
* Move boards to akb folder
* Updates for PR
* fix for PR
* Fix info.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Expand info.json formatting to one line per key
This is a white-space-only change. Make it easier for me to read the file.
* Make sure every key object has a label
Going to be using them shortly.
* Insert key identifiers from v1.h into info.json labels
Shows where each key is located in the switch matrix.
* Move K5O to its correct location on the top row
* Adjust white space in v1.h
At this point, the macros for LAYOUT and LAYOUT_75_ansi are 100% identical, except for their names.
* Redefine LAYOUT_75_ansi as an alias of LAYOUT
No need for two code blocks with the same data.
* Correct visual positioning in info.json
- move Pause 1u to the right
- move K5O to the top row, between Print Screen and Pause
- move Enter key 1u to the left and 1u wider (1.25u to 2.25u)
* Delete key identifiers from info.json labels
Don't need them anymore now that we know where everything is.
I'm calling K5O as ScrLk so it has a label, even though that's not actually what it is.
Also gave the Spacebar a label because I prefer when all the keys have labels.
* Enable 75_ansi Community Layout support
* Reassign layout macro as LAYOUT_75_ansi and delete macro alias
Configure the codebase so LAYOUT_75_ansi is the only layout macro available.
* Add key_count key to info.json data
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Moved commisions to one folder
* Update keyboards/ep/comsn/hs68/config.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Resolve merge issues
* Fix comiplation issues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add geekboards 8key macro-pad tester
* Update readme.md
* Update keyboards/geekboards/tester/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/geekboards/tester/keymaps/default/keymap.c
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/geekboards/tester/keymaps/default/keymap.c
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/geekboards/tester/keymaps/default/keymap.c
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/geekboards/tester/keymaps/default/keymap.c
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keymap.c
* Update keyboards/geekboards/tester/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/geekboards/tester/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/geekboards/tester/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/geekboards/tester/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/geekboards/tester/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update readme.md
* Update tester.c
* Update keyboards/geekboards/tester/config.h
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/geekboards/tester/rules.mk
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/geekboards/tester/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/geekboards/tester/keymaps/default/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
|
|
|
|
|
|
|
|
| |
* [DZ60] Add ansi_split_space_rshift layout
* [DZ60] Add kream keymap
* Revert spacebar sizes
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix typo in LAYOUT_60_hhkb macro
Reported by Sushiimi
- https://github.com/qmk/qmk_configurator/issues/376
* Unify white space
Tabs and spaces were being mixed for indenting.
No logic change.
|