Commit Graph
14 Commits
Author SHA1 Message Date
Ryan MacLeanandJack Humbert 9f6362e4df Adding Makefile
Required for JIS layouts
2017-08-22 17:59:38 -04:00
Ryan MacLeanandJack Humbert 57c93c13cc Creating Mac Version of JIS Keymap
Swapping command and alt, restoring fn+left for delete, subbing in grave for hhkb key.
2017-08-22 17:59:38 -04:00
Ryan MacLeanandJack Humbert 1132646b2f Update readme.md 2017-08-19 08:18:27 -04:00
Ryan MacLeanandJack Humbert 9eb71e9719 Update readme.md 2017-08-19 08:18:27 -04:00
Ryan MacLeanandJack Humbert 9ea56f03a1 Fixing readme clobber 2017-08-19 08:18:27 -04:00
Ryan MacLeanandJack Humbert 07be7b8d69 Reverting CMD Changes
Adding the CMD from @edasque in once more as it allows specifying more than one board via host ENV vars. 
Currently, the Dockerfile is hard-coded.
2017-08-19 08:17:58 -04:00
Ryan MacLeanandGitHub 7ce94eb468 Cleaning Up Dockerfile Layers Per Official Docs
From the official docs: 

```
Note: The official Debian and Ubuntu images automatically run apt-get clean, so explicit invocation is not required.
```

Also added ` && rm -rf /var/lib/apt/lists/*` as part of the install line which probably does what was intended (no need to make a new layer). 

Added apt-get update to the RUN payload, as it should be part of the same layer. 

Both are documented here: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/
2017-04-30 15:04:00 -07:00
Ryan MacLeanandGitHub ff512ea5b4 Addind Sample Maxed Out Keymap
Keeping hold space for fn1, adding three other user-mappable keys.
2017-04-29 16:18:26 -07:00
Ryan MacLeanandGitHub 9122b34a47 Adding Maximized Layout
Both split shifts and HHKB split backspace.
2017-04-29 16:16:21 -07:00
Ryan MacLeanandGitHub d27ff5ccf6 Adding Right Layout 2017-04-22 22:34:14 -07:00
Ryan MacLeanandGitHub 24994046d6 Update keymap.c 2017-04-22 21:26:47 -07:00
Ryan MacLeanandGitHub 2e62ff9807 Initial Ortho Commit (LEFT SIDE)
Using only one layer, and activating it with two keys at the moment. 
As with previous comments, this isn't final, but is a good starting point for a one-handed keyboard, half a Planck-like ortholinear keyboard, or a sample to show a layout with a function layer.
2017-04-22 20:49:34 -07:00
Ryan MacLeanandGitHub 34130d56f1 Adding Sample Max Layout 2017-04-18 21:54:58 -07:00
Ryan MacLeanandGitHub 0a8df2c5e3 Adding Maximized Keymap
For use with grid layout pads.
2017-04-18 21:53:10 -07:00