summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | ErgoDash Hardware Update (#3269)omkbd2018-06-3014-5/+439
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Hardware update Backlight enable Change pin Add 2keys (68→70) * change readme * support rev1 change keymap path * move ergodash.h
* | | | | Helix shrink config (#3268)MakotoKurauchi2018-06-307-371/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add some comment about Helix customize and auto-setup RGBLIGHT_LIMIT_VAL * add define USB_MAX_POWER_CONSUMPTION * Helix keyboard OLED, RGBLIGHT enable/disable control integrate into rules.mk rules.mk: add 4 Variables for compile control. # Helix keyboard customize # you can edit follows 4 Variables # jp: 以下の4つの変数を必要に応じて編集します。 OLED_ENABLE = no # OLED_ENABLE LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.) LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.) LED_ANIMATIONS = yes # LED animations config.h: auto set RGBLED_NUM by HELIX_ROWS and rules.mk's define * HELIX_ROWS define move from config.h to rules.mk * add readme.md * rename readme.md to readme_jp.md * add readme.md and modify readme_jp.md * change helix/ssd1306.c for select glcdfont.c position * add variable LOCAL_GLCDFONT into each keymaps rules.mk * Add iPhone/iPad LED support to Helix default keymap * renumber _ADJUST for shrink program size * Fix Helix i2c wrong bit rate * add helix serial debug code * serial debug macro move from config.h to serial.h * helix serial.c debugging... * refine debug macros * add some comments * add SELECT_SERIAL_SPEED * add comments * debugging sync_send/sync_recv * add very high speed * fix sync_send/sync_recv * fix com. start and switch send/recv * debug mode off * remove debug codes * Shrinked config.h
* | | | | readme update to wanleg layout (#3266)wanleg2018-06-301-2/+4
| | | | |
* | | | | Maxr1998's contra layout (#3267)Max Rumpf2018-06-304-0/+168
| | | | |
* | | | | Add XD75 keymap (#3263)Markus Weimar2018-06-294-0/+292
| | | | |
* | | | | add QMK DFU make option to gherkin, and bootloader replacement instructions ↵wanleg2018-06-294-148/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#3253) * add QMK DFU make option, bootloader replacement instructions in wanleg readme: update flashing instructions, add bootloader replacement instructions (replace default Caterina with QMK DFU). add make option for QMK DFU * suggested revisions made * formatting changes
* | | | | Fix Mbsurfer deltasplit75 keymap (#3262)Cory Shaw2018-06-291-10/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add mbsurfer keymap for DeltaSplit75 with ANSI split backspace * Update mbsurfer DeltaSplit75 keymap to include right hand arrow cluster * Update mbsurfer DS75 keymap, move volume down to be symmetrical * Add readme to Mbsurfer DS75 keymap * Fix Mbsurfer DS75 keymap image * Clean up mbsurfer DeltaSplit75 keymap, add layer overview comments * Fix volume down and add mute to fn layer
* | | | | Support KBD75 rev 2 (#3261)MechMerlin2018-06-2812-170/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Restructure kbd75 to support multiple revs * add rev2 files * fix config comments * try and avoid duplicate code for LAYOUT macros * keep the same layouts for rev2 for info.json * Add QMK Configurator support for the numpad layout * update readme to talk about rev2
* | | | | Levinson Configurator support (#3260)noroadsleft2018-06-283-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Configurator support * Deleted deprecated KC_LAYOUT_ortho_4x12 matrix alias * Refactor valgrahf keymap for new matrix name
* | | | | Let's Split refactor and Configurator support (#3259)noroadsleft2018-06-283-23/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Matrix refactor: deleted KC_LAYOUT_ortho_4x12 alias * Keymap refactor: bbaserdem_right keymap updated to use new matrix name * Configurator support
* | | | | Kitten Paw refactor and Configurator update (#3248)noroadsleft2018-06-287-15/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Matrix refactor * Keymap refactor * Add fullsize_ansi layout to rules.mk * Configurator support * Readme cleanup * Add matrix_init_user and matrix_scan_user functions to kitten_paw.c
* | | | | Laplace Refactor (#3252)noroadsleft2018-06-283-55/+31
| | | | |
* | | | | Helix serial bugfix (#3255)MakotoKurauchi2018-06-281-47/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add helix serial debug code * serial debug macro move from config.h to serial.h * helix serial.c debugging... * refine debug macros * add some comments * add SELECT_SERIAL_SPEED * add comments * debugging sync_send/sync_recv * add very high speed * fix sync_send/sync_recv * fix com. start and switch send/recv * debug mode off * remove debug codes
* | | | | Knops Configurator update (#3249)noroadsleft2018-06-281-1/+1
| | | | |
* | | | | added a description how to flash jj40 in windows (#3247)sgugler2018-06-281-0/+7
| | | | |
* | | | | fix backlight key for the lightJack Humbert2018-06-281-2/+6
| | | | |
* | | | | Kinesis refactor and Configurator update (#3245)noroadsleft2018-06-2714-165/+359
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Matrix refactor * Keymap refactor * Configurator support * Stapelberg readme formatting fix (missing grave accent)
* | | | | KBD75 refactor and Configurator update (#3243)noroadsleft2018-06-276-641/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added layout notes to kbd75.h * info.json cleanup * Readme cleanup * Keymap refactor
* | | | | Minidox familiarized layout (#3236)Skyler Lewis2018-06-273-0/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create z.txt * Add files via upload * Delete config.h * Delete keymap.c * Delete rules.mk * Delete z.txt * Create x.txt * Add files via upload * Delete x.txt * fixing suggested issues
* | | | | Katana60 refactor and Configurator update (#3242)noroadsleft2018-06-275-16/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Matrix refactor * Configurator support * Keymap refactor
* | | | | JJ50 Refactor and updates (#3241)noroadsleft2018-06-274-26/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Matrix Refactor * Configurator update * Rules update: add LAYOUTS = ortho_5x12 * Readme update
* | | | | Fix line endings in keyboards/iris/keymaps/s1carii/config.h (#3240)noroadsleft2018-06-271-34/+34
| | | | |
* | | | | JC65 Refactor and Configurator update (#3239)noroadsleft2018-06-2710-16/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Configurator support for JC65 v32a (ps2avrgb) version * JC65 Keymap refactor
* | | | | Helix: Refactor and Configurator support (#3238)noroadsleft2018-06-2712-105/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Matrix refactor * Keymap refactor * Configurator support
* | | | | Adding ishtob keymap to master (#3235)ishtob2018-06-265-0/+600
| | | | | | | | | | | | | | | | | | | | | | | | | | | |